[jira] [Created] (NETBEANS-5886) Can't open nested child module in a maven project.

2021-07-29 Thread Borwe (Jira)
Borwe created NETBEANS-5886:
---

 Summary: Can't open nested child module in a maven project.
 Key: NETBEANS-5886
 URL: https://issues.apache.org/jira/browse/NETBEANS-5886
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Maven
Affects Versions: Next
 Environment: Windows 10
Java 11.0.9 Adopt Openjdk
Reporter: Borwe


When I have 2+ child projects in a maven parent project, and one of the child 
depends on another, if I re-open the one that depends I get the 
NullPointerException, If had closed the project previsously and restarted 
netbeans and open it again.

The error:
java.lang.NullPointerException
at 
jdk.compiler/com.sun.tools.javac.code.Symtab.lookupPackage(Symtab.java:666)
at 
jdk.compiler/com.sun.tools.javac.code.ClassFinder.loadClass(ClassFinder.java:424)
at 
jdk.compiler/com.sun.tools.javac.comp.Resolve$6.lambda$loadClass$3(Resolve.java:2027)
at 
jdk.compiler/com.sun.tools.javac.comp.Resolve.lookupInvisibleSymbol(Resolve.java:2127)
at 
jdk.compiler/com.sun.tools.javac.comp.Resolve$6.loadClass(Resolve.java:2020)
at 
jdk.compiler/com.sun.tools.javac.comp.Resolve.loadClass(Resolve.java:2001)
at 
jdk.compiler/com.sun.tools.javac.comp.Resolve.findIdentInPackageInternal(Resolve.java:2386)
at 
jdk.compiler/com.sun.tools.javac.comp.Resolve.findIdentInPackage(Resolve.java:2374)
at jdk.compiler/com.sun.tools.javac.comp.Attr.selectSym(Attr.java:3716)
at 
jdk.compiler/com.sun.tools.javac.comp.Attr.visitSelect(Attr.java:3601)
at 
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2114)
at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:655)
at jdk.compiler/com.sun.tools.javac.comp.Attr.attribType(Attr.java:715)
at 
jdk.compiler/com.sun.tools.javac.comp.Modules$UsesProvidesVisitor.visitProvides(Modules.java:1073)
at 
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCProvides.accept(JCTree.java:2806)
at 
jdk.compiler/com.sun.tools.javac.comp.Modules$UsesProvidesVisitor.lambda$visitModuleDef$0(Modules.java:988)
at java.base/java.lang.Iterable.forEach(Iterable.java:75)
at 
jdk.compiler/com.sun.tools.javac.comp.Modules$UsesProvidesVisitor.visitModuleDef(Modules.java:988)
at 
jdk.compiler/com.sun.tools.javac.tree.JCTree$JCModuleDecl.accept(JCTree.java:2677)
at 
jdk.compiler/com.sun.tools.javac.comp.Modules.lambda$getUsesProvidesCompleter$4(Modules.java:963)
at 
jdk.compiler/com.sun.tools.javac.code.Symbol$ModuleSymbol.completeUsesProvides(Symbol.java:1009)
at 
jdk.compiler/com.sun.tools.javac.code.Symbol$ModuleSymbol.getDirectives(Symbol.java:1001)
at 
org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation.dependsOnUnnamed(ModuleClassPaths.java:1191)
at 
org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation.dependsOnUnnamed(ModuleClassPaths.java:1179)
at 
org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation.getResources(ModuleClassPaths.java:871)
at org.netbeans.api.java.classpath.ClassPath.entries(ClassPath.java:363)
at 
org.netbeans.spi.java.classpath.support.MuxClassPathImplementation.getResources(MuxClassPathImplementation.java:90)
at org.netbeans.api.java.classpath.ClassPath.entries(ClassPath.java:363)
at 
org.netbeans.api.java.classpath.ClassPath.toString(ClassPath.java:769)
at 
org.netbeans.api.java.classpath.ClassPath.toString(ClassPath.java:838)
at 
org.netbeans.api.java.classpath.ClassPath.toString(ClassPath.java:848)
at 
org.netbeans.modules.java.source.parsing.JavacParser.dumpSource(JavacParser.java:1274)
at 
org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:753)
at 
org.netbeans.modules.java.source.parsing.CompilationInfoImpl.toPhase(CompilationInfoImpl.java:399)
at 
org.netbeans.api.java.source.CompilationController.toPhase(CompilationController.java:88)
at 
org.netbeans.modules.java.JavaNode$IconTask$SourceIcon$1.run(JavaNode.java:521)
at 
org.netbeans.modules.java.JavaNode$IconTask$SourceIcon$1.run(JavaNode.java:518)
at 
org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:502)
at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
at 

[jira] [Created] (NETBEANS-5766) Go to implementatin, and Go to Declartion bug on java files.

2021-06-09 Thread Borwe (Jira)
Borwe created NETBEANS-5766:
---

 Summary: Go to implementatin, and Go to Declartion bug on java 
files.
 Key: NETBEANS-5766
 URL: https://issues.apache.org/jira/browse/NETBEANS-5766
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Actions
Affects Versions: Next
 Environment: Windows 10.
Adopt OpenJDK Openj9 version 11.0.8
Reporter: Borwe


When you do the go to declartion or go to implementation that redirects to a 
new file for the first time, it opens the item/method selected properly, but up 
future invocation of other go to definition and go to implementation that 
redirect to the same java file now don't go the method definition/variable, but 
to the last position the file was at when open.

EG:
A.java -> B.Java // works for first time to direct to a method in B.java
//then go back to A.java
A.java -> B.Java // fails second time to direct to a different method in 
B.java, reopens B.java at same position as the user was last in in that file.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5511) Error when refreshing plugin's list

2021-03-28 Thread Borwe (Jira)
Borwe created NETBEANS-5511:
---

 Summary: Error when refreshing plugin's list
 Key: NETBEANS-5511
 URL: https://issues.apache.org/jira/browse/NETBEANS-5511
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Plugin Manager
Affects Versions: 12.4
 Environment: Java 11, Adopt openjdk
Reporter: Borwe


When launching plugin manager, you get error, but it can be ignored, but to see 
list of available plugins when clicking [check update] it will throw similar 
error,but list never updates. EG: If empty on fresh install, it remains empty 
forever.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5362) Jvi plugin bug when using FlatLaf themes

