[incubator-netbeans] 01/01: Merge pull request #624 from arusinha/netbeans-974

2018-07-23 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit 1082a234329e1b6b1c3ae44db28abe91c3648475
Merge: 756a45d 2706b45
Author: Jaroslav Tulach 
AuthorDate: Mon Jul 23 10:18:35 2018 +0200

Merge pull request #624 from arusinha/netbeans-974

[NETBEANS-974] Fix for AWT Event Queue exception on viewing variable value 
is debug mode

 .../netbeans/modules/debugger/jpda/ui/models/JPDAAsynchronousModel.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[incubator-netbeans] branch master updated (756a45d -> 1082a23)

2018-07-23 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


from 756a45d  NETBEANS-998: update display name when DelayedNode resolves 
it (#636)
 add 2706b45  [NETBEANS-974] : Making async call to populate 
short-description
 new 1082a23  Merge pull request #624 from arusinha/netbeans-974

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../netbeans/modules/debugger/jpda/ui/models/JPDAAsynchronousModel.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-783) Exception during CodeCompletion

2018-07-23 Thread Reema Taneja (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16552524#comment-16552524
 ] 

Reema Taneja commented on NETBEANS-783:
---

This issue is being tracked in 
https://issues.apache.org/jira/browse/NETBEANS-486.

> Exception during CodeCompletion
> ---
>
> Key: NETBEANS-783
> URL: https://issues.apache.org/jira/browse/NETBEANS-783
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Reporter: Sven Reimers
>Priority: Major
>
> Running on JDK 8 using JDK11 as platform for a modular project I got the 
> following exception
> {code:java}
> java.lang.IllegalArgumentException
> at com.sun.tools.javac.util.JCDiagnostic.(JCDiagnostic.java:588)
> at com.sun.tools.javac.util.JCDiagnostic$Factory.create(JCDiagnostic.java:283)
> at com.sun.tools.javac.util.JCDiagnostic$Factory.error(JCDiagnostic.java:111)
> at com.sun.tools.javac.util.AbstractLog.error(AbstractLog.java:147)
> at com.sun.tools.javac.util.AbstractLog.error(AbstractLog.java:137)
> at com.sun.tools.javac.parser.JavacParser.error(JavacParser.java:4295)
> at 
> com.sun.tools.javac.parser.JavacParser.reportSyntaxError(JavacParser.java:410)
> at 
> com.sun.tools.javac.parser.JavacParser.reportSyntaxError(JavacParser.java:397)
> at 
> com.sun.tools.javac.parser.JavacParser.moduleDirectiveList(JavacParser.java:3384)
> at com.sun.tools.javac.parser.JavacParser.moduleDecl(JavacParser.java:3304)
> at 
> com.sun.tools.javac.parser.JavacParser.parseCompilationUnit(JavacParser.java:3262)
> at 
> org.netbeans.lib.nbjavac.services.NBParserFactory$NBJavacParser.parseCompilationUnit(NBParserFactory.java:136)
> at com.sun.tools.javac.main.JavaCompiler.parse(JavaCompiler.java:648)
> at 
> com.sun.tools.javac.main.JavaCompiler.parseAndGetName(JavaCompiler.java:1873)
> at 
> com.sun.tools.javac.main.JavaCompiler.readModuleName(JavaCompiler.java:1857)
> at com.sun.tools.javac.code.ModuleFinder.readModule(ModuleFinder.java:233)
> at 
> com.sun.tools.javac.code.ModuleFinder.findSingleModule(ModuleFinder.java:209)
> at 
> com.sun.tools.javac.comp.Modules.setCompilationUnitModules(Modules.java:474)
> at com.sun.tools.javac.comp.Modules.enter(Modules.java:284)
> at com.sun.tools.javac.comp.Modules.initModules(Modules.java:247)
> at com.sun.tools.javac.main.JavaCompiler.initModules(JavaCompiler.java:1114)
> at com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:374)
> at com.sun.tools.javac.api.JavacTaskImpl.ensureEntered(JavacTaskImpl.java:619)
> at 
> com.sun.tools.javac.model.JavacElements.ensureEntered(JavacElements.java:878)
> at 
> com.sun.tools.javac.model.JavacElements.doGetTypeElement(JavacElements.java:169)
> at 
> com.sun.tools.javac.model.JavacElements.getTypeElement(JavacElements.java:158)
> at 
> com.sun.tools.javac.model.JavacElements.getTypeElement(JavacElements.java:83)
> at 
> org.netbeans.modules.java.source.parsing.CompilationInfoImpl.toPhase(CompilationInfoImpl.java:357)
> at 
> org.netbeans.api.java.source.CompilationController.toPhase(CompilationController.java:84)
> at 
> org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper.runCallable(AnnotationModelHelper.java:230)
> at 
> org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper.access$100(AnnotationModelHelper.java:54)
> at 
> org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper$2.run(AnnotationModelHelper.java:159)
> at 
> org.netbeans.modules.j2ee.metadata.model.api.support.annotation.AnnotationModelHelper$2.run(AnnotationModelHelper.java:156)
> at org.netbeans.modules.java.source.parsing.MimeTask.run(MimeTask.java:60)
> at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
> at 
> org.netbeans.modules.parsing.api.ParserManager$MimeTaskAction.run(ParserManager.java:357)
> at 
> org.netbeans.modules.parsing.api.ParserManager$MimeTaskAction.run(ParserManager.java:340)
> at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
> at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
> at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
> at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
> at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
> at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
> at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
> at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:311)
> at 
> org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:430)
> at

[jira] [Closed] (NETBEANS-538) A java.lang.StackOverflowError exception has occurred.

2018-07-23 Thread Reema Taneja (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Reema Taneja closed NETBEANS-538.
-
Resolution: Fixed

> A java.lang.StackOverflowError exception has occurred.
> --
>
> Key: NETBEANS-538
> URL: https://issues.apache.org/jira/browse/NETBEANS-538
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: Next
> Environment: openjdk-9 
> Arch Linux, kernel 4.15.13
>Reporter: Viktorie Novotná
>Assignee: Reema Taneja
>Priority: Critical
> Attachments: Snímek obrazovky pořízený 2018-03-28 21-14-01.png, 
> netbeans-538.patch
>
>
> Simple javascript code emits exception on every edit, IDE start, save and so 
> on.
> {{Example of such code:}}
> a.b=a.b;
>  
> While this code seems useless it's used quite often, like in google analytics:
> {{window.dataLayer = window.dataLayer || [];}}
> (emitting same exception)
> Stack trace:
> java.lang.StackOverflowError at java.util.HashMap.hash(HashMap.java:339) at 
> java.util.HashMap.put(HashMap.java:612) at 
> java.util.HashSet.add(HashSet.java:220) at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypeFromSemiType(ModelUtils.java:639)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1294)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1262)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1215)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  at 
> org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
>  ...
>  ...
> and so on.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-876) Update release 9.0 branding

2018-07-23 Thread JIRA


[ 
https://issues.apache.org/jira/browse/NETBEANS-876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16552604#comment-16552604
 ] 

Jiří Kovalský commented on NETBEANS-876:


Any update on this [~GeertjanWielenga]?

