[netbeans] branch master updated: Debugger attach needs to be initialized.

2021-06-10 Thread entl
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 7578518  Debugger attach needs to be initialized.
7578518 is described below

commit 757851837d858cd37b33cf7b46c5b07bce2915bd
Author: Martin Entlicher 
AuthorDate: Wed Jun 9 17:51:46 2021 +0200

Debugger attach needs to be initialized.
---
 .../java/lsp/server/debugging/attach/NbAttachRequestHandler.java| 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/debugging/attach/NbAttachRequestHandler.java
 
b/java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/debugging/attach/NbAttachRequestHandler.java
index 8b403f8..22e59a9 100644
--- 
a/java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/debugging/attach/NbAttachRequestHandler.java
+++ 
b/java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/debugging/attach/NbAttachRequestHandler.java
@@ -201,6 +201,8 @@ public final class NbAttachRequestHandler {
 if (!finished.getAndSet(true)) {
 notifyTerminated(context);
 }
+} else {
+context.getClient().initialized();
 }
 return ;
 }

-
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-5767) IDE doesn't start: ClassDependencyIndexCreator Exception indexing

2021-06-10 Thread jose luis romero (Jira)


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

jose luis romero commented on NETBEANS-5767:


it crashed again, this time I had to remove the Roaming/Netbeans/12.4 to make 
it work again

> IDE doesn't start: ClassDependencyIndexCreator Exception indexing
> -
>
> Key: NETBEANS-5767
> URL: https://issues.apache.org/jira/browse/NETBEANS-5767
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.4
> Environment: W10, JDK 1.8 oracle
>Reporter: jose luis romero
>Priority: Critical
> Attachments: messages.log
>
>
> After a few weeks of using the latest, sometimes the IDE didn't start, or if 
> it started usually got froze a few seconds after, now it is finally dead, 
> removing IDE cache didn't help
> Removing Maven cache  
> *[yourhomeolder]/.m2/repository/.cache/m2e/${m2e.version}* didn't help 
> neither.
> the messages.log doesn't show up any error, but still doesn't startup
> Doing some research about what I found in messages.log this seems to be a bug 
> since 8.0
> I will attach the log with the 1st exception



--
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-2275) Importing WSDL on Java Application, error during compile

2021-06-10 Thread Julien Gouesse (Jira)


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

Julien Gouesse commented on NETBEANS-2275:
--

I have to add much more JARs into the classpath to make it work:

jaxb-impl.jar

jaxb-xjc.jar

activation.jar

jaxb1-impl.jar

jaxb-api.jar

> Importing WSDL on Java Application, error during compile
> 
>
> Key: NETBEANS-2275
> URL: https://issues.apache.org/jira/browse/NETBEANS-2275
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Affects Versions: 9.0, 11.0, 12.0, 12.4
> Environment: Windows 10, macOS 10.15
>Reporter: David Baldo
>Assignee: Roberto Cisternino
>Priority: Major
> Attachments: image-2021-06-01-15-16-02-832.png
>
>
> I've an error while trying to create a new WSDL Client in Java Application 
> project
> Steps to reproduce:
> # Create a new Java Application project
>  # Create new WSDL Client
>  # find a WSDL source (tried with my internal wsdl and 
> [http://www.dneonline.com/calculator.asmx?WSDL)]
>  # Have this error: ant -f 
> C:\\Users\\David\\Desktop\\Lavoro\\RedEvo\\redevoclients\\Calculator 
> wsimport-client-calculator
> init:
> wsimport-init:
> Created dir: 
> C:\Users\David\Desktop\Lavoro\RedEvo\redevoclients\Calculator\build\generated-sources\jax-ws
> C:\Users\David\Desktop\Lavoro\RedEvo\redevoclients\Calculator\nbproject\jaxws-build.xml:15:
>  taskdef A class needed by class com.sun.tools.ws.ant.WsImport cannot be 
> found: com/sun/istack/tools/ProtectedTask
>  using the classloader 
> AntClassLoader[C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\FastInfoset.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\gmbal-api-only.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\ha-api.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\javax.mail_1.4.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\jaxws-rt.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\saaj-impl.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\stax2-api.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\woodstox-core-asl.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\stax-ex.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\streambuffer.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\policy.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\management-api.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\jaxws-tools.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\mimepull.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\api\jaxws-api.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\api\jsr181-api.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\api\javax.annotation.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\api\saaj-api.jar;C:\netbeans-apache\netbeans9\ide\modules\ext\jaxb\activation.jar;C:\netbeans-apache\netbeans9\ide\modules\ext\jaxb\api\jaxb-api.jar]
> BUILD FAILED (total time: 0 seconds)



--
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-5769) Encoding Problem in FlatLaf