2021-02-12 Thread Borwe (Jira)


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

Borwe updated NETBEANS-5362:

Component/s: FlatLaf

> Jvi plugin bug when using FlatLaf themes
> 
>
> Key: NETBEANS-5362
> URL: https://issues.apache.org/jira/browse/NETBEANS-5362
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf, platform - Window System
>Affects Versions: Next
>Reporter: Borwe
>Priority: Major
>  Labels: bug
>
> After installing the Jvi plugin for netbeans to give it vim like powers for 
> editing, whenever I use any FlatLaf theme and try enter a command in normal 
> mode while editing, eg: ':w', a window pops up as it should, but also the 
> error dialog, which seems to just be annoying, as still after exiting the 
> dialogue, and pressing enter, the jvi command still works as expected.
> *Error:*
> {{java.lang.NullPointerException
>   at 
> com.formdev.flatlaf.ui.FlatPopupFactory.getPopupForScreenOfOwner(FlatPopupFactory.java:114)
>   at 
> com.formdev.flatlaf.ui.FlatPopupFactory.getPopup(FlatPopupFactory.java:78)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayoutPopup.show(CompletionLayoutPopup.java:287)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayoutPopup.showAlongOccupiedBounds(CompletionLayoutPopup.java:319)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayoutPopup.showAlongAnchorBounds(CompletionLayoutPopup.java:299)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayout.updateLayout(CompletionLayout.java:285)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayout$CompletionPopup.show(CompletionLayout.java:458)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayout$CompletionPopup.show(CompletionLayout.java:346)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayout.showCompletion(CompletionLayout.java:121)
>   at 
> org.netbeans.modules.editor.completion.CompletionImpl$10.run(CompletionImpl.java:1166)
>   at 
> java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
>   at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>   at 
> java.base/java.security.AccessController.doPrivileged(AccessController.java:708)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
>   at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
>   at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> [catch] at 
> java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:117)
>   at 
> java.desktop/java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190)
>   at 
> java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:235)
>   at 
> java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:233)
>   at 
> java.base/java.security.AccessController.doPrivileged(AccessController.java:682)
>   at 
> java.desktop/java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:233)
>   at java.desktop/java.awt.Dialog.show(Dialog.java:1070)
>   at java.desktop/java.awt.Component.show(Component.java:1716)
>   at java.desktop/java.awt.Component.setVisible(Component.java:1663)
>   at java.desktop/java.awt.Window.setVisible(Window.java:1031)
>   at java.desktop/java.awt.Dialog.setVisible(Dialog.java:1005)
>   at 
> com.raelity.jvi.swing.WindowCmdEntry.finishActivate(WindowCmdEntry.java:84)
>   at 
> com.raelity.jvi.swing.CommandLineEntry.activate(CommandLineEntry.java:159)
>   at 
> com.raelity.jvi.manager.Scheduler.startCommandEntry(Scheduler.java:272)
>   at 
> com.raelity.jvi.core.ColonCommands.doColonCommand(ColonCommands.java:129)
>   at com.raelity.jvi.core.Normal.nv_colon(Normal.java:2496)
>   at com.raelity.jvi.core.Normal.normal_cmd(Normal.java:627)
>   at com.raelity.jvi.core.Normal.processInputChar(Normal.java:179)
>   at com.raelity.jvi.core.GetChar.pumpChar(GetChar.java:401)
>   at com.raelity.jvi.core.GetChar.pumpAllChars(GetChar.java:365)
>   at com.raelity.jvi.core.GetChar.startPump(GetChar.java:308)
>   at com.raelity.jvi.core.GetChar.gotc(GetChar.java:178)
>   at com.raelity.jvi.core.Hook.gotc(Hook.java:97)
>   at 

[jira] [Commented] (NETBEANS-5362) Jvi plugin bug when using FlatLaf themes

2021-02-12 Thread Borwe (Jira)


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

Borwe commented on NETBEANS-5362:
-

Note, everything works fine with the other Look and feels

> Jvi plugin bug when using FlatLaf themes
> 
>
> Key: NETBEANS-5362
> URL: https://issues.apache.org/jira/browse/NETBEANS-5362
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Window System
>Affects Versions: Next
>Reporter: Borwe
>Priority: Major
>  Labels: bug
>
> After installing the Jvi plugin for netbeans to give it vim like powers for 
> editing, whenever I use any FlatLaf theme and try enter a command in normal 
> mode while editing, eg: ':w', a window pops up as it should, but also the 
> error dialog, which seems to just be annoying, as still after exiting the 
> dialogue, and pressing enter, the jvi command still works as expected.
> *Error:*
> {{java.lang.NullPointerException
>   at 
> com.formdev.flatlaf.ui.FlatPopupFactory.getPopupForScreenOfOwner(FlatPopupFactory.java:114)
>   at 
> com.formdev.flatlaf.ui.FlatPopupFactory.getPopup(FlatPopupFactory.java:78)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayoutPopup.show(CompletionLayoutPopup.java:287)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayoutPopup.showAlongOccupiedBounds(CompletionLayoutPopup.java:319)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayoutPopup.showAlongAnchorBounds(CompletionLayoutPopup.java:299)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayout.updateLayout(CompletionLayout.java:285)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayout$CompletionPopup.show(CompletionLayout.java:458)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayout$CompletionPopup.show(CompletionLayout.java:346)
>   at 
> org.netbeans.modules.editor.completion.CompletionLayout.showCompletion(CompletionLayout.java:121)
>   at 
> org.netbeans.modules.editor.completion.CompletionImpl$10.run(CompletionImpl.java:1166)
>   at 
> java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
>   at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
>   at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
>   at 
> java.base/java.security.AccessController.doPrivileged(AccessController.java:708)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
>   at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
>   at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
> [catch] at 
> java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:117)
>   at 
> java.desktop/java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190)
>   at 
> java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:235)
>   at 
> java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:233)
>   at 
> java.base/java.security.AccessController.doPrivileged(AccessController.java:682)
>   at 
> java.desktop/java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:233)
>   at java.desktop/java.awt.Dialog.show(Dialog.java:1070)
>   at java.desktop/java.awt.Component.show(Component.java:1716)
>   at java.desktop/java.awt.Component.setVisible(Component.java:1663)
>   at java.desktop/java.awt.Window.setVisible(Window.java:1031)
>   at java.desktop/java.awt.Dialog.setVisible(Dialog.java:1005)
>   at 
> com.raelity.jvi.swing.WindowCmdEntry.finishActivate(WindowCmdEntry.java:84)
>   at 
> com.raelity.jvi.swing.CommandLineEntry.activate(CommandLineEntry.java:159)
>   at 
> com.raelity.jvi.manager.Scheduler.startCommandEntry(Scheduler.java:272)
>   at 
> com.raelity.jvi.core.ColonCommands.doColonCommand(ColonCommands.java:129)
>   at com.raelity.jvi.core.Normal.nv_colon(Normal.java:2496)
>   at com.raelity.jvi.core.Normal.normal_cmd(Normal.java:627)
>   at com.raelity.jvi.core.Normal.processInputChar(Normal.java:179)
>   at com.raelity.jvi.core.GetChar.pumpChar(GetChar.java:401)
>   at com.raelity.jvi.core.GetChar.pumpAllChars(GetChar.java:365)
>   at com.raelity.jvi.core.GetChar.startPump(GetChar.java:308)
>   at com.raelity.jvi.core.GetChar.gotc(GetChar.java:178)
>   at com.raelity.jvi.core.Hook.gotc(Hook.java:97)

[jira] [Created] (NETBEANS-5362) Jvi plugin bug when using FlatLaf themes

2021-02-12 Thread Borwe (Jira)
Borwe created NETBEANS-5362:
---

 Summary: Jvi plugin bug when using FlatLaf themes
 Key: NETBEANS-5362
 URL: https://issues.apache.org/jira/browse/NETBEANS-5362
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Window System
Affects Versions: Next
Reporter: Borwe


After installing the Jvi plugin for netbeans to give it vim like powers for 
editing, whenever I use any FlatLaf theme and try enter a command in normal 
mode while editing, eg: ':w', a window pops up as it should, but also the error 
dialog, which seems to just be annoying, as still after exiting the dialogue, 
and pressing enter, the jvi command still works as expected.

*Error:*
{{java.lang.NullPointerException
at 
com.formdev.flatlaf.ui.FlatPopupFactory.getPopupForScreenOfOwner(FlatPopupFactory.java:114)
at 
com.formdev.flatlaf.ui.FlatPopupFactory.getPopup(FlatPopupFactory.java:78)
at 
org.netbeans.modules.editor.completion.CompletionLayoutPopup.show(CompletionLayoutPopup.java:287)
at 
org.netbeans.modules.editor.completion.CompletionLayoutPopup.showAlongOccupiedBounds(CompletionLayoutPopup.java:319)
at 
org.netbeans.modules.editor.completion.CompletionLayoutPopup.showAlongAnchorBounds(CompletionLayoutPopup.java:299)
at 
org.netbeans.modules.editor.completion.CompletionLayout.updateLayout(CompletionLayout.java:285)
at 
org.netbeans.modules.editor.completion.CompletionLayout$CompletionPopup.show(CompletionLayout.java:458)
at 
org.netbeans.modules.editor.completion.CompletionLayout$CompletionPopup.show(CompletionLayout.java:346)
at 
org.netbeans.modules.editor.completion.CompletionLayout.showCompletion(CompletionLayout.java:121)
at 
org.netbeans.modules.editor.completion.CompletionImpl$10.run(CompletionImpl.java:1166)
at 
java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
at 
java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
at 
java.base/java.security.AccessController.doPrivileged(AccessController.java:708)
at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
at 
org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
[catch] at 
java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:117)
at 
java.desktop/java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190)
at 
java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:235)
at 
java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:233)
at 
java.base/java.security.AccessController.doPrivileged(AccessController.java:682)
at 
java.desktop/java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:233)
at java.desktop/java.awt.Dialog.show(Dialog.java:1070)
at java.desktop/java.awt.Component.show(Component.java:1716)
at java.desktop/java.awt.Component.setVisible(Component.java:1663)
at java.desktop/java.awt.Window.setVisible(Window.java:1031)
at java.desktop/java.awt.Dialog.setVisible(Dialog.java:1005)
at 
com.raelity.jvi.swing.WindowCmdEntry.finishActivate(WindowCmdEntry.java:84)
at 
com.raelity.jvi.swing.CommandLineEntry.activate(CommandLineEntry.java:159)
at 
com.raelity.jvi.manager.Scheduler.startCommandEntry(Scheduler.java:272)
at 
com.raelity.jvi.core.ColonCommands.doColonCommand(ColonCommands.java:129)
at com.raelity.jvi.core.Normal.nv_colon(Normal.java:2496)
at com.raelity.jvi.core.Normal.normal_cmd(Normal.java:627)
at com.raelity.jvi.core.Normal.processInputChar(Normal.java:179)
at com.raelity.jvi.core.GetChar.pumpChar(GetChar.java:401)
at com.raelity.jvi.core.GetChar.pumpAllChars(GetChar.java:365)
at com.raelity.jvi.core.GetChar.startPump(GetChar.java:308)
at com.raelity.jvi.core.GetChar.gotc(GetChar.java:178)
at com.raelity.jvi.core.Hook.gotc(Hook.java:97)
at com.raelity.jvi.manager.Scheduler.keyStroke(Scheduler.java:212)
at 
com.raelity.jvi.swing.SwingFactory$EnqueCharAction.actionPerformed(SwingFactory.java:632)
at 
java.desktop/javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1810)
at 
java.desktop/javax.swing.JComponent.processKeyBinding(JComponent.java:2900)
at 

[jira] [Comment Edited] (NETBEANS-4910) No go to definition available when using LSP server, even if it is supported, eg:pyls

2020-10-15 Thread Borwe (Jira)


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

Borwe edited comment on NETBEANS-4910 at 10/15/20, 4:32 PM:


Actually, on second try, it works with the "Go To Declaration" key binding tag, 
or even pressing Ctrl+Right-Click, but it fails once one closes the file and 
reopens it again. Only code completion seems to work after that. And have to 
restart netbeans just to get the go to definition feature working again.


was (Author: borwe):
Actually, on second try, it works with the "Go To Declaration" tag, or even 
pressing Ctrl+Right-Click, but it fails once one closes the file and reopens it 
again. Only code completion seems to work after that. And have to restart 
netbeans just to get the go to definition feature working again.

> No go to definition available when using LSP server, even if it is supported, 
> eg:pyls
> -
>
> Key: NETBEANS-4910
> URL: https://issues.apache.org/jira/browse/NETBEANS-4910
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: Next, 12.0, 12.1
> Environment: Ubuntu (20.04)/Kde Neon(5.20.0)
> Java-> AdoptOpenjdk openj9 11.0.8
> Netbeans 12.1, also tried on Netbeans master branch.
>Reporter: Borwe
>Priority: Blocker
>
> It might be just me, but it appears there is no go to definition, when using 
> an lsp client in Apache netbeans even if the LSP server supports it, eg: pyls 
> LSP server. I did not see any Key mappings that suggested this, or even by 
> right clicking a word in the code, there was no such option...
> The server works fine, as I can get code completion hints when I press 
> Ctrl+Space, just no definitions available.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4910) No go to definition available when using LSP server, even if it is supported, eg:pyls

2020-10-15 Thread Borwe (Jira)


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

Borwe commented on NETBEANS-4910:
-

Actually, on second thaught, it works with the "Go To Declaration" tag, or even 
pressing Ctrl+Right-Click, but it fails once one closes the file and reopens it 
again. Only code completion seems to work after that. And have to restart 
netbeans just to get the go to definition feature working again.

> No go to definition available when using LSP server, even if it is supported, 
> eg:pyls
> -
>
> Key: NETBEANS-4910
> URL: https://issues.apache.org/jira/browse/NETBEANS-4910
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: Next, 12.0, 12.1
> Environment: Ubuntu (20.04)/Kde Neon(5.20.0)
> Java-> AdoptOpenjdk openj9 11.0.8
> Netbeans 12.1, also tried on Netbeans master branch.
>Reporter: Borwe
>Priority: Blocker
>
> It might be just me, but it appears there is no go to definition, when using 
> an lsp client in Apache netbeans even if the LSP server supports it, eg: pyls 
> LSP server. I did not see any Key mappings that suggested this, or even by 
> right clicking a word in the code, there was no such option...
> The server works fine, as I can get code completion hints when I press 
> Ctrl+Space, just no definitions available.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Comment Edited] (NETBEANS-4910) No go to definition available when using LSP server, even if it is supported, eg:pyls

2020-10-15 Thread Borwe (Jira)


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

Borwe edited comment on NETBEANS-4910 at 10/15/20, 4:31 PM:


Actually, on second try, it works with the "Go To Declaration" tag, or even 
pressing Ctrl+Right-Click, but it fails once one closes the file and reopens it 
again. Only code completion seems to work after that. And have to restart 
netbeans just to get the go to definition feature working again.


was (Author: borwe):
Actually, on second thaught, it works with the "Go To Declaration" tag, or even 
pressing Ctrl+Right-Click, but it fails once one closes the file and reopens it 
again. Only code completion seems to work after that. And have to restart 
netbeans just to get the go to definition feature working again.

> No go to definition available when using LSP server, even if it is supported, 
> eg:pyls
> -
>
> Key: NETBEANS-4910
> URL: https://issues.apache.org/jira/browse/NETBEANS-4910
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: Next, 12.0, 12.1
> Environment: Ubuntu (20.04)/Kde Neon(5.20.0)
> Java-> AdoptOpenjdk openj9 11.0.8
> Netbeans 12.1, also tried on Netbeans master branch.
>Reporter: Borwe
>Priority: Blocker
>
> It might be just me, but it appears there is no go to definition, when using 
> an lsp client in Apache netbeans even if the LSP server supports it, eg: pyls 
> LSP server. I did not see any Key mappings that suggested this, or even by 
> right clicking a word in the code, there was no such option...
> The server works fine, as I can get code completion hints when I press 
> Ctrl+Space, just no definitions available.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4910) No go to definition available when using LSP server, even if it is supported, eg:pyls

2020-10-15 Thread Borwe (Jira)


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

Borwe updated NETBEANS-4910:

Affects Version/s: 12.1
   Next
   12.0

> No go to definition available when using LSP server, even if it is supported, 
> eg:pyls
> -
>
> Key: NETBEANS-4910
> URL: https://issues.apache.org/jira/browse/NETBEANS-4910
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: Next, 12.0, 12.1
> Environment: Ubuntu (20.04)/Kde Neon(5.20.0)
> Java-> AdoptOpenjdk openj9 11.0.8
> Netbeans 12.1, also tried on Netbeans master branch.
>Reporter: Borwe
>Priority: Blocker
>
> It might be just me, but it appears there is no go to definition, when using 
> an lsp client in Apache netbeans even if the LSP server supports it, eg: pyls 
> LSP server. I did not see any Key mappings that suggested this, or even by 
> right clicking a word in the code, there was no such option...
> The server works fine, as I can get code completion hints when I press 
> Ctrl+Space, just no definitions available.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4910) No go to definition available when using LSP server, even if it is supported, eg:pyls

2020-10-15 Thread Borwe (Jira)
Borwe created NETBEANS-4910:
---

 Summary: No go to definition available when using LSP server, even 
if it is supported, eg:pyls
 Key: NETBEANS-4910
 URL: https://issues.apache.org/jira/browse/NETBEANS-4910
 Project: NetBeans
  Issue Type: Bug
 Environment: Ubuntu (20.04)/Kde Neon(5.20.0)
Java-> AdoptOpenjdk openj9 11.0.8
Netbeans 12.1, also tried on Netbeans master branch.
Reporter: Borwe


It might be just me, but it appears there is no go to definition, when using an 
lsp client in Apache netbeans even if the LSP server supports it, eg: pyls LSP 
server. I did not see any Key mappings that suggested this, or even by right 
clicking a word in the code, there was no such option...

The server works fine, as I can get code completion hints when I press 
Ctrl+Space, just no definitions available.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Comment Edited] (NETBEANS-180) Please support the Language Server Protocol

2020-07-01 Thread Borwe (Jira)


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

Borwe edited comment on NETBEANS-180 at 7/1/20, 5:14 PM:
-

what is even a textmate file? I have used LSP clients on some editors, it was 
normally just some json we edit, maybe some refrence to 
documentation/blog/anything on what you mean by textmate file could be the 
stepping stone I need.:)

Edit:
Never mind, I have found out what they are :)


was (Author: borwe):
what is even a textmate file? I have used LSP clients on some editors, it was 
normally just some json we edit, maybe some refrence to 
documentation/blog/anything on what you mean by textmate file could be the 
stepping stone I need.:)

> Please support the Language Server Protocol
> ---
>
> Key: NETBEANS-180
> URL: https://issues.apache.org/jira/browse/NETBEANS-180
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Lexer, editor - Other, editor - Parsing  
> Indexing
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
> Attachments: Screenshot from 2020-06-23 17-10-35.png, screen.jpg
>
>
> As you can see it here: 
> https://code.visualstudio.com/blogs/2016/06/27/common-language-protocol and 
> here: https://github.com/Microsoft/language-server-protocol this stuff gets 
> very hot these days. It's about to have a commong language server, which 
> handles the language by them self and will send you errors, warnings, code 
> completion and many more without creating a new language support into the 
> IDE. This is very cool, so for netbeans it would be possible only to create 
> file templates and projects, not more, the rest will do the commong language 
> server protocol.
> Cheers
> Chris



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-180) Please support the Language Server Protocol

2020-07-01 Thread Borwe (Jira)


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

Borwe commented on NETBEANS-180:


what is even a textmate file? I have used LSP clients on some editors, it was 
normally just some json we edit, maybe some refrence to 
documentation/blog/anything on what you mean by textmate file could be the 
stepping stone I need.:)

> Please support the Language Server Protocol
> ---
>
> Key: NETBEANS-180
> URL: https://issues.apache.org/jira/browse/NETBEANS-180
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Lexer, editor - Other, editor - Parsing  
> Indexing
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
> Attachments: Screenshot from 2020-06-23 17-10-35.png, screen.jpg
>
>
> As you can see it here: 
> https://code.visualstudio.com/blogs/2016/06/27/common-language-protocol and 
> here: https://github.com/Microsoft/language-server-protocol this stuff gets 
> very hot these days. It's about to have a commong language server, which 
> handles the language by them self and will send you errors, warnings, code 
> completion and many more without creating a new language support into the 
> IDE. This is very cool, so for netbeans it would be possible only to create 
> file templates and projects, not more, the rest will do the commong language 
> server protocol.
> Cheers
> Chris



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-180) Please support the Language Server Protocol

2020-06-23 Thread Borwe (Jira)


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

Borwe commented on NETBEANS-180:


So the GUI actually works for adding language servers? can one elaborate how 
somebody can go about this? the example from the blogs appeared to show one 
needed to code a module for install.:)

> Please support the Language Server Protocol
> ---
>
> Key: NETBEANS-180
> URL: https://issues.apache.org/jira/browse/NETBEANS-180
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Lexer, editor - Other, editor - Parsing  
> Indexing
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
> Attachments: Screenshot from 2020-06-23 17-10-35.png, screen.jpg
>
>
> As you can see it here: 
> https://code.visualstudio.com/blogs/2016/06/27/common-language-protocol and 
> here: https://github.com/Microsoft/language-server-protocol this stuff gets 
> very hot these days. It's about to have a commong language server, which 
> handles the language by them self and will send you errors, warnings, code 
> completion and many more without creating a new language support into the 
> IDE. This is very cool, so for netbeans it would be possible only to create 
> file templates and projects, not more, the rest will do the commong language 
> server protocol.
> Cheers
> Chris



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-180) Please support the Language Server Protocol

2020-06-16 Thread Borwe (Jira)


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

Borwe commented on NETBEANS-180:


I think this instructions need an update, in netbeans 12 there appears to be 
some GUI for language servers, maybe a simple blog post about this might help 
more.

 

!screen.jpg!

> Please support the Language Server Protocol
> ---
>
> Key: NETBEANS-180
> URL: https://issues.apache.org/jira/browse/NETBEANS-180
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Lexer, editor - Other, editor - Parsing  
> Indexing
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
> Attachments: screen.jpg
>
>
> As you can see it here: 
> https://code.visualstudio.com/blogs/2016/06/27/common-language-protocol and 
> here: https://github.com/Microsoft/language-server-protocol this stuff gets 
> very hot these days. It's about to have a commong language server, which 
> handles the language by them self and will send you errors, warnings, code 
> completion and many more without creating a new language support into the 
> IDE. This is very cool, so for netbeans it would be possible only to create 
> file templates and projects, not more, the rest will do the commong language 
> server protocol.
> Cheers
> Chris



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-180) Please support the Language Server Protocol

2020-06-16 Thread Borwe (Jira)


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

Borwe updated NETBEANS-180:
---
Attachment: screen.jpg

> Please support the Language Server Protocol
> ---
>
> Key: NETBEANS-180
> URL: https://issues.apache.org/jira/browse/NETBEANS-180
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Lexer, editor - Other, editor - Parsing  
> Indexing
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: Jan Lahoda
>Priority: Major
> Attachments: screen.jpg
>
>
> As you can see it here: 
> https://code.visualstudio.com/blogs/2016/06/27/common-language-protocol and 
> here: https://github.com/Microsoft/language-server-protocol this stuff gets 
> very hot these days. It's about to have a commong language server, which 
> handles the language by them self and will send you errors, warnings, code 
> completion and many more without creating a new language support into the 
> IDE. This is very cool, so for netbeans it would be possible only to create 
> file templates and projects, not more, the rest will do the commong language 
> server protocol.
> Cheers
> Chris



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4410) Gradle running test from method via right clicking.

2020-06-07 Thread Borwe (Jira)


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

Borwe commented on NETBEANS-4410:
-

Here is a github project that produces same errors, tests complete even as 
shown on output screen shot, but error message pops up.

[https://github.com/Borwe/netbeans-error-demo]

Also problem appears to happen not only when executing single method tests, but 
also full class tests via right clicking and selecting specific options.

Also noticed error only reproduced on my spring projects, hmm Maybe has 
something to do with startup time

> Gradle running test from method via right clicking.
> ---
>
> Key: NETBEANS-4410
> URL: https://issues.apache.org/jira/browse/NETBEANS-4410
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.0
> Environment: Linux,
>  Kde Neon User Edition 5.18.5,
>  Kernel 5.3.0-53-generic
>Reporter: Borwe
>Assignee: Hugo Massaria
>Priority: Major
> Attachments: Screenshot_20200607_112332.png
>
>
> NPE happened inside Gradle.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4410) Gradle running test from method via right clicking.