> Update release 9.0 branding
> ---
>
> Key: NETBEANS-876
> URL: https://issues.apache.org/jira/browse/NETBEANS-876
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Assignee: Geertjan Wielenga
>Priority: Blocker
>  Labels: pull-request-available
> Attachments: logo.zip, splashscreen.zip
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> In order to build Apache NetBeans IDE 9.0 release candidate we need to update:
>  # name to *Apache NetBeans IDE 9.0*
>  # URLs to update centers from _{color:#f79232}updates.netbeans.org{color}_ 
> to {color:#f79232}_netbeans.apache.org_{color}
>  # splash screen
>  # user and cache directories to _{color:#f79232}.netbeans/9.0{color}_ and 
> _{color:#f79232}.cache/netbeans/9.0{color}_
>  # Remove assertions {{-J-ea}} from the {{netbeans.conf}}
> # Start Page (welcome/ module)
> # Title bar *Apache NetBeans IDE 9.0*



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-876) Update release 9.0 branding

2018-07-23 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16552648#comment-16552648
 ] 

Geertjan Wielenga commented on NETBEANS-876:


Done IMHO.

> Update release 9.0 branding
> ---
>
> Key: NETBEANS-876
> URL: https://issues.apache.org/jira/browse/NETBEANS-876
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Assignee: Geertjan Wielenga
>Priority: Blocker
>  Labels: pull-request-available
> Attachments: logo.zip, splashscreen.zip
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> In order to build Apache NetBeans IDE 9.0 release candidate we need to update:
>  # name to *Apache NetBeans IDE 9.0*
>  # URLs to update centers from _{color:#f79232}updates.netbeans.org{color}_ 
> to {color:#f79232}_netbeans.apache.org_{color}
>  # splash screen
>  # user and cache directories to _{color:#f79232}.netbeans/9.0{color}_ and 
> _{color:#f79232}.cache/netbeans/9.0{color}_
>  # Remove assertions {{-J-ea}} from the {{netbeans.conf}}
> # Start Page (welcome/ module)
> # Title bar *Apache NetBeans IDE 9.0*



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-876) Update release 9.0 branding

2018-07-23 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16552649#comment-16552649
 ] 

Geertjan Wielenga commented on NETBEANS-876:


Except the exception for the image file. Harmless, as Emilian says. Maybe we 
can track in a separate issue.

> Update release 9.0 branding
> ---
>
> Key: NETBEANS-876
> URL: https://issues.apache.org/jira/browse/NETBEANS-876
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Assignee: Geertjan Wielenga
>Priority: Blocker
>  Labels: pull-request-available
> Attachments: logo.zip, splashscreen.zip
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> In order to build Apache NetBeans IDE 9.0 release candidate we need to update:
>  # name to *Apache NetBeans IDE 9.0*
>  # URLs to update centers from _{color:#f79232}updates.netbeans.org{color}_ 
> to {color:#f79232}_netbeans.apache.org_{color}
>  # splash screen
>  # user and cache directories to _{color:#f79232}.netbeans/9.0{color}_ and 
> _{color:#f79232}.cache/netbeans/9.0{color}_
>  # Remove assertions {{-J-ea}} from the {{netbeans.conf}}
> # Start Page (welcome/ module)
> # Title bar *Apache NetBeans IDE 9.0*



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-1067) About image is not a PNG but GIF

2018-07-23 Thread Geertjan Wielenga (JIRA)
Geertjan Wielenga created NETBEANS-1067:
---

 Summary: About image is not a PNG but GIF
 Key: NETBEANS-1067
 URL: https://issues.apache.org/jira/browse/NETBEANS-1067
 Project: NetBeans
  Issue Type: Bug
Reporter: Geertjan Wielenga


I'm getting this harmless exception in the log because our about image is not a 
PNG but GIF:

INFO [org.openide.util.ImageUtilities]: Image 
org/netbeans/core/startup/about_nb.png is not PNG
javax.imageio.IIOException: Bad PNG signature!
at 
com.sun.imageio.plugins.png.PNGImageReader.readHeader(PNGImageReader.java:242)
Caused: javax.imageio.IIOException: I/O error reading PNG header!
at 
com.sun.imageio.plugins.png.PNGImageReader.readHeader(PNGImageReader.java:315)
at 
com.sun.imageio.plugins.png.PNGImageReader.readMetadata(PNGImageReader.java:654)
at 
com.sun.imageio.plugins.png.PNGImageReader.readImage(PNGImageReader.java:1248)
at com.sun.imageio.plugins.png.PNGImageReader.read(PNGImageReader.java:1606)
[catch] at org.openide.util.ImageUtilities.getIcon(ImageUtilities.java:545)
at org.openide.util.ImageUtilities.getIcon(ImageUtilities.java:458)
at org.openide.util.ImageUtilities.loadImage(ImageUtilities.java:148)
at org.netbeans.core.startup.Splash.loadContent(Splash.java:210)
at 
org.netbeans.core.ui.ProductInformationPanel.(ProductInformationPanel.java:123)
at org.netbeans.core.actions.AboutAction.performAction(AboutAction.java:48)
at 
org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:105)
at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:70)
at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:91)
at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:74)
at 
org.openide.util.actions.CallableSystemAction.actionPerformed(CallableSystemAction.java:102)
at 
org.netbeans.modules.applemenu.NbApplicationAdapter.performAction(NbApplicationAdapter.java:149)
at 
org.netbeans.modules.applemenu.NbApplicationAdapter.handleAbout(NbApplicationAdapter.java:103)
at 
org.netbeans.modules.applemenu.NbApplicationAdapterJDK8.handleAbout(NbApplicationAdapterJDK8.java:66)
at 
com.apple.eawt._AppEventHandler$_AboutDispatcher.performUsing(_AppEventHandler.java:250)

Checking:

$ file ./ide.branding/core.startup/src/org/netbeans/core/startup/about_nb.png
./ide.branding/core.startup/src/org/netbeans/core/startup/about_nb.png: GIF 
image data, version 89a, 529 x 252



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-876) Update release 9.0 branding

2018-07-23 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16552737#comment-16552737
 ] 

Geertjan Wielenga commented on NETBEANS-876:


Here it is, I believe this is the only part of the umbrella issue that is a 
problem, we're tracking it separately here now: 
https://issues.apache.org/jira/browse/NETBEANS-1067