2021-06-10 Thread Ghader Arkani (Jira)
Ghader Arkani created NETBEANS-5769:
---

 Summary: Encoding Problem in FlatLaf
 Key: NETBEANS-5769
 URL: https://issues.apache.org/jira/browse/NETBEANS-5769
 Project: NetBeans
  Issue Type: Bug
 Environment: Windows 10 x64

AdoptOpenJDK 16
Reporter: Ghader Arkani
 Attachments: correct.jpg, incorrect.jpg

I'm using Persian language in my projects, when I change look and feel to 
FlatLaf I have an incorrect letter in my words.
This problem doesn't appear in another look and feels like Windows. I have 
attached two screenshots to show the problem. 
There is no 'ي' letter in Persian language, it's Arabic, in Persian we have 'ی'.



--
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-2275) Importing WSDL on Java Application, error during compile

2021-06-10 Thread Julien Gouesse (Jira)


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

Julien Gouesse edited comment on NETBEANS-2275 at 6/10/21, 1:16 PM:


I have to add much more JARs into the classpath to make it work:

jaxb-impl.jar

jaxb-xjc.jar

activation.jar

jaxb1-impl.jar

jaxb-api.jar

I copied them from C:\Program Files\NetBeans-12.0\netbeans\ide\modules\ext\jaxb


was (Author: gouessej):
I have to add much more JARs into the classpath to make it work:

jaxb-impl.jar

jaxb-xjc.jar

activation.jar

jaxb1-impl.jar

jaxb-api.jar

> Importing WSDL on Java Application, error during compile
> 
>
> Key: NETBEANS-2275
> URL: https://issues.apache.org/jira/browse/NETBEANS-2275
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Affects Versions: 9.0, 11.0, 12.0, 12.4
> Environment: Windows 10, macOS 10.15
>Reporter: David Baldo
>Assignee: Roberto Cisternino
>Priority: Major
> Attachments: image-2021-06-01-15-16-02-832.png
>
>
> I've an error while trying to create a new WSDL Client in Java Application 
> project
> Steps to reproduce:
> # Create a new Java Application project
>  # Create new WSDL Client
>  # find a WSDL source (tried with my internal wsdl and 
> [http://www.dneonline.com/calculator.asmx?WSDL)]
>  # Have this error: ant -f 
> C:\\Users\\David\\Desktop\\Lavoro\\RedEvo\\redevoclients\\Calculator 
> wsimport-client-calculator
> init:
> wsimport-init:
> Created dir: 
> C:\Users\David\Desktop\Lavoro\RedEvo\redevoclients\Calculator\build\generated-sources\jax-ws
> C:\Users\David\Desktop\Lavoro\RedEvo\redevoclients\Calculator\nbproject\jaxws-build.xml:15:
>  taskdef A class needed by class com.sun.tools.ws.ant.WsImport cannot be 
> found: com/sun/istack/tools/ProtectedTask
>  using the classloader 
> AntClassLoader[C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\FastInfoset.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\gmbal-api-only.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\ha-api.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\javax.mail_1.4.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\jaxws-rt.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\saaj-impl.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\stax2-api.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\woodstox-core-asl.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\stax-ex.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\streambuffer.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\policy.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\management-api.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\jaxws-tools.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\mimepull.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\api\jaxws-api.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\api\jsr181-api.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\api\javax.annotation.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\api\saaj-api.jar;C:\netbeans-apache\netbeans9\ide\modules\ext\jaxb\activation.jar;C:\netbeans-apache\netbeans9\ide\modules\ext\jaxb\api\jaxb-api.jar]
> BUILD FAILED (total time: 0 seconds)



--
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-2275) Importing WSDL on Java Application, error during compile

2021-06-10 Thread Julien Gouesse (Jira)


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

Julien Gouesse edited comment on NETBEANS-2275 at 6/10/21, 1:30 PM:


I have to add much more JARs into the classpath to make it work:

jaxb-impl.jar

jaxb-xjc.jar

activation.jar

jaxb1-impl.jar

jaxb-api.jar

I copied them from C:\Program Files\NetBeans-12.0\netbeans\ide\modules\ext\jaxb

 

I still get this error:

Exception in thread "main" java.lang.NoClassDefFoundError: 
com/sun/org/apache/xml/internal/resolver/CatalogManager
 at 
com.sun.xml.ws.client.WSServiceDelegate.createCatalogResolver(WSServiceDelegate.java:321)
 at 
com.sun.xml.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:307)
 at com.sun.xml.ws.client.WSServiceDelegate.(WSServiceDelegate.java:269)
 at com.sun.xml.ws.client.WSServiceDelegate.(WSServiceDelegate.java:205)
 at com.sun.xml.ws.client.WSServiceDelegate.(WSServiceDelegate.java:195)
 at com.sun.xml.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:112)
 at javax.xml.ws.Service.(Service.java:82)


was (Author: gouessej):
I have to add much more JARs into the classpath to make it work:

jaxb-impl.jar

jaxb-xjc.jar

activation.jar

jaxb1-impl.jar

jaxb-api.jar

I copied them from C:\Program Files\NetBeans-12.0\netbeans\ide\modules\ext\jaxb

> Importing WSDL on Java Application, error during compile
> 
>
> Key: NETBEANS-2275
> URL: https://issues.apache.org/jira/browse/NETBEANS-2275
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Affects Versions: 9.0, 11.0, 12.0, 12.4
> Environment: Windows 10, macOS 10.15
>Reporter: David Baldo
>Assignee: Roberto Cisternino
>Priority: Major
> Attachments: image-2021-06-01-15-16-02-832.png
>
>
> I've an error while trying to create a new WSDL Client in Java Application 
> project
> Steps to reproduce:
> # Create a new Java Application project
>  # Create new WSDL Client
>  # find a WSDL source (tried with my internal wsdl and 
> [http://www.dneonline.com/calculator.asmx?WSDL)]
>  # Have this error: ant -f 
> C:\\Users\\David\\Desktop\\Lavoro\\RedEvo\\redevoclients\\Calculator 
> wsimport-client-calculator
> init:
> wsimport-init:
> Created dir: 
> C:\Users\David\Desktop\Lavoro\RedEvo\redevoclients\Calculator\build\generated-sources\jax-ws
> C:\Users\David\Desktop\Lavoro\RedEvo\redevoclients\Calculator\nbproject\jaxws-build.xml:15:
>  taskdef A class needed by class com.sun.tools.ws.ant.WsImport cannot be 
> found: com/sun/istack/tools/ProtectedTask
>  using the classloader 
> AntClassLoader[C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\FastInfoset.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\gmbal-api-only.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\ha-api.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\javax.mail_1.4.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\jaxws-rt.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\saaj-impl.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\stax2-api.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\woodstox-core-asl.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\stax-ex.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\streambuffer.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\policy.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\management-api.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\jaxws-tools.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\mimepull.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\api\jaxws-api.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\api\jsr181-api.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\api\javax.annotation.jar;C:\netbeans-apache\netbeans9\java\modules\ext\jaxws22\api\saaj-api.jar;C:\netbeans-apache\netbeans9\ide\modules\ext\jaxb\activation.jar;C:\netbeans-apache\netbeans9\ide\modules\ext\jaxb\api\jaxb-api.jar]
> BUILD FAILED (total time: 0 seconds)



--
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-5771) Maven POM Graph locks and can't be cancelled

2021-06-10 Thread Javier A. Ortiz (Jira)
Javier A. Ortiz created NETBEANS-5771:
-

 Summary: Maven POM Graph locks and can't be cancelled
 Key: NETBEANS-5771
 URL: https://issues.apache.org/jira/browse/NETBEANS-5771
 Project: NetBeans
  Issue Type: Improvement
  Components: projects - Maven
Affects Versions: 12.4
Reporter: Javier A. Ortiz


The Graph button while having a POM file open warns about it potentially taking 
a long time, but doesn't allow to cancel the operation. So either you wait or 
have to kill the IDE to get out of it if it takes too long. It should be 
cancelable at least.



--
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-5770) Maven POM Graph locks and can't be cancelled

2021-06-10 Thread Javier A. Ortiz (Jira)
Javier A. Ortiz created NETBEANS-5770:
-

 Summary: Maven POM Graph locks and can't be cancelled
 Key: NETBEANS-5770
 URL: https://issues.apache.org/jira/browse/NETBEANS-5770
 Project: NetBeans
  Issue Type: Improvement
  Components: projects - Maven
Affects Versions: 12.4
Reporter: Javier A. Ortiz


The Graph button while having a POM file open warns about it potentially taking 
a long time, but doesn't allow to cancel the operation. So either you wait or 
have to kill the IDE to get out of it if it takes too long. It should be 
cancelable at least.



--
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-2777) The last stable binary cannot be run on archlinux32

2021-06-10 Thread Ildar Amankulov (Jira)


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

Ildar Amankulov commented on NETBEANS-2777:
---

[~andreas_baumann] 
Hello, sorry I have switched to phpstorm

> The last stable binary cannot be run on archlinux32
> ---
>
> Key: NETBEANS-2777
> URL: https://issues.apache.org/jira/browse/NETBEANS-2777
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Linux xcart-aim-arch.crtdev.local 5.1.6-arch1-1.0-ARCH 
> #1 SMP PREEMPT Mon Jun 3 15:42:23 CEST 2019 i686 GNU/Linux
>Reporter: Ildar Amankulov
>Priority: Blocker
>  Labels: binary, i686, run
> Attachments: hs_err_pid6011.log
>
>
> *Step by step*
> Download 
> # 
> https://www.apache.org/dyn/closer.cgi/incubator/netbeans/incubating-netbeans/incubating-11.0/incubating-netbeans-11.0-bin.zip
> # run netbeans
>  
> *Output*
> {code:bash}
> xcart-aim-arch[../bin]$ pwd
> /home/aim/tmp/del/netbeans/bin
> xcart-aim-arch[../bin]$ ./netbeans 
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> #  Internal Error (os_linux_x86.cpp:291), pid=6011, tid=0xb6cddb40
> #  fatal error: An irrecoverable SI_KERNEL SIGSEGV has occurred due to 
> unstable signal handling in this distribution.
> #
> # JRE version: OpenJDK Runtime Environment (8.0_212-b01) (build 1.8.0_212-b01)
> # Java VM: OpenJDK Server VM (25.212-b01 mixed mode linux-x86 )
> # Core dump written. Default location: /home/aim/tmp/del/netbeans/bin/core or 
> core.6011
> #
> # An error report file with more information is saved as:
> # /home/aim/tmp/del/netbeans/bin/hs_err_pid6011.log
> #
> # If you would like to submit a bug report, please visit:
> #   http://bugreport.java.com/bugreport/crash.jsp
> #
> /home/aim/tmp/del/netbeans/platform/lib/nbexec: строка 425:  6011 Аварийный 
> останов (стек памяти сброшен на диск) "/usr/lib/jvm/default/bin/java" 
> -Djdk.home="/usr/lib/jvm/default" -classpath 
> "/home/aim/tmp/del/netbeans/platform/lib/boot.jar:/home/aim/tmp/del/netbeans/platform/lib/org-openide-modules.jar:/home/aim/tmp/del/netbeans/platform/lib/org-openide-util.jar:/home/aim/tmp/del/netbeans/platform/lib/org-openide-util-lookup.jar:/home/aim/tmp/del/netbeans/platform/lib/org-openide-util-ui.jar:/usr/lib/jvm/default/lib/dt.jar:/usr/lib/jvm/default/lib/tools.jar"
>  -Dnetbeans.default_userdir_root="/home/aim/.netbeans" 
> -Dnetbeans.dirs="/home/aim/tmp/del/netbeans/nb:/home/aim/tmp/del/netbeans/ergonomics:/home/aim/tmp/del/netbeans/ide:/home/aim/tmp/del/netbeans/extide:/home/aim/tmp/del/netbeans/java:/home/aim/tmp/del/netbeans/apisupport:/home/aim/tmp/del/netbeans/webcommon:/home/aim/tmp/del/netbeans/websvccommon:/home/aim/tmp/del/netbeans/enterprise:/home/aim/tmp/del/netbeans/mobility:/home/aim/tmp/del/netbeans/profiler:/home/aim/tmp/del/netbeans/python:/home/aim/tmp/del/netbeans/php:/home/aim/tmp/del/netbeans/identity:/home/aim/tmp/del/netbeans/harness:/home/aim/tmp/del/netbeans/cnd:/home/aim/tmp/del/netbeans/cndext:/home/aim/tmp/del/netbeans/dlight:/home/aim/tmp/del/netbeans/groovy:/home/aim/tmp/del/netbeans/extra:/home/aim/tmp/del/netbeans/javacard:/home/aim/tmp/del/netbeans/javafx:"
>  -Dnetbeans.home="/home/aim/tmp/del/netbeans/platform" 
> '-Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade' 
> '-XX:+UseStringDeduplication' '-Xss2m' '-Dnetbeans.logger.console=true' 
> '-Djdk.gtk.version=2.2' '-Dapple.laf.useScreenMenuBar=true' 
> '-Dapple.awt.graphics.UseQuartz=true' '-Dsun.java2d.noddraw=true' 
> '-Dsun.java2d.dpiaware=true' '-Dsun.zip.disableMemoryMapping=true' 
> '-Dplugin.manager.check.updates=false' 
> '-Dnetbeans.extbrowser.manual_chrome_plugin_install=yes' 
> '--add-opens=java.base/java.net=ALL-UNNAMED' 
> '--add-opens=java.base/java.lang.ref=ALL-UNNAMED' 
> '--add-opens=java.base/java.lang=ALL-UNNAMED' 
> '--add-opens=java.base/java.security=ALL-UNNAMED' 
> '--add-opens=java.base/java.util=ALL-UNNAMED' 
> '--add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED' 
> '--add-opens=java.desktop/javax.swing.text=ALL-UNNAMED' 
> '--add-opens=java.desktop/javax.swing=ALL-UNNAMED' 
> '--add-opens=java.desktop/java.awt=ALL-UNNAMED' 
> '--add-opens=java.desktop/java.awt.event=ALL-UNNAMED' 
> '--add-opens=java.prefs/java.util.prefs=ALL-UNNAMED' 
> '--add-opens=jdk.jshell/jdk.jshell=ALL-UNNAMED' '--add-modules=jdk.jshell' 
> '--add-exports=java.desktop/sun.awt=ALL-UNNAMED' 
> '--add-exports=java.desktop/java.awt.peer=ALL-UNNAMED' 
> '--add-exports=java.desktop/com.sun.beans.editors=ALL-UNNAMED' 
> '--add-exports=java.desktop/sun.swing=ALL-UNNAMED' 
> '--add-exports=java.desktop/sun.awt.im=ALL-UNNAMED' 
> '--add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED' 
> '--add-exports=java.management/sun.management=AL

[jira] [Commented] (NETBEANS-5763) NullPointerException prevents display of Coverage Report

2021-06-10 Thread Nathan Callister (Jira)


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

Nathan Callister commented on NETBEANS-5763:


This is likely related to NETBEANS-5528

> NullPointerException prevents display of Coverage Report
> 
>
> Key: NETBEANS-5763
> URL: https://issues.apache.org/jira/browse/NETBEANS-5763
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.4
> Environment: Netbeans 12.4 installed via snap on Ubuntu 18.04.
> JRE is OpenJDK 11.
> The project is a Java Maven project.
> Code coverage is provided by: org.jacoco:jacoco-maven-plugin:0.8.6
>Reporter: Nathan Callister
>Priority: Minor
>
> Whenever I attempt to display the code coverage report I get the status bar 
> below the code but I cannot view the report.
> I am able to reproduce this every time, I am unable to not produce this.
> Netbeans reports an unexpected error:
> {code:java}
> SEVERE [global]
> java.lang.NullPointerException
>   at 
> org.netbeans.modules.gsf.codecoverage.CoverageReportTopComponent.(CoverageReportTopComponent.java:171)
>   at 
> org.netbeans.modules.gsf.codecoverage.CoverageManagerImpl.showReport(CoverageManagerImpl.java:276)
>   at 
> org.netbeans.modules.gsf.codecoverage.CoverageAction$CoverageItemHandler.actionPerformed(CoverageAction.java:268)
>   at 
> java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
>   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.AbstractButton.doClick(AbstractButton.java:369)
>   at 
> java.desktop/javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1020)
>   at 
> java.desktop/javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1064)
>   at 
> java.desktop/java.awt.Component.processMouseEvent(Component.java:6635)
>   at 
> java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342)
>   at java.desktop/java.awt.Component.processEvent(Component.java:6400)
>   at java.desktop/java.awt.Container.processEvent(Container.java:2263)
>   at 
> java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5011)
>   at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
>   at java.desktop/java.awt.Component.dispatchEvent(Component.java:4843)
>   at 
> java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
>   at 
> java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547)
>   at 
> java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
>   at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
>   at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
>   at java.desktop/java.awt.Component.dispatchEvent(Component.java:4843)
>   at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
>   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(Native Method)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
>   at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
>   at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
>   at java.base/java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
>   at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
>   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.pumpEventsForHierarchy(EventDispatchThread.java:113)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
>   at 

[jira] [Comment Edited] (NETBEANS-5763) NullPointerException prevents display of Coverage Report

2021-06-10 Thread Nathan Callister (Jira)


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

Nathan Callister edited comment on NETBEANS-5763 at 6/11/21, 5:06 AM:
--

This is likely related to NETBEANS-5528 and NETBEANS-5300


was (Author: gaspode):
This is likely related to NETBEANS-5528

> NullPointerException prevents display of Coverage Report
> 
>
> Key: NETBEANS-5763
> URL: https://issues.apache.org/jira/browse/NETBEANS-5763
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.4
> Environment: Netbeans 12.4 installed via snap on Ubuntu 18.04.
> JRE is OpenJDK 11.
> The project is a Java Maven project.
> Code coverage is provided by: org.jacoco:jacoco-maven-plugin:0.8.6
>Reporter: Nathan Callister
>Priority: Minor
>
> Whenever I attempt to display the code coverage report I get the status bar 
> below the code but I cannot view the report.
> I am able to reproduce this every time, I am unable to not produce this.
> Netbeans reports an unexpected error:
> {code:java}
> SEVERE [global]
> java.lang.NullPointerException
>   at 
> org.netbeans.modules.gsf.codecoverage.CoverageReportTopComponent.(CoverageReportTopComponent.java:171)
>   at 
> org.netbeans.modules.gsf.codecoverage.CoverageManagerImpl.showReport(CoverageManagerImpl.java:276)
>   at 
> org.netbeans.modules.gsf.codecoverage.CoverageAction$CoverageItemHandler.actionPerformed(CoverageAction.java:268)
>   at 
> java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
>   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.AbstractButton.doClick(AbstractButton.java:369)
>   at 
> java.desktop/javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1020)
>   at 
> java.desktop/javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1064)
>   at 
> java.desktop/java.awt.Component.processMouseEvent(Component.java:6635)
>   at 
> java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3342)
>   at java.desktop/java.awt.Component.processEvent(Component.java:6400)
>   at java.desktop/java.awt.Container.processEvent(Container.java:2263)
>   at 
> java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5011)
>   at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2321)
>   at java.desktop/java.awt.Component.dispatchEvent(Component.java:4843)
>   at 
> java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
>   at 
> java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547)
>   at 
> java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
>   at 
> java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2307)
>   at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2772)
>   at java.desktop/java.awt.Component.dispatchEvent(Component.java:4843)
>   at 
> java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)
>   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(Native Method)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
>   at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
>   at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:743)
>   at java.base/java.security.AccessController.doPrivileged(Native Method)
>   at 
> java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
>   at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
>   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.pumpEventsForHierarchy(EventDispatchThread.java:113)
>   at 
> java.desktop/java.awt.EventDispatchThread.pumpEvents(Even

[jira] [Commented] (NETBEANS-2777) The last stable binary cannot be run on archlinux32

2021-06-10 Thread Andreas Baumann (Jira)


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

Andreas Baumann commented on NETBEANS-2777:
---

No problem, it works for me now. :)

> The last stable binary cannot be run on archlinux32
> ---
>
> Key: NETBEANS-2777
> URL: https://issues.apache.org/jira/browse/NETBEANS-2777
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Linux xcart-aim-arch.crtdev.local 5.1.6-arch1-1.0-ARCH 
> #1 SMP PREEMPT Mon Jun 3 15:42:23 CEST 2019 i686 GNU/Linux
>Reporter: Ildar Amankulov
>Priority: Blocker
>  Labels: binary, i686, run
> Attachments: hs_err_pid6011.log
>
>
> *Step by step*
> Download 
> # 
> https://www.apache.org/dyn/closer.cgi/incubator/netbeans/incubating-netbeans/incubating-11.0/incubating-netbeans-11.0-bin.zip
> # run netbeans
>  
> *Output*
> {code:bash}
> xcart-aim-arch[../bin]$ pwd
> /home/aim/tmp/del/netbeans/bin
> xcart-aim-arch[../bin]$ ./netbeans 
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> #  Internal Error (os_linux_x86.cpp:291), pid=6011, tid=0xb6cddb40
> #  fatal error: An irrecoverable SI_KERNEL SIGSEGV has occurred due to 
> unstable signal handling in this distribution.
> #
> # JRE version: OpenJDK Runtime Environment (8.0_212-b01) (build 1.8.0_212-b01)
> # Java VM: OpenJDK Server VM (25.212-b01 mixed mode linux-x86 )
> # Core dump written. Default location: /home/aim/tmp/del/netbeans/bin/core or 
> core.6011
> #
> # An error report file with more information is saved as:
> # /home/aim/tmp/del/netbeans/bin/hs_err_pid6011.log
> #
> # If you would like to submit a bug report, please visit:
> #   http://bugreport.java.com/bugreport/crash.jsp
> #
> /home/aim/tmp/del/netbeans/platform/lib/nbexec: строка 425:  6011 Аварийный 
> останов (стек памяти сброшен на диск) "/usr/lib/jvm/default/bin/java" 
> -Djdk.home="/usr/lib/jvm/default" -classpath 
> "/home/aim/tmp/del/netbeans/platform/lib/boot.jar:/home/aim/tmp/del/netbeans/platform/lib/org-openide-modules.jar:/home/aim/tmp/del/netbeans/platform/lib/org-openide-util.jar:/home/aim/tmp/del/netbeans/platform/lib/org-openide-util-lookup.jar:/home/aim/tmp/del/netbeans/platform/lib/org-openide-util-ui.jar:/usr/lib/jvm/default/lib/dt.jar:/usr/lib/jvm/default/lib/tools.jar"
>  -Dnetbeans.default_userdir_root="/home/aim/.netbeans" 
> -Dnetbeans.dirs="/home/aim/tmp/del/netbeans/nb:/home/aim/tmp/del/netbeans/ergonomics:/home/aim/tmp/del/netbeans/ide:/home/aim/tmp/del/netbeans/extide:/home/aim/tmp/del/netbeans/java:/home/aim/tmp/del/netbeans/apisupport:/home/aim/tmp/del/netbeans/webcommon:/home/aim/tmp/del/netbeans/websvccommon:/home/aim/tmp/del/netbeans/enterprise:/home/aim/tmp/del/netbeans/mobility:/home/aim/tmp/del/netbeans/profiler:/home/aim/tmp/del/netbeans/python:/home/aim/tmp/del/netbeans/php:/home/aim/tmp/del/netbeans/identity:/home/aim/tmp/del/netbeans/harness:/home/aim/tmp/del/netbeans/cnd:/home/aim/tmp/del/netbeans/cndext:/home/aim/tmp/del/netbeans/dlight:/home/aim/tmp/del/netbeans/groovy:/home/aim/tmp/del/netbeans/extra:/home/aim/tmp/del/netbeans/javacard:/home/aim/tmp/del/netbeans/javafx:"
>  -Dnetbeans.home="/home/aim/tmp/del/netbeans/platform" 
> '-Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade' 
> '-XX:+UseStringDeduplication' '-Xss2m' '-Dnetbeans.logger.console=true' 
> '-Djdk.gtk.version=2.2' '-Dapple.laf.useScreenMenuBar=true' 
> '-Dapple.awt.graphics.UseQuartz=true' '-Dsun.java2d.noddraw=true' 
> '-Dsun.java2d.dpiaware=true' '-Dsun.zip.disableMemoryMapping=true' 
> '-Dplugin.manager.check.updates=false' 
> '-Dnetbeans.extbrowser.manual_chrome_plugin_install=yes' 
> '--add-opens=java.base/java.net=ALL-UNNAMED' 
> '--add-opens=java.base/java.lang.ref=ALL-UNNAMED' 
> '--add-opens=java.base/java.lang=ALL-UNNAMED' 
> '--add-opens=java.base/java.security=ALL-UNNAMED' 
> '--add-opens=java.base/java.util=ALL-UNNAMED' 
> '--add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED' 
> '--add-opens=java.desktop/javax.swing.text=ALL-UNNAMED' 
> '--add-opens=java.desktop/javax.swing=ALL-UNNAMED' 
> '--add-opens=java.desktop/java.awt=ALL-UNNAMED' 
> '--add-opens=java.desktop/java.awt.event=ALL-UNNAMED' 
> '--add-opens=java.prefs/java.util.prefs=ALL-UNNAMED' 
> '--add-opens=jdk.jshell/jdk.jshell=ALL-UNNAMED' '--add-modules=jdk.jshell' 
> '--add-exports=java.desktop/sun.awt=ALL-UNNAMED' 
> '--add-exports=java.desktop/java.awt.peer=ALL-UNNAMED' 
> '--add-exports=java.desktop/com.sun.beans.editors=ALL-UNNAMED' 
> '--add-exports=java.desktop/sun.swing=ALL-UNNAMED' 
> '--add-exports=java.desktop/sun.awt.im=ALL-UNNAMED' 
> '--add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED' 
> '--add-exports=java.management/sun.management=ALL-UNNAMED' 
> '--add-expo

[jira] [Created] (NETBEANS-5772) OSGi Bundles with dash in Bundle-Symbolic-Name are not installable or updatable

2021-06-10 Thread Jira
Jens Hofschröer created NETBEANS-5772:
-

 Summary: OSGi Bundles with dash in Bundle-Symbolic-Name are not 
installable or updatable
 Key: NETBEANS-5772
 URL: https://issues.apache.org/jira/browse/NETBEANS-5772
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Module System
Affects Versions: 12.3
Reporter: Jens Hofschröer


The NetBeans Module System is based on "Code-Name-Base" module names. These 
names are formatted the same way as Java packages. OSGi uses "Symbolic Names" 
that are "mostly" like Java Packages, but the OSGi specification allows also a 
dash and an underscore to be part of that "symbolic-name" [1] and [2].

In org.openide.modules.Dependency#checkCodeName() the check is that only a 
NetBeans CNB/Java package is a valid identifier. This will some OSGi Bundles to 
be installed or updated via the plugin manager:

 

{{java.lang.IllegalArgumentException: Malformed dot-separated identifier: 
org.apache.commons.commons-csv}}
{{ at org.openide.modules.Dependency.checkCodeName(Dependency.java:176)}}
{{ at org.openide.modules.Dependency.create(Dependency.java:254)}}
{{ at 
org.netbeans.modules.autoupdate.updateprovider.DummyModuleInfo.parseDeps(DummyModuleInfo.java:176)}}
{{ at 
org.netbeans.modules.autoupdate.updateprovider.DummyModuleInfo.(DummyModuleInfo.java:97)}}
{{ at 
org.netbeans.modules.autoupdate.updateprovider.ModuleItem.getModuleInfo(ModuleItem.java:150)}}
{{[catch] at 
org.netbeans.modules.autoupdate.services.UpdateUnitFactory.appendUpdateItems(UpdateUnitFactory.java:169)}}
{{ at 
org.netbeans.modules.autoupdate.services.UpdateUnitFactory.getUpdateUnits(UpdateUnitFactory.java:118)}}
{{ at 
org.netbeans.modules.autoupdate.services.UpdateManagerImpl$Cache.(UpdateManagerImpl.java:267)}}
{{ at 
org.netbeans.modules.autoupdate.services.UpdateManagerImpl.getCache(UpdateManagerImpl.java:227)}}
{{ at 
org.netbeans.modules.autoupdate.services.UpdateManagerImpl.getUpdateUnits(UpdateManagerImpl.java:96)}}
{{ at 
org.netbeans.api.autoupdate.UpdateManager.getUpdateUnits(UpdateManager.java:78)}}
{{ at 
org.netbeans.modules.autoupdate.ui.PluginManagerUI.updateUnitsChanged(PluginManagerUI.java:656)}}
{{ at 
org.netbeans.modules.autoupdate.ui.UnitTab$3.updateUnitsChanged(UnitTab.java:168)}}
{{ at 
org.netbeans.modules.autoupdate.ui.UnitCategoryTableModel.fireUpdataUnitChange(UnitCategoryTableModel.java:261)}}
{{ at 
org.netbeans.modules.autoupdate.ui.UnitTab.fireUpdataUnitChange(UnitTab.java:619)}}
{{ at org.netbeans.modules.autoupdate.ui.UnitTab$14$1.run(UnitTab.java:790)}}
{{ at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)}}

 

[1] 
http://docs.osgi.org/specification/osgi.core/7.0.0/framework.module.html#framework.module.bsn

[2] 
http://docs.osgi.org/specification/osgi.core/7.0.0/ch01.html#framework.general.syntax



--
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