2020-06-07 Thread Borwe (Jira)


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

Borwe commented on NETBEANS-4410:
-

!Screenshot_20200607_112332.png!

> Gradle running test from method via right clicking.
> ---
>
> Key: NETBEANS-4410
> URL: https://issues.apache.org/jira/browse/NETBEANS-4410
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.0
> Environment: Linux,
>  Kde Neon User Edition 5.18.5,
>  Kernel 5.3.0-53-generic
>Reporter: Borwe
>Assignee: Hugo Massaria
>Priority: Major
> Attachments: Screenshot_20200607_112332.png
>
>
> NPE happened inside Gradle.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4410) Gradle running test from method via right clicking.

2020-06-07 Thread Borwe (Jira)


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

Borwe updated NETBEANS-4410:

Attachment: Screenshot_20200607_112332.png

> Gradle running test from method via right clicking.
> ---
>
> Key: NETBEANS-4410
> URL: https://issues.apache.org/jira/browse/NETBEANS-4410
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 12.0
> Environment: Linux,
>  Kde Neon User Edition 5.18.5,
>  Kernel 5.3.0-53-generic
>Reporter: Borwe
>Assignee: Hugo Massaria
>Priority: Major
> Attachments: Screenshot_20200607_112332.png
>
>
> NPE happened inside Gradle.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Comment Edited] (NETBEANS-4410) Gradle running test from method via right clicking.

2020-06-07 Thread Borwe (Jira)


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

Borwe edited comment on NETBEANS-4410 at 6/7/20, 8:22 AM:
--

Here is the error from logs as sudgested, please not on the output terminal the 
method test runs to completion. and then this error pops up.

 
{quote}java.lang.NullPointerException
 at 
org.netbeans.modules.gradle.test.GradleTestProgressListener.processTestOutput(GradleTestProgressListener.java:142)
 at 
org.netbeans.modules.gradle.test.GradleTestProgressListener.statusChanged(GradleTestProgressListener.java:80)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
 at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
 at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
 at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
 at 
org.gradle.internal.event.AbstractBroadcastDispatch.dispatch(AbstractBroadcastDispatch.java:42)
 at 
org.gradle.internal.event.BroadcastDispatch$SingletonDispatch.dispatch(BroadcastDispatch.java:231)
 at 
org.gradle.internal.event.BroadcastDispatch$SingletonDispatch.dispatch(BroadcastDispatch.java:150)
 at 
org.gradle.internal.event.ListenerBroadcast.dispatch(ListenerBroadcast.java:141)
 at 
org.gradle.internal.event.ListenerBroadcast.dispatch(ListenerBroadcast.java:37)
 at 
org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
 at com.sun.proxy.$Proxy63.statusChanged(Unknown Source)
 at 
org.gradle.tooling.internal.consumer.parameters.BuildProgressListenerAdapter.broadcastTestOutputEvent(BuildProgressListenerAdapter.java:291)
 at 
org.gradle.tooling.internal.consumer.parameters.BuildProgressListenerAdapter.broadcastInternalProgressEvent(BuildProgressListenerAdapter.java:254)
 at 
org.gradle.tooling.internal.consumer.parameters.BuildProgressListenerAdapter.doBroadcast(BuildProgressListenerAdapter.java:213)
 at 
org.gradle.tooling.internal.consumer.parameters.BuildProgressListenerAdapter.onEvent(BuildProgressListenerAdapter.java:203)
 at 
org.gradle.tooling.internal.consumer.parameters.FailsafeBuildProgressListenerAdapter.onEvent(FailsafeBuildProgressListenerAdapter.java:39)
 at 
org.gradle.tooling.internal.consumer.parameters.FailsafeBuildProgressListenerAdapter.onEvent(FailsafeBuildProgressListenerAdapter.java:39)
 at 
org.gradle.tooling.internal.provider.ProviderConnection$BuildProgressListenerInvokingBuildEventConsumer.dispatch(ProviderConnection.java:323)
 at 
org.gradle.launcher.daemon.client.DaemonClient.monitorBuild(DaemonClient.java:227)
 at 
org.gradle.launcher.daemon.client.DaemonClient.executeBuild(DaemonClient.java:185)
 at 
org.gradle.launcher.daemon.client.DaemonClient.execute(DaemonClient.java:148)
 at org.gradle.launcher.daemon.client.DaemonClient.execute(DaemonClient.java:99)
 at 
org.gradle.tooling.internal.provider.DaemonBuildActionExecuter.execute(DaemonBuildActionExecuter.java:51)
 at 
org.gradle.tooling.internal.provider.DaemonBuildActionExecuter.execute(DaemonBuildActionExecuter.java:35)
 at 
org.gradle.tooling.internal.provider.LoggingBridgingBuildActionExecuter.execute(LoggingBridgingBuildActionExecuter.java:60)
 at 
org.gradle.tooling.internal.provider.LoggingBridgingBuildActionExecuter.execute(LoggingBridgingBuildActionExecuter.java:38)
 at 
org.gradle.tooling.internal.provider.ProviderConnection.run(ProviderConnection.java:203)
 at 
org.gradle.tooling.internal.provider.ProviderConnection.run(ProviderConnection.java:138)
 at 
org.gradle.tooling.internal.provider.DefaultConnection.getModel(DefaultConnection.java:206)
 at 
org.gradle.tooling.internal.consumer.connection.CancellableModelBuilderBackedModelProducer.produceModel(CancellableModelBuilderBackedModelProducer.java:54)
 at 
org.gradle.tooling.internal.consumer.connection.PluginClasspathInjectionSupportedCheckModelProducer.produceModel(PluginClasspathInjectionSupportedCheckModelProducer.java:38)
 at 
org.gradle.tooling.internal.consumer.connection.AbstractConsumerConnection.run(AbstractConsumerConnection.java:64)
 at 
org.gradle.tooling.internal.consumer.connection.ParameterValidatingConsumerConnection.run(ParameterValidatingConsumerConnection.java:49)
 at 
org.gradle.tooling.internal.consumer.DefaultBuildLauncher$1.run(DefaultBuildLauncher.java:97)
 at 
org.gradle.tooling.internal.consumer.DefaultBuildLauncher$1.run(DefaultBuildLauncher.java:89)
 at 
org.gradle.tooling.internal.consumer.connection.LazyConsumerActionExecutor.run(LazyConsumerActionExecutor.java:87)
 at 

[jira] [Commented] (NETBEANS-4410) Gradle running test from method via right clicking.

2020-06-07 Thread Borwe (Jira)


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

Borwe commented on NETBEANS-4410:
-

Here is the error from logs as sudgested, please not on the output terminal the 
method test runs to completion. and then this error pops up.

 
{quote}{{java.lang.NullPointerException}}
{{ at 
org.netbeans.modules.gradle.test.GradleTestProgressListener.processTestOutput(GradleTestProgressListener.java:142)}}
{{ at 
org.netbeans.modules.gradle.test.GradleTestProgressListener.statusChanged(GradleTestProgressListener.java:80)}}
{{ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)}}
{{ at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)}}
{{ at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)}}
{{ at java.base/java.lang.reflect.Method.invoke(Method.java:566)}}
{{ at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)}}
{{ at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)}}
{{ at 
org.gradle.internal.event.AbstractBroadcastDispatch.dispatch(AbstractBroadcastDispatch.java:42)}}
{{ at 
org.gradle.internal.event.BroadcastDispatch$SingletonDispatch.dispatch(BroadcastDispatch.java:231)}}
{{ at 
org.gradle.internal.event.BroadcastDispatch$SingletonDispatch.dispatch(BroadcastDispatch.java:150)}}
{{ at 
org.gradle.internal.event.ListenerBroadcast.dispatch(ListenerBroadcast.java:141)}}
{{ at 
org.gradle.internal.event.ListenerBroadcast.dispatch(ListenerBroadcast.java:37)}}
{{ at 
org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)}}
{{ at com.sun.proxy.$Proxy63.statusChanged(Unknown Source)}}
{{ at 
org.gradle.tooling.internal.consumer.parameters.BuildProgressListenerAdapter.broadcastTestOutputEvent(BuildProgressListenerAdapter.java:291)}}
{{ at 
org.gradle.tooling.internal.consumer.parameters.BuildProgressListenerAdapter.broadcastInternalProgressEvent(BuildProgressListenerAdapter.java:254)}}
{{ at 
org.gradle.tooling.internal.consumer.parameters.BuildProgressListenerAdapter.doBroadcast(BuildProgressListenerAdapter.java:213)}}
{{ at 
org.gradle.tooling.internal.consumer.parameters.BuildProgressListenerAdapter.onEvent(BuildProgressListenerAdapter.java:203)}}
{{ at 
org.gradle.tooling.internal.consumer.parameters.FailsafeBuildProgressListenerAdapter.onEvent(FailsafeBuildProgressListenerAdapter.java:39)}}
{{ at 
org.gradle.tooling.internal.consumer.parameters.FailsafeBuildProgressListenerAdapter.onEvent(FailsafeBuildProgressListenerAdapter.java:39)}}
{{ at 
org.gradle.tooling.internal.provider.ProviderConnection$BuildProgressListenerInvokingBuildEventConsumer.dispatch(ProviderConnection.java:323)}}
{{ at 
org.gradle.launcher.daemon.client.DaemonClient.monitorBuild(DaemonClient.java:227)}}
{{ at 
org.gradle.launcher.daemon.client.DaemonClient.executeBuild(DaemonClient.java:185)}}
{{ at 
org.gradle.launcher.daemon.client.DaemonClient.execute(DaemonClient.java:148)}}
{{ at 
org.gradle.launcher.daemon.client.DaemonClient.execute(DaemonClient.java:99)}}
{{ at 
org.gradle.tooling.internal.provider.DaemonBuildActionExecuter.execute(DaemonBuildActionExecuter.java:51)}}
{{ at 
org.gradle.tooling.internal.provider.DaemonBuildActionExecuter.execute(DaemonBuildActionExecuter.java:35)}}
{{ at 
org.gradle.tooling.internal.provider.LoggingBridgingBuildActionExecuter.execute(LoggingBridgingBuildActionExecuter.java:60)}}
{{ at 
org.gradle.tooling.internal.provider.LoggingBridgingBuildActionExecuter.execute(LoggingBridgingBuildActionExecuter.java:38)}}
{{ at 
org.gradle.tooling.internal.provider.ProviderConnection.run(ProviderConnection.java:203)}}
{{ at 
org.gradle.tooling.internal.provider.ProviderConnection.run(ProviderConnection.java:138)}}
{{ at 
org.gradle.tooling.internal.provider.DefaultConnection.getModel(DefaultConnection.java:206)}}
{{ at 
org.gradle.tooling.internal.consumer.connection.CancellableModelBuilderBackedModelProducer.produceModel(CancellableModelBuilderBackedModelProducer.java:54)}}
{{ at 
org.gradle.tooling.internal.consumer.connection.PluginClasspathInjectionSupportedCheckModelProducer.produceModel(PluginClasspathInjectionSupportedCheckModelProducer.java:38)}}
{{ at 
org.gradle.tooling.internal.consumer.connection.AbstractConsumerConnection.run(AbstractConsumerConnection.java:64)}}
{{ at 
org.gradle.tooling.internal.consumer.connection.ParameterValidatingConsumerConnection.run(ParameterValidatingConsumerConnection.java:49)}}
{{ at 
org.gradle.tooling.internal.consumer.DefaultBuildLauncher$1.run(DefaultBuildLauncher.java:97)}}
{{ at 
org.gradle.tooling.internal.consumer.DefaultBuildLauncher$1.run(DefaultBuildLauncher.java:89)}}
{{ at 

[jira] [Created] (NETBEANS-4410) Gradle running test from method via right clicking.

2020-06-04 Thread Borwe (Jira)
Borwe created NETBEANS-4410:
---

 Summary: Gradle running test from method via right clicking.
 Key: NETBEANS-4410
 URL: https://issues.apache.org/jira/browse/NETBEANS-4410
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Gradle
Affects Versions: 12.0
 Environment: Linux,
 Kde Neon User Edition 5.18.5,
 Kernel 5.3.0-53-generic
Reporter: Borwe
Assignee: Laszlo Kishalmi



 2020-06-04T18:30:59
 1591284659043
 81
 300
 17
 SCREEN SIZE
 1366
 768
 1


 2020-06-04T18:30:59
 1591284659111
 82
 700
 17
 IDE_STARTUP


 2020-06-04T18:31:27
 1591284687847
 106
 800
 17
 USG_LOOK_AND_FEEL
 DARK FlatLaf - Flat Dark
 Flat Dark


 2020-06-04T18:32:20
 1591284740534
 337
 700
 53
 UI_INIT_PROJECTS
 UI_INIT_PROJECTS
 org.netbeans.modules.project.ui.Bundle
 org.netbeans.modules.apisupport.project.NbModuleProject
 NbModuleProject
 4


 2020-06-04T18:32:20
 1591284740534
 338
 700
 53
 UI_INIT_PROJECTS
 UI_INIT_PROJECTS
 org.netbeans.modules.project.ui.Bundle
 org.netbeans.modules.java.j2seproject.J2SEProject
 J2SEProject
 1


 2020-06-04T18:32:20
 1591284740534
 339
 700
 53
 UI_INIT_PROJECTS
 UI_INIT_PROJECTS
 org.netbeans.modules.project.ui.Bundle
 org.netbeans.modules.apisupport.project.suite.SuiteProject
 SuiteProject
 1


 2020-06-04T18:32:20
 1591284740535
 340
 800
 53
 USG_PROJECT_OPEN
 org.netbeans.modules.apisupport.project.suite.SuiteProject


 2020-06-04T18:32:20
 1591284740535
 341
 800
 53
 USG_PROJECT_OPEN
 org.netbeans.modules.java.j2seproject.J2SEProject


 2020-06-04T18:32:20
 1591284740535
 342
 800
 53
 USG_PROJECT_OPEN
 org.netbeans.modules.apisupport.project.NbModuleProject


 2020-06-04T18:32:20
 1591284740535
 343
 800
 53
 USG_PROJECT_OPEN
 org.netbeans.modules.apisupport.project.NbModuleProject


 2020-06-04T18:32:20
 1591284740535
 344
 800
 53
 USG_PROJECT_OPEN
 org.netbeans.modules.apisupport.project.NbModuleProject


 2020-06-04T18:32:20
 1591284740535
 345
 800
 53
 USG_PROJECT_OPEN
 org.netbeans.modules.apisupport.project.NbModuleProject


 2020-06-04T18:32:21
 1591284741157
 347
 800
 99
 INDEXING_STARTED
 INDEXING_STARTED
 org.netbeans.modules.parsing.impl.indexing.Bundle
 0


 2020-06-04T18:32:21
 1591284741266
 350
 800
 32
 MEMORY
 3997757440


 2020-06-04T18:32:25
 1591284745824
 357
 700
 70
 Snapshot statistics
 1591284741221
 Samples
 94
 Average
 48.12744818085107
 Minimum
 2.596856
 Maximum
 1736.277603
 Std. deviation
 187.52211837061668


 2020-06-04T18:32:46
 1591284766258
 374
 700
 35
 Snapshot statistics
 1591284762288
 Samples
 267
 Average
 14.73956862172284
 Minimum
 1.183997
 Maximum
 247.71578
 Std. deviation
 24.428853135682882


 2020-06-04T18:32:46
 1591284766525
 377
 800
 99
 INDEXING_FINISHED
 INDEXING_FINISHED
 org.netbeans.modules.parsing.impl.indexing.Bundle
 25367


 2020-06-04T18:32:46
 1591284766526
 378
 800
 99
 INDEXING_STARTED
 INDEXING_STARTED
 org.netbeans.modules.parsing.impl.indexing.Bundle
 1


 2020-06-04T18:33:07
 1591284787717
 615
 800
 99
 INDEXING_FINISHED
 INDEXING_FINISHED
 org.netbeans.modules.parsing.impl.indexing.Bundle
 21191
 java
 243
 28728
 SpringBinary
 231
 99
 TaskListIndexer
 15
 14
 
org.netbeans.modules.java.source.indexing.COSSynchronizingIndexer
 15
 80
 CopyResourcesIndexer
 12
 0
 org-netbeans-modules-jumpto-file-FileIndexer
 15
 5


 2020-06-04T18:33:39
 1591284819532
 618
 400
 22
 UI_ACTION_BUTTON_PRESS
 UI_ACTION_BUTTON_PRESS
 org.openide.awt.Bundle
 org.openide.awt.Actions$MenuItem[About]
 org.openide.awt.Actions$MenuItem
 org.netbeans.core.actions.AboutAction[About]
 org.netbeans.core.actions.AboutAction
 About


 2020-06-04T18:34:02
 1591284842536
 628
 500
 22
 LOG_WINDOW_DEACTIVATED
 LOG_WINDOW_DEACTIVATED
 org.netbeans.core.ui.warmup.Bundle


 2020-06-04T18:39:07
 1591285147226
 629
 500
 16
 LOG_WINDOW_ACTIVATED
 LOG_WINDOW_ACTIVATED
 org.netbeans.core.ui.warmup.Bundle
 477


 2020-06-04T18:40:17
 1591285217298
 695
 400
 22
 UI_ACTION_BUTTON_PRESS
 UI_ACTION_BUTTON_PRESS
 org.openide.awt.Bundle
 org.openide.awt.Actions$MenuItem[Open Project...]
 org.openide.awt.Actions$MenuItem
 org.netbeans.modules.project.ui.actions.OpenProject[Open 
Project...]
 org.netbeans.modules.project.ui.actions.OpenProject
 Open Project...


 2020-06-04T18:40:47
 1591285247280
 702
 500
 129
 ERGO_PROJECT_OPEN
 ERGO_PROJECT_OPEN
 org.netbeans.modules.ide.ergonomics.fod.Bundle
 groovy


 2020-06-04T18:41:05
 1591285265325
 801
 700
 127
 UI_OPEN_PROJECTS
 UI_OPEN_PROJECTS
 org.netbeans.modules.project.ui.Bundle
 
org.netbeans.modules.ide.ergonomics.fod.FeatureProjectFactory$FeatureNonProject
 FeatureProjectFactory$FeatureNonProject
 1


 2020-06-04T18:41:05
 1591285265325
 802
 800
 127
 USG_PROJECT_OPEN
 
org.netbeans.modules.ide.ergonomics.fod.FeatureProjectFactory$FeatureNonProject


 2020-06-04T18:41:05
 1591285265398
 803
 800
 127
 INDEXING_STARTED
 INDEXING_STARTED