> Update release 9.0 branding
> ---
>
> Key: NETBEANS-876
> URL: https://issues.apache.org/jira/browse/NETBEANS-876
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Assignee: Geertjan Wielenga
>Priority: Blocker
>  Labels: pull-request-available
> Attachments: logo.zip, splashscreen.zip
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> In order to build Apache NetBeans IDE 9.0 release candidate we need to update:
>  # name to *Apache NetBeans IDE 9.0*
>  # URLs to update centers from _{color:#f79232}updates.netbeans.org{color}_ 
> to {color:#f79232}_netbeans.apache.org_{color}
>  # splash screen
>  # user and cache directories to _{color:#f79232}.netbeans/9.0{color}_ and 
> _{color:#f79232}.cache/netbeans/9.0{color}_
>  # Remove assertions {{-J-ea}} from the {{netbeans.conf}}
> # Start Page (welcome/ module)
> # Title bar *Apache NetBeans IDE 9.0*



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Resolved] (NETBEANS-876) Update release 9.0 branding

2018-07-23 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/NETBEANS-876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jiří Kovalský resolved NETBEANS-876.

   Resolution: Fixed
Fix Version/s: 9.0

OK, resolved then. Thanks everyone!

> Update release 9.0 branding
> ---
>
> Key: NETBEANS-876
> URL: https://issues.apache.org/jira/browse/NETBEANS-876
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Assignee: Geertjan Wielenga
>Priority: Blocker
>  Labels: pull-request-available
> Fix For: 9.0
>
> Attachments: logo.zip, splashscreen.zip
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> In order to build Apache NetBeans IDE 9.0 release candidate we need to update:
>  # name to *Apache NetBeans IDE 9.0*
>  # URLs to update centers from _{color:#f79232}updates.netbeans.org{color}_ 
> to {color:#f79232}_netbeans.apache.org_{color}
>  # splash screen
>  # user and cache directories to _{color:#f79232}.netbeans/9.0{color}_ and 
> _{color:#f79232}.cache/netbeans/9.0{color}_
>  # Remove assertions {{-J-ea}} from the {{netbeans.conf}}
> # Start Page (welcome/ module)
> # Title bar *Apache NetBeans IDE 9.0*



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Closed] (NETBEANS-876) Update release 9.0 branding

2018-07-23 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/NETBEANS-876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jiří Kovalský closed NETBEANS-876.
--

> Update release 9.0 branding
> ---
>
> Key: NETBEANS-876
> URL: https://issues.apache.org/jira/browse/NETBEANS-876
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Jiří Kovalský
>Assignee: Geertjan Wielenga
>Priority: Blocker
>  Labels: pull-request-available
> Fix For: 9.0
>
> Attachments: logo.zip, splashscreen.zip
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> In order to build Apache NetBeans IDE 9.0 release candidate we need to update:
>  # name to *Apache NetBeans IDE 9.0*
>  # URLs to update centers from _{color:#f79232}updates.netbeans.org{color}_ 
> to {color:#f79232}_netbeans.apache.org_{color}
>  # splash screen
>  # user and cache directories to _{color:#f79232}.netbeans/9.0{color}_ and 
> _{color:#f79232}.cache/netbeans/9.0{color}_
>  # Remove assertions {{-J-ea}} from the {{netbeans.conf}}
> # Start Page (welcome/ module)
> # Title bar *Apache NetBeans IDE 9.0*



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-1068) Insets are not recognized in FXML document

2018-07-23 Thread Jon Vox (JIRA)
Jon Vox created NETBEANS-1068:
-

 Summary: Insets are not recognized in FXML document
 Key: NETBEANS-1068
 URL: https://issues.apache.org/jira/browse/NETBEANS-1068
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Editor
Affects Versions: 9.0
 Environment: Windows 10/ java jdk 10.0.2/Apache NetBeans IDE Dev 
(Build 20180703-unknown-revn).
Reporter: Jon Vox


  
    
  

This code in a fxml document gives a unexpected exception in the editor



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-1046) Ctrl+click not working in xhtml pages

2018-07-23 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jiří Kovalský updated NETBEANS-1046:

Component/s: (was: cnd - Editor)
 web - HTML Editor

> Ctrl+click not working in xhtml pages
> -
>
> Key: NETBEANS-1046
> URL: https://issues.apache.org/jira/browse/NETBEANS-1046
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - HTML Editor
>Affects Versions: 9.0
> Environment: openjdk-10, (also 1.8), Linux j4.17.5-200.fc28, x86_64
>Reporter: John Whitley
>Priority: Minor
>
> Although ctrl+click works with java source, it no longer does so in xhtml/jsf 
> pages. This appears to be a regression from netbeans 8.2.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-1046) Ctrl+click not working in xhtml pages

2018-07-23 Thread JIRA


[ 
https://issues.apache.org/jira/browse/NETBEANS-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16552889#comment-16552889
 ] 

Jiří Kovalský commented on NETBEANS-1046:
-

JSF support is not provided by default in 9.0 version and I cannot reproduce 
the navigation problem in XHTML file. Creating a new one from template and CTRL 
- clicking the [http://www.w3.org/1999/xhtml] name space URL opens web browser 
correctly for me. Please specify exact steps how to reproduce otherwise we will 
close this issue as WORKSFORME. Thanks.

> Ctrl+click not working in xhtml pages
> -
>
> Key: NETBEANS-1046
> URL: https://issues.apache.org/jira/browse/NETBEANS-1046
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - HTML Editor
>Affects Versions: 9.0
> Environment: openjdk-10, (also 1.8), Linux j4.17.5-200.fc28, x86_64
>Reporter: John Whitley
>Priority: Minor
>
> Although ctrl+click works with java source, it no longer does so in xhtml/jsf 
> pages. This appears to be a regression from netbeans 8.2.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-263) "Implementation" Icon not shown for Interfaces

2018-07-23 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/NETBEANS-263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jiří Kovalský updated NETBEANS-263:
---
Component/s: (was: ide - UI)
 editor - Hints & Annotations

> "Implementation" Icon not shown for Interfaces
> --
>
> Key: NETBEANS-263
> URL: https://issues.apache.org/jira/browse/NETBEANS-263
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Hints & Annotations
>Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-168-on-20180110)
> Java: 9.0.1; Java HotSpot(TM) 64-Bit Server VM 9.0.1+11
> Runtime: Java(TM) SE Runtime Environment 9.0.1+11
> System: Windows 10 version 10.0 running on amd64; Cp1252; en (nb)
>Reporter: Thomas Kellerer
>Assignee: Reema Taneja
>Priority: Major
> Attachments: TestModularApp.zip, TestNB.zip, module-info not 
> present.png, module-info present.png
>
>
> No "Implementation" icon is shown for interfaces (or their methods) when the 
> interface is open and the project has a "module-info.java" in which the 
> interfaces package is not part of the exported packages. 
> The screenshots show the problem.
> If {{module-info.java}} is present in the project, there is no way to jump to 
> the implementing class when the interface is open in the editor (see 
> "module-info present.png")
> If I delete {{module-info.java}} the icons appear in the left gutter of the 
> editor (see "module-info not present.png")
> The test project is attached in TestNB.zip



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-953) Profile jdk10 remote platform NullPointerException

2018-07-23 Thread JIRA


[ 
https://issues.apache.org/jira/browse/NETBEANS-953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16552954#comment-16552954
 ] 

Jiří Kovalský commented on NETBEANS-953:


Given how close we are to 9.0 release I recommend to waive this bug for 9.0 
release and fix it in 9.1. [~gholmer], can you please discuss this within your 
[NetCAT Profiler 
tribe|http://netbeans-vm.apache.org/synergy/client/app/#/tribe/31] and approve 
tagging this issue with WAIVER label as per [9.0 Quality 
Criteria|https://cwiki.apache.org/confluence/display/NETBEANS/NetBeans+9.0+Release+Criteria]?

> Profile jdk10 remote platform  NullPointerException
> ---
>
> Key: NETBEANS-953
> URL: https://issues.apache.org/jira/browse/NETBEANS-953
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0
> Environment: Mac OS X 10.9.5, Ubuntu 16.04, Mac OS X 10.13.3
>Reporter: Dell Green
>Priority: Critical
>  Labels: patch, pull-request-available
> Attachments: profiler-jdk10.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Using Netbeans 9 on Mac and Linux and profiling  a remote application running 
> on jdk10 causes a NullPointerException. 
> Repeatable with client on: Mac OS X 10.9.5, Ubuntu 16.04, Mac OS X 10.13.3
> Repeatable with remote jdk10 on Mac OSX 10.13.3, Ubuntu 16.04 and linux armhf
> Repeatable with Netbeans9 RC1 and latest source on github at time of writing 
> (25f29be40b5d36447b3ce2bd170feac6bcc0a9ee)
> Other combinations were not tested, so probably exists on those as well
>  
> java.lang.NullPointerException at 
> org.netbeans.lib.profiler.common.integration.IntegrationUtils.getRemoteProfilerAgentCommandLineArgsWithoutQuotes(IntegrationUtils.java:540)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher.setupAgentEnv(ProfilerLauncher.java:510)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher.access$200(ProfilerLauncher.java:67)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$Session.configure(ProfilerLauncher.java:327)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$Session.getProperties(ProfilerLauncher.java:270)
>  at 
> org.netbeans.modules.profiler.nbimpl.providers.DefaultProfilerArgsProvider.getArguments(DefaultProfilerArgsProvider.java:48)
>  at 
> org.netbeans.modules.extexecution.startup.ProxyStartupExtender.getArguments(ProxyStartupExtender.java:58)
>  at 
> org.netbeans.api.extexecution.startup.StartupExtender.getExtenders(StartupExtender.java:85)
>  at 
> org.netbeans.modules.javafx2.project.JFXActionProvider.runJvmargsIde(JFXActionProvider.java:319)
>  at 
> org.netbeans.modules.javafx2.project.JFXActionProvider.collectStartupExtenderArgs(JFXActionProvider.java:257)
>  at 
> org.netbeans.modules.javafx2.project.JFXActionProvider.invokeAction(JFXActionProvider.java:162)
>  at 
> org.netbeans.spi.project.support.LookupProviderSupport$MergedActionProvider.invokeAction(LookupProviderSupport.java:262)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$AntLauncher.launch(ProfilerLauncher.java:414)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$Session.run(ProfilerLauncher.java:340)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$ProfilerSessionImpl.start(ProfilerLauncher.java:129)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerSession.doStart(ProfilerSession.java:237)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow$16.run(ProfilerWindow.java:528)
>  at 
> org.netbeans.lib.profiler.ui.UIUtils.runInEventDispatchThread(UIUtils.java:603)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.performDoStartImpl(ProfilerWindow.java:527)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.performStartImpl(ProfilerWindow.java:522)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.access$400(ProfilerWindow.java:132)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow$3.performAction(ProfilerWindow.java:236)
>  at 
> org.netbeans.modules.profiler.v2.ui.DropdownButton$Button.fireActionPerformed(DropdownButton.java:389)
>  at 
> java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
>  at 
> java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
>  at 
> java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
>  at 
> java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:270)
>  at 
> java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:297)
>  at java.desktop/java.awt.Component.processMouseEvent(Component.java:6589) at 
> java.desktop/javax.swing.JComponent.processMouseEvent(JCompo

[jira] [Comment Edited] (NETBEANS-953) Profile jdk10 remote platform NullPointerException

2018-07-23 Thread JIRA


[ 
https://issues.apache.org/jira/browse/NETBEANS-953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16552954#comment-16552954
 ] 

Jiří Kovalský edited comment on NETBEANS-953 at 7/23/18 2:55 PM:
-

Given how close we are to 9.0 release I recommend to waive this bug for 9.0 
release and fix it in 9.1. [~gholmer], can you please discuss this proposal 
within your [NetCAT Profiler 
tribe|http://netbeans-vm.apache.org/synergy/client/app/#/tribe/31] and approve 
tagging this issue with WAIVER label as per [9.0 Quality 
Criteria|https://cwiki.apache.org/confluence/display/NETBEANS/NetBeans+9.0+Release+Criteria]?


was (Author: jkovalsky):
Given how close we are to 9.0 release I recommend to waive this bug for 9.0 
release and fix it in 9.1. [~gholmer], can you please discuss this within your 
[NetCAT Profiler 
tribe|http://netbeans-vm.apache.org/synergy/client/app/#/tribe/31] and approve 
tagging this issue with WAIVER label as per [9.0 Quality 
Criteria|https://cwiki.apache.org/confluence/display/NETBEANS/NetBeans+9.0+Release+Criteria]?

> Profile jdk10 remote platform  NullPointerException
> ---
>
> Key: NETBEANS-953
> URL: https://issues.apache.org/jira/browse/NETBEANS-953
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0
> Environment: Mac OS X 10.9.5, Ubuntu 16.04, Mac OS X 10.13.3
>Reporter: Dell Green
>Priority: Critical
>  Labels: patch, pull-request-available
> Attachments: profiler-jdk10.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Using Netbeans 9 on Mac and Linux and profiling  a remote application running 
> on jdk10 causes a NullPointerException. 
> Repeatable with client on: Mac OS X 10.9.5, Ubuntu 16.04, Mac OS X 10.13.3
> Repeatable with remote jdk10 on Mac OSX 10.13.3, Ubuntu 16.04 and linux armhf
> Repeatable with Netbeans9 RC1 and latest source on github at time of writing 
> (25f29be40b5d36447b3ce2bd170feac6bcc0a9ee)
> Other combinations were not tested, so probably exists on those as well
>  
> java.lang.NullPointerException at 
> org.netbeans.lib.profiler.common.integration.IntegrationUtils.getRemoteProfilerAgentCommandLineArgsWithoutQuotes(IntegrationUtils.java:540)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher.setupAgentEnv(ProfilerLauncher.java:510)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher.access$200(ProfilerLauncher.java:67)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$Session.configure(ProfilerLauncher.java:327)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$Session.getProperties(ProfilerLauncher.java:270)
>  at 
> org.netbeans.modules.profiler.nbimpl.providers.DefaultProfilerArgsProvider.getArguments(DefaultProfilerArgsProvider.java:48)
>  at 
> org.netbeans.modules.extexecution.startup.ProxyStartupExtender.getArguments(ProxyStartupExtender.java:58)
>  at 
> org.netbeans.api.extexecution.startup.StartupExtender.getExtenders(StartupExtender.java:85)
>  at 
> org.netbeans.modules.javafx2.project.JFXActionProvider.runJvmargsIde(JFXActionProvider.java:319)
>  at 
> org.netbeans.modules.javafx2.project.JFXActionProvider.collectStartupExtenderArgs(JFXActionProvider.java:257)
>  at 
> org.netbeans.modules.javafx2.project.JFXActionProvider.invokeAction(JFXActionProvider.java:162)
>  at 
> org.netbeans.spi.project.support.LookupProviderSupport$MergedActionProvider.invokeAction(LookupProviderSupport.java:262)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$AntLauncher.launch(ProfilerLauncher.java:414)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$Session.run(ProfilerLauncher.java:340)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$ProfilerSessionImpl.start(ProfilerLauncher.java:129)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerSession.doStart(ProfilerSession.java:237)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow$16.run(ProfilerWindow.java:528)
>  at 
> org.netbeans.lib.profiler.ui.UIUtils.runInEventDispatchThread(UIUtils.java:603)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.performDoStartImpl(ProfilerWindow.java:527)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.performStartImpl(ProfilerWindow.java:522)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.access$400(ProfilerWindow.java:132)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow$3.performAction(ProfilerWindow.java:236)
>  at 
> org.netbeans.modules.profiler.v2.ui.DropdownButton$Button.fireActionPerformed(DropdownButton.java:389)
>  at 
> java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
>  at 
> java.desktop/javax.swing.DefaultButtonMod

[jira] [Comment Edited] (NETBEANS-953) Profile jdk10 remote platform NullPointerException

2018-07-23 Thread JIRA


[ 
https://issues.apache.org/jira/browse/NETBEANS-953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16552954#comment-16552954
 ] 

Jiří Kovalský edited comment on NETBEANS-953 at 7/23/18 2:56 PM:
-

Given how close we are to 9.0 release I recommend to waive this bug for 9.0 
release and fix it in 9.1. [~gholmer], can you please discuss this proposal 
within your [NetCAT Profiler 
tribe|http://netbeans-vm.apache.org/synergy/client/app/#/tribe/31] and approve 
tagging this issue with {color:#d04437}WAIVER{color} label as per [9.0 Quality 
Criteria|https://cwiki.apache.org/confluence/display/NETBEANS/NetBeans+9.0+Release+Criteria]?


was (Author: jkovalsky):
Given how close we are to 9.0 release I recommend to waive this bug for 9.0 
release and fix it in 9.1. [~gholmer], can you please discuss this proposal 
within your [NetCAT Profiler 
tribe|http://netbeans-vm.apache.org/synergy/client/app/#/tribe/31] and approve 
tagging this issue with WAIVER label as per [9.0 Quality 
Criteria|https://cwiki.apache.org/confluence/display/NETBEANS/NetBeans+9.0+Release+Criteria]?

> Profile jdk10 remote platform  NullPointerException
> ---
>
> Key: NETBEANS-953
> URL: https://issues.apache.org/jira/browse/NETBEANS-953
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0
> Environment: Mac OS X 10.9.5, Ubuntu 16.04, Mac OS X 10.13.3
>Reporter: Dell Green
>Priority: Critical
>  Labels: patch, pull-request-available
> Attachments: profiler-jdk10.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Using Netbeans 9 on Mac and Linux and profiling  a remote application running 
> on jdk10 causes a NullPointerException. 
> Repeatable with client on: Mac OS X 10.9.5, Ubuntu 16.04, Mac OS X 10.13.3
> Repeatable with remote jdk10 on Mac OSX 10.13.3, Ubuntu 16.04 and linux armhf
> Repeatable with Netbeans9 RC1 and latest source on github at time of writing 
> (25f29be40b5d36447b3ce2bd170feac6bcc0a9ee)
> Other combinations were not tested, so probably exists on those as well
>  
> java.lang.NullPointerException at 
> org.netbeans.lib.profiler.common.integration.IntegrationUtils.getRemoteProfilerAgentCommandLineArgsWithoutQuotes(IntegrationUtils.java:540)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher.setupAgentEnv(ProfilerLauncher.java:510)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher.access$200(ProfilerLauncher.java:67)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$Session.configure(ProfilerLauncher.java:327)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$Session.getProperties(ProfilerLauncher.java:270)
>  at 
> org.netbeans.modules.profiler.nbimpl.providers.DefaultProfilerArgsProvider.getArguments(DefaultProfilerArgsProvider.java:48)
>  at 
> org.netbeans.modules.extexecution.startup.ProxyStartupExtender.getArguments(ProxyStartupExtender.java:58)
>  at 
> org.netbeans.api.extexecution.startup.StartupExtender.getExtenders(StartupExtender.java:85)
>  at 
> org.netbeans.modules.javafx2.project.JFXActionProvider.runJvmargsIde(JFXActionProvider.java:319)
>  at 
> org.netbeans.modules.javafx2.project.JFXActionProvider.collectStartupExtenderArgs(JFXActionProvider.java:257)
>  at 
> org.netbeans.modules.javafx2.project.JFXActionProvider.invokeAction(JFXActionProvider.java:162)
>  at 
> org.netbeans.spi.project.support.LookupProviderSupport$MergedActionProvider.invokeAction(LookupProviderSupport.java:262)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$AntLauncher.launch(ProfilerLauncher.java:414)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$Session.run(ProfilerLauncher.java:340)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$ProfilerSessionImpl.start(ProfilerLauncher.java:129)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerSession.doStart(ProfilerSession.java:237)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow$16.run(ProfilerWindow.java:528)
>  at 
> org.netbeans.lib.profiler.ui.UIUtils.runInEventDispatchThread(UIUtils.java:603)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.performDoStartImpl(ProfilerWindow.java:527)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.performStartImpl(ProfilerWindow.java:522)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.access$400(ProfilerWindow.java:132)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow$3.performAction(ProfilerWindow.java:236)
>  at 
> org.netbeans.modules.profiler.v2.ui.DropdownButton$Button.fireActionPerformed(DropdownButton.java:389)
>  at 
> java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
>  at 
> java.deskt

[jira] [Comment Edited] (NETBEANS-953) Profile jdk10 remote platform NullPointerException

2018-07-23 Thread JIRA


[ 
https://issues.apache.org/jira/browse/NETBEANS-953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16552954#comment-16552954
 ] 

Jiří Kovalský edited comment on NETBEANS-953 at 7/23/18 2:57 PM:
-

Given how close we are to 9.0 release I recommend to waive this bug for 9.0 
release and fix it in 9.1. [~gholmer], can you please discuss this proposal 
within your [NetCAT Profiler 
tribe|http://netbeans-vm.apache.org/synergy/client/app/#/tribe/31] and approve 
tagging this issue with {color:#d04437}WAIVER{color} label as per [9.0 Release 
Criteria|https://cwiki.apache.org/confluence/display/NETBEANS/NetBeans+9.0+Release+Criteria]?


was (Author: jkovalsky):
Given how close we are to 9.0 release I recommend to waive this bug for 9.0 
release and fix it in 9.1. [~gholmer], can you please discuss this proposal 
within your [NetCAT Profiler 
tribe|http://netbeans-vm.apache.org/synergy/client/app/#/tribe/31] and approve 
tagging this issue with {color:#d04437}WAIVER{color} label as per [9.0 Quality 
Criteria|https://cwiki.apache.org/confluence/display/NETBEANS/NetBeans+9.0+Release+Criteria]?

> Profile jdk10 remote platform  NullPointerException
> ---
>
> Key: NETBEANS-953
> URL: https://issues.apache.org/jira/browse/NETBEANS-953
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0
> Environment: Mac OS X 10.9.5, Ubuntu 16.04, Mac OS X 10.13.3
>Reporter: Dell Green
>Priority: Critical
>  Labels: patch, pull-request-available
> Attachments: profiler-jdk10.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Using Netbeans 9 on Mac and Linux and profiling  a remote application running 
> on jdk10 causes a NullPointerException. 
> Repeatable with client on: Mac OS X 10.9.5, Ubuntu 16.04, Mac OS X 10.13.3
> Repeatable with remote jdk10 on Mac OSX 10.13.3, Ubuntu 16.04 and linux armhf
> Repeatable with Netbeans9 RC1 and latest source on github at time of writing 
> (25f29be40b5d36447b3ce2bd170feac6bcc0a9ee)
> Other combinations were not tested, so probably exists on those as well
>  
> java.lang.NullPointerException at 
> org.netbeans.lib.profiler.common.integration.IntegrationUtils.getRemoteProfilerAgentCommandLineArgsWithoutQuotes(IntegrationUtils.java:540)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher.setupAgentEnv(ProfilerLauncher.java:510)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher.access$200(ProfilerLauncher.java:67)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$Session.configure(ProfilerLauncher.java:327)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$Session.getProperties(ProfilerLauncher.java:270)
>  at 
> org.netbeans.modules.profiler.nbimpl.providers.DefaultProfilerArgsProvider.getArguments(DefaultProfilerArgsProvider.java:48)
>  at 
> org.netbeans.modules.extexecution.startup.ProxyStartupExtender.getArguments(ProxyStartupExtender.java:58)
>  at 
> org.netbeans.api.extexecution.startup.StartupExtender.getExtenders(StartupExtender.java:85)
>  at 
> org.netbeans.modules.javafx2.project.JFXActionProvider.runJvmargsIde(JFXActionProvider.java:319)
>  at 
> org.netbeans.modules.javafx2.project.JFXActionProvider.collectStartupExtenderArgs(JFXActionProvider.java:257)
>  at 
> org.netbeans.modules.javafx2.project.JFXActionProvider.invokeAction(JFXActionProvider.java:162)
>  at 
> org.netbeans.spi.project.support.LookupProviderSupport$MergedActionProvider.invokeAction(LookupProviderSupport.java:262)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$AntLauncher.launch(ProfilerLauncher.java:414)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$Session.run(ProfilerLauncher.java:340)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$ProfilerSessionImpl.start(ProfilerLauncher.java:129)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerSession.doStart(ProfilerSession.java:237)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow$16.run(ProfilerWindow.java:528)
>  at 
> org.netbeans.lib.profiler.ui.UIUtils.runInEventDispatchThread(UIUtils.java:603)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.performDoStartImpl(ProfilerWindow.java:527)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.performStartImpl(ProfilerWindow.java:522)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.access$400(ProfilerWindow.java:132)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow$3.performAction(ProfilerWindow.java:236)
>  at 
> org.netbeans.modules.profiler.v2.ui.DropdownButton$Button.fireActionPerformed(DropdownButton.java:389)
>  at 
> java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:230

[jira] [Commented] (NETBEANS-953) Profile jdk10 remote platform NullPointerException

2018-07-23 Thread Josh Juneau (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16553010#comment-16553010
 ] 

Josh Juneau commented on NETBEANS-953:
--

I agree that waiving this bug for 9.0 seems to make sense in order to move it 
along, so long as it is repaired in 9.1.

> Profile jdk10 remote platform  NullPointerException
> ---
>
> Key: NETBEANS-953
> URL: https://issues.apache.org/jira/browse/NETBEANS-953
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0
> Environment: Mac OS X 10.9.5, Ubuntu 16.04, Mac OS X 10.13.3
>Reporter: Dell Green
>Priority: Critical
>  Labels: patch, pull-request-available
> Attachments: profiler-jdk10.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Using Netbeans 9 on Mac and Linux and profiling  a remote application running 
> on jdk10 causes a NullPointerException. 
> Repeatable with client on: Mac OS X 10.9.5, Ubuntu 16.04, Mac OS X 10.13.3
> Repeatable with remote jdk10 on Mac OSX 10.13.3, Ubuntu 16.04 and linux armhf
> Repeatable with Netbeans9 RC1 and latest source on github at time of writing 
> (25f29be40b5d36447b3ce2bd170feac6bcc0a9ee)
> Other combinations were not tested, so probably exists on those as well
>  
> java.lang.NullPointerException at 
> org.netbeans.lib.profiler.common.integration.IntegrationUtils.getRemoteProfilerAgentCommandLineArgsWithoutQuotes(IntegrationUtils.java:540)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher.setupAgentEnv(ProfilerLauncher.java:510)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher.access$200(ProfilerLauncher.java:67)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$Session.configure(ProfilerLauncher.java:327)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$Session.getProperties(ProfilerLauncher.java:270)
>  at 
> org.netbeans.modules.profiler.nbimpl.providers.DefaultProfilerArgsProvider.getArguments(DefaultProfilerArgsProvider.java:48)
>  at 
> org.netbeans.modules.extexecution.startup.ProxyStartupExtender.getArguments(ProxyStartupExtender.java:58)
>  at 
> org.netbeans.api.extexecution.startup.StartupExtender.getExtenders(StartupExtender.java:85)
>  at 
> org.netbeans.modules.javafx2.project.JFXActionProvider.runJvmargsIde(JFXActionProvider.java:319)
>  at 
> org.netbeans.modules.javafx2.project.JFXActionProvider.collectStartupExtenderArgs(JFXActionProvider.java:257)
>  at 
> org.netbeans.modules.javafx2.project.JFXActionProvider.invokeAction(JFXActionProvider.java:162)
>  at 
> org.netbeans.spi.project.support.LookupProviderSupport$MergedActionProvider.invokeAction(LookupProviderSupport.java:262)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$AntLauncher.launch(ProfilerLauncher.java:414)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$Session.run(ProfilerLauncher.java:340)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$ProfilerSessionImpl.start(ProfilerLauncher.java:129)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerSession.doStart(ProfilerSession.java:237)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow$16.run(ProfilerWindow.java:528)
>  at 
> org.netbeans.lib.profiler.ui.UIUtils.runInEventDispatchThread(UIUtils.java:603)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.performDoStartImpl(ProfilerWindow.java:527)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.performStartImpl(ProfilerWindow.java:522)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.access$400(ProfilerWindow.java:132)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow$3.performAction(ProfilerWindow.java:236)
>  at 
> org.netbeans.modules.profiler.v2.ui.DropdownButton$Button.fireActionPerformed(DropdownButton.java:389)
>  at 
> java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
>  at 
> java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
>  at 
> java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
>  at 
> java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:270)
>  at 
> java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:297)
>  at java.desktop/java.awt.Component.processMouseEvent(Component.java:6589) at 
> java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342) 
> at java.desktop/java.awt.Component.processEvent(Component.java:6354) at 
> java.desktop/java.awt.Container.processEvent(Container.java:2261) at 
> org.netbeans.modules.profiler.v2.ui.DropdownButton$Button.processEventImpl(DropdownButton.java:398)
>  at 
> org.netbeans.mod

[jira] [Updated] (NETBEANS-953) Profile jdk10 remote platform NullPointerException

2018-07-23 Thread Glenn Holmer (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Glenn Holmer updated NETBEANS-953:
--
Labels: WAIVER patch pull-request-available  (was: patch 
pull-request-available)

> Profile jdk10 remote platform  NullPointerException
> ---
>
> Key: NETBEANS-953
> URL: https://issues.apache.org/jira/browse/NETBEANS-953
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0
> Environment: Mac OS X 10.9.5, Ubuntu 16.04, Mac OS X 10.13.3
>Reporter: Dell Green
>Priority: Critical
>  Labels: WAIVER, patch, pull-request-available
> Attachments: profiler-jdk10.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Using Netbeans 9 on Mac and Linux and profiling  a remote application running 
> on jdk10 causes a NullPointerException. 
> Repeatable with client on: Mac OS X 10.9.5, Ubuntu 16.04, Mac OS X 10.13.3
> Repeatable with remote jdk10 on Mac OSX 10.13.3, Ubuntu 16.04 and linux armhf
> Repeatable with Netbeans9 RC1 and latest source on github at time of writing 
> (25f29be40b5d36447b3ce2bd170feac6bcc0a9ee)
> Other combinations were not tested, so probably exists on those as well
>  
> java.lang.NullPointerException at 
> org.netbeans.lib.profiler.common.integration.IntegrationUtils.getRemoteProfilerAgentCommandLineArgsWithoutQuotes(IntegrationUtils.java:540)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher.setupAgentEnv(ProfilerLauncher.java:510)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher.access$200(ProfilerLauncher.java:67)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$Session.configure(ProfilerLauncher.java:327)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$Session.getProperties(ProfilerLauncher.java:270)
>  at 
> org.netbeans.modules.profiler.nbimpl.providers.DefaultProfilerArgsProvider.getArguments(DefaultProfilerArgsProvider.java:48)
>  at 
> org.netbeans.modules.extexecution.startup.ProxyStartupExtender.getArguments(ProxyStartupExtender.java:58)
>  at 
> org.netbeans.api.extexecution.startup.StartupExtender.getExtenders(StartupExtender.java:85)
>  at 
> org.netbeans.modules.javafx2.project.JFXActionProvider.runJvmargsIde(JFXActionProvider.java:319)
>  at 
> org.netbeans.modules.javafx2.project.JFXActionProvider.collectStartupExtenderArgs(JFXActionProvider.java:257)
>  at 
> org.netbeans.modules.javafx2.project.JFXActionProvider.invokeAction(JFXActionProvider.java:162)
>  at 
> org.netbeans.spi.project.support.LookupProviderSupport$MergedActionProvider.invokeAction(LookupProviderSupport.java:262)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$AntLauncher.launch(ProfilerLauncher.java:414)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$Session.run(ProfilerLauncher.java:340)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$ProfilerSessionImpl.start(ProfilerLauncher.java:129)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerSession.doStart(ProfilerSession.java:237)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow$16.run(ProfilerWindow.java:528)
>  at 
> org.netbeans.lib.profiler.ui.UIUtils.runInEventDispatchThread(UIUtils.java:603)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.performDoStartImpl(ProfilerWindow.java:527)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.performStartImpl(ProfilerWindow.java:522)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.access$400(ProfilerWindow.java:132)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow$3.performAction(ProfilerWindow.java:236)
>  at 
> org.netbeans.modules.profiler.v2.ui.DropdownButton$Button.fireActionPerformed(DropdownButton.java:389)
>  at 
> java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
>  at 
> java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
>  at 
> java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
>  at 
> java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:270)
>  at 
> java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:297)
>  at java.desktop/java.awt.Component.processMouseEvent(Component.java:6589) at 
> java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342) 
> at java.desktop/java.awt.Component.processEvent(Component.java:6354) at 
> java.desktop/java.awt.Container.processEvent(Container.java:2261) at 
> org.netbeans.modules.profiler.v2.ui.DropdownButton$Button.processEventImpl(DropdownButton.java:398)
>  at 
> org.netbeans.modules.profiler.v2.ui.DropdownButton$Button.access$000(DropdownButton.java:352)
>  a

[jira] [Commented] (NETBEANS-953) Profile jdk10 remote platform NullPointerException

2018-07-23 Thread Geertjan Wielenga (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16553101#comment-16553101
 ] 

Geertjan Wielenga commented on NETBEANS-953:


Yes, I recommend putting this as a bug in the release notes, i.e., so everyone 
knows we know about this and that we'll fix it ASAP.

> Profile jdk10 remote platform  NullPointerException
> ---
>
> Key: NETBEANS-953
> URL: https://issues.apache.org/jira/browse/NETBEANS-953
> Project: NetBeans
>  Issue Type: Bug
>  Components: profiler - Base
>Affects Versions: 9.0
> Environment: Mac OS X 10.9.5, Ubuntu 16.04, Mac OS X 10.13.3
>Reporter: Dell Green
>Priority: Critical
>  Labels: WAIVER, patch, pull-request-available
> Attachments: profiler-jdk10.patch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Using Netbeans 9 on Mac and Linux and profiling  a remote application running 
> on jdk10 causes a NullPointerException. 
> Repeatable with client on: Mac OS X 10.9.5, Ubuntu 16.04, Mac OS X 10.13.3
> Repeatable with remote jdk10 on Mac OSX 10.13.3, Ubuntu 16.04 and linux armhf
> Repeatable with Netbeans9 RC1 and latest source on github at time of writing 
> (25f29be40b5d36447b3ce2bd170feac6bcc0a9ee)
> Other combinations were not tested, so probably exists on those as well
>  
> java.lang.NullPointerException at 
> org.netbeans.lib.profiler.common.integration.IntegrationUtils.getRemoteProfilerAgentCommandLineArgsWithoutQuotes(IntegrationUtils.java:540)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher.setupAgentEnv(ProfilerLauncher.java:510)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher.access$200(ProfilerLauncher.java:67)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$Session.configure(ProfilerLauncher.java:327)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$Session.getProperties(ProfilerLauncher.java:270)
>  at 
> org.netbeans.modules.profiler.nbimpl.providers.DefaultProfilerArgsProvider.getArguments(DefaultProfilerArgsProvider.java:48)
>  at 
> org.netbeans.modules.extexecution.startup.ProxyStartupExtender.getArguments(ProxyStartupExtender.java:58)
>  at 
> org.netbeans.api.extexecution.startup.StartupExtender.getExtenders(StartupExtender.java:85)
>  at 
> org.netbeans.modules.javafx2.project.JFXActionProvider.runJvmargsIde(JFXActionProvider.java:319)
>  at 
> org.netbeans.modules.javafx2.project.JFXActionProvider.collectStartupExtenderArgs(JFXActionProvider.java:257)
>  at 
> org.netbeans.modules.javafx2.project.JFXActionProvider.invokeAction(JFXActionProvider.java:162)
>  at 
> org.netbeans.spi.project.support.LookupProviderSupport$MergedActionProvider.invokeAction(LookupProviderSupport.java:262)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$AntLauncher.launch(ProfilerLauncher.java:414)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$Session.run(ProfilerLauncher.java:340)
>  at 
> org.netbeans.modules.profiler.nbimpl.actions.ProfilerLauncher$ProfilerSessionImpl.start(ProfilerLauncher.java:129)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerSession.doStart(ProfilerSession.java:237)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow$16.run(ProfilerWindow.java:528)
>  at 
> org.netbeans.lib.profiler.ui.UIUtils.runInEventDispatchThread(UIUtils.java:603)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.performDoStartImpl(ProfilerWindow.java:527)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.performStartImpl(ProfilerWindow.java:522)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow.access$400(ProfilerWindow.java:132)
>  at 
> org.netbeans.modules.profiler.v2.ProfilerWindow$3.performAction(ProfilerWindow.java:236)
>  at 
> org.netbeans.modules.profiler.v2.ui.DropdownButton$Button.fireActionPerformed(DropdownButton.java:389)
>  at 
> java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
>  at 
> java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
>  at 
> java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
>  at 
> java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:270)
>  at 
> java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:297)
>  at java.desktop/java.awt.Component.processMouseEvent(Component.java:6589) at 
> java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342) 
> at java.desktop/java.awt.Component.processEvent(Component.java:6354) at 
> java.desktop/java.awt.Container.processEvent(Container.java:2261) at 
> org.netbeans.modules.profiler.v2.ui.DropdownButton$Button.processEventImpl(DropdownButton.ja

[jira] [Assigned] (NETBEANS-1055) Exception: Right click Module, New Module

2018-07-23 Thread Reema Taneja (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Reema Taneja reassigned NETBEANS-1055:
--

Assignee: Reema Taneja

> Exception: Right click Module, New Module
> -
>
> Key: NETBEANS-1055
> URL: https://issues.apache.org/jira/browse/NETBEANS-1055
> Project: NetBeans
>  Issue Type: Bug
> Environment: Windows 10 Pro, latest updates, NetBeans 9.0rc1, 
> jdk-11-ea+22_windows-x64_bin
>Reporter: Dan Reese
>Assignee: Reema Taneja
>Priority: Major
>
> ---
> >Log Session: Tuesday, July 17, 2018 at 11:41:14 AM Central Daylight Time
> >System Info: 
>   Product Version = Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-302-on-20180517)
>   Operating System    = Windows 10 version 10.0 running on amd64
>   Java; VM; Vendor    = 10.0.1; Java HotSpot(TM) 64-Bit Server VM 
> 10.0.1+10; Oracle Corporation
>   Runtime = Java(TM) SE Runtime Environment 10.0.1+10
>   Java Home   = C:\Program Files\Java\jdk-10.0.1
>   System Locale; Encoding = en_US (nb); Cp1252
>   Home Directory  = C:\Users\dr
>   Current Directory   = 
> C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans
>   User Directory  = C:\Users\dr\AppData\Roaming\NetBeans\dev
>   Cache Directory = C:\Users\dr\AppData\Local\NetBeans\Cache\dev
>   Installation    = 
> C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\nb
>     
> C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\ide
>     
> C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\extide
>     
> C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\java
>     
> C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\apisupport
>     
> C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\websvccommon
>     
> C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\profiler
>     
> C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\harness
>     
> C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\javafx
>     
> C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\platform
>   Boot & Ext. Classpath   = 
>   Application Classpath   = 
> C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\platform\lib\boot.jar;C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\platform\lib\org-openide-modules.jar;C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\platform\lib\org-openide-util-lookup.jar;C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\platform\lib\org-openide-util-ui.jar;C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\platform\lib\org-openide-util.jar
>   Startup Classpath   = 
> C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\platform\core\asm-all-5.0.1.jar;C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\platform\core\core-base.jar;C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\platform\core\core.jar;C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\platform\core\org-openide-filesystems.jar;C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\nb\core\org-netbeans-upgrader.jar;C:\Support\Apache\Netbeans\incubating-netbeans-java-9.0-rc1-bin\netbeans\nb\core\locale\core_nb.jar
> ---
> INFO [org.netbeans.modules.netbinox]: Install area set to 
> file:/C:/Support/Apache/Netbeans/incubating-netbeans-java-9.0-rc1-bin/netbeans/
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.java.editor.lib, org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.deprecated.pre65formatting which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.ide.kit, org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.structure which is deprecated.
> WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.apisupport.ant, org.netbeans.modules.ja

[jira] [Commented] (NETBEANS-1054) Javascript regexp issue

2018-07-23 Thread Reema Taneja (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16553808#comment-16553808
 ] 

Reema Taneja commented on NETBEANS-1054:


Likely duplicate of https://issues.apache.org/jira/browse/NETBEANS-538.

> Javascript regexp issue
> ---
>
> Key: NETBEANS-1054
> URL: https://issues.apache.org/jira/browse/NETBEANS-1054
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Venkata Rahul, S
>Priority: Minor
> Attachments: nb_issue_js.txt
>
>
> I installed the Javascript plugins and am working on Oracle JET libraries. 
> That is all I know about the situations where this error pops up frequently.
>  
> It does not impede work but something seems amiss. Logging this for the sake 
> of the dev team's record.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-1054) Javascript regexp issue

2018-07-23 Thread Reema Taneja (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16553810#comment-16553810
 ] 

Reema Taneja commented on NETBEANS-1054:


Can you please provide stacktrace.

> Javascript regexp issue
> ---
>
> Key: NETBEANS-1054
> URL: https://issues.apache.org/jira/browse/NETBEANS-1054
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Venkata Rahul, S
>Priority: Minor
> Attachments: nb_issue_js.txt
>
>
> I installed the Javascript plugins and am working on Oracle JET libraries. 
> That is all I know about the situations where this error pops up frequently.
>  
> It does not impede work but something seems amiss. Logging this for the sake 
> of the dev team's record.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Assigned] (NETBEANS-1043) Refactor -> Move method does not update method::references

2018-07-23 Thread ARUNAVA SINHA (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ARUNAVA SINHA reassigned NETBEANS-1043:
---

Assignee: ARUNAVA SINHA

> Refactor -> Move method does not update method::references
> --
>
> Key: NETBEANS-1043
> URL: https://issues.apache.org/jira/browse/NETBEANS-1043
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 9.0
>Reporter: Austin Stephens
>Assignee: ARUNAVA SINHA
>Priority: Major
>
> Given the following code (was done inside a class for simplicity):
> {code:java}
>     public static class Baz{
>         public static void doStuff(BooleanSupplier source){
>             boolean val = source.getAsBoolean();
>         }
>         public static void prepareStuff(){
>             doStuff(Bar::moveThis);
>         }
>     }
>     public static class Bar {
>         public static boolean moveThis(){
>             return true;
>         }
>     }
>     public static class Foo{
>     
>     }
> {code}
> If you Refactor Move `moveThis` from `Bar` to `Foo`, the reference in 
> Baz.prepareStuff() does not get updated.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Assigned] (NETBEANS-1059) AutoComplete list won't show

2018-07-23 Thread ARUNAVA SINHA (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ARUNAVA SINHA reassigned NETBEANS-1059:
---

Assignee: ARUNAVA SINHA

> AutoComplete list won't show
> 
>
> Key: NETBEANS-1059
> URL: https://issues.apache.org/jira/browse/NETBEANS-1059
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 9.0
>Reporter: Austin Stephens
>Assignee: ARUNAVA SINHA
>Priority: Major
> Attachments: Screen Shot 2018-07-18 at 3.04.07 PM.png, Screen Shot 
> 2018-07-18 at 3.04.16 PM.png, SlayBugs.java
>
>
> Given the attached Java file, NetBeans will not give an auto-complete list if 
> the cursor is on the second line before the semi-colon. I have attached 
> screenshots to display the issue.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists