[jira] [Updated] (NETBEANS-4768) Tomcat server status not recognized after enabling SSL

2020-09-02 Thread Junior Dussouillez (Jira)


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

Junior Dussouillez updated NETBEANS-4768:
-
Attachment: tomcat_9.0.37_ssl_start.log

> Tomcat server status not recognized after enabling SSL
> --
>
> Key: NETBEANS-4768
> URL: https://issues.apache.org/jira/browse/NETBEANS-4768
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - Tomcat
>Affects Versions: 12.0
> Environment: Product Version: Apache NetBeans IDE 12.0
> Java: 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu118.04.1
> Runtime: OpenJDK Runtime Environment 11.0.8+10-post-Ubuntu-0ubuntu118.04.1
> System: Linux version 4.15.0-112-generic running on amd64; UTF-8; en_US (nb)
> User directory: /home/junior/.netbeans/12.0
> Cache directory: /home/junior/.cache/netbeans/12.0
>Reporter: Junior Dussouillez
>Priority: Major
>  Labels: ssl, tomcat9
> Attachments: tomcat_9.0.37_ssl_start.log
>
>
> When starting Tomcat 9.0.31 (same issue with 9.0.37) with SSL enabled, the 
> Tomcat server is run correctly but Netbeans does not detect it and display an 
> error "Starting of Tomcat failed" after a 120 seconds timeout.
> Seems to be related to NETBEANS-4047 and NETBEANS-3903
> Everything works fine without SSL.
> The only changes I made are in my {{conf/server.xml}} file :
> {code:xml}
> 
>  port="8080"
> protocol="HTTP/1.1"
> connectionTimeout="2"
> redirectPort="8443" />
> 
>  port="8080"
> protocol="HTTP/1.1"
> connectionTimeout="2"
> redirectPort="8443"
> SSLEnabled="true"
> sslProtocol="TLS"
> scheme="https"
> secure="true"
> keyAlias="localhost-ssl"
> keystoreFile="./conf/localhost-ssl/localhost-ssl.jks"
> keystorePass="123456" />
> {code}
> The keystore contains a self signed certificate created using 
> [mkcert|https://github.com/FiloSottile/mkcert]. I followed these steps to 
> create it :  https://stackoverflow.com/a/54527471/2611798



--
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-4768) Tomcat server status not recognized after enabling SSL

2020-09-02 Thread Junior Dussouillez (Jira)


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

Junior Dussouillez updated NETBEANS-4768:
-
Description: 
When starting Tomcat 9.0.31 (same issue with 9.0.37) with SSL enabled, the 
Tomcat server is run correctly but Netbeans does not detect it and display an 
error "Starting of Tomcat failed" after a 120 seconds timeout.
Seems to be related to NETBEANS-4047 and NETBEANS-3903

Everything works fine without SSL.

The only changes I made are in my {{conf/server.xml}} file :

{code:xml}





{code}

The keystore contains a self signed certificate created using 
[mkcert|https://github.com/FiloSottile/mkcert]. I followed these steps to 
create it :  https://stackoverflow.com/a/54527471/2611798

  was:
When starting Tomcat 9.0.31 (same issue with 9.0.37) with SSL enabled, the 
Tomcat server is run correctly but Netbeans does not detect it and display an 
error "Starting of Tomcat failed" after a 120 seconds timeout.
Seems to be related to NETBEANS-4047 and NETBEANS-3903

Everything works fine without SSL.

The only changes I made are in my {{conf/server.xml}} file :

{code:xml}





{code}

The keystore contains a self signed certificate created using 
[mkcert](https://github.com/FiloSottile/mkcert). I followed these steps to 
create it :  https://stackoverflow.com/a/54527471/2611798


> Tomcat server status not recognized after enabling SSL
> --
>
> Key: NETBEANS-4768
> URL: https://issues.apache.org/jira/browse/NETBEANS-4768
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - Tomcat
>Affects Versions: 12.0
> Environment: Product Version: Apache NetBeans IDE 12.0
> Java: 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu118.04.1
> Runtime: OpenJDK Runtime Environment 11.0.8+10-post-Ubuntu-0ubuntu118.04.1
> System: Linux version 4.15.0-112-generic running on amd64; UTF-8; en_US (nb)
> User directory: /home/junior/.netbeans/12.0
> Cache directory: /home/junior/.cache/netbeans/12.0
>Reporter: Junior Dussouillez
>Priority: Major
>  Labels: ssl, tomcat9
>
> When starting Tomcat 9.0.31 (same issue with 9.0.37) with SSL enabled, the 
> Tomcat server is run correctly but Netbeans does not detect it and display an 
> error "Starting of Tomcat failed" after a 120 seconds timeout.
> Seems to be related to NETBEANS-4047 and NETBEANS-3903
> Everything works fine without SSL.
> The only changes I made are in my {{conf/server.xml}} file :
> {code:xml}
> 
>  port="8080"
> protocol="HTTP/1.1"
> connectionTimeout="2"
> redirectPort="8443" />
> 
>  port="8080"
> protocol="HTTP/1.1"
> connectionTimeout="2"
> redirectPort="8443"
> SSLEnabled="true"
> sslProtocol="TLS"
> scheme="https"
> secure="true"
> keyAlias="localhost-ssl"
> keystoreFile="./conf/localhost-ssl/localhost-ssl.jks"
> keystorePass="123456" />
> {code}
> The keystore contains a self signed certificate created using 
> [mkcert|https://github.com/FiloSottile/mkcert]. I followed these steps to 
> create it :  https://stackoverflow.com/a/54527471/2611798



--
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-4768) Tomcat server status not recognized after enabling SSL

2020-09-02 Thread Junior Dussouillez (Jira)


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

Junior Dussouillez updated NETBEANS-4768:
-
Labels: ssl tomcat9  (was: )

> Tomcat server status not recognized after enabling SSL
> --
>
> Key: NETBEANS-4768
> URL: https://issues.apache.org/jira/browse/NETBEANS-4768
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - Tomcat
>Affects Versions: 12.0
> Environment: Product Version: Apache NetBeans IDE 12.0
> Java: 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu118.04.1
> Runtime: OpenJDK Runtime Environment 11.0.8+10-post-Ubuntu-0ubuntu118.04.1
> System: Linux version 4.15.0-112-generic running on amd64; UTF-8; en_US (nb)
> User directory: /home/junior/.netbeans/12.0
> Cache directory: /home/junior/.cache/netbeans/12.0
>Reporter: Junior Dussouillez
>Priority: Major
>  Labels: ssl, tomcat9
>
> When starting Tomcat 9.0.31 (same issue with 9.0.37) with SSL enabled, the 
> Tomcat server is run correctly but Netbeans does not detect it and display an 
> error "Starting of Tomcat failed" after a 120 seconds timeout.
> Seems to be related to NETBEANS-4047 and NETBEANS-3903
> Everything works fine without SSL.
> The only changes I made are in my {{conf/server.xml}} file :
> {code:xml}
> 
>  port="8080"
> protocol="HTTP/1.1"
> connectionTimeout="2"
> redirectPort="8443" />
> 
>  port="8080"
> protocol="HTTP/1.1"
> connectionTimeout="2"
> redirectPort="8443"
> SSLEnabled="true"
> sslProtocol="TLS"
> scheme="https"
> secure="true"
> keyAlias="localhost-ssl"
> keystoreFile="./conf/localhost-ssl/localhost-ssl.jks"
> keystorePass="123456" />
> {code}
> The keystore contains a self signed certificate created using 
> [mkcert](https://github.com/FiloSottile/mkcert). I followed these steps to 
> create it :  https://stackoverflow.com/a/54527471/2611798



--
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-4768) Tomcat server status not recognized after enabling SSL

2020-09-02 Thread Junior Dussouillez (Jira)


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

Junior Dussouillez updated NETBEANS-4768:
-
Description: 
When starting Tomcat 9.0.31 (same issue with 9.0.37) with SSL enabled, the 
Tomcat server is run correctly but Netbeans does not detect it and display an 
error "Starting of Tomcat failed" after a 120 seconds timeout.
Seems to be related to NETBEANS-4047 and NETBEANS-3903

Everything works fine without SSL.

The only changes I made are in my {{conf/server.xml}} file :

{code:xml}





{code}

The keystore contains a self signed certificate created using 
[mkcert](https://github.com/FiloSottile/mkcert). I followed these steps to 
create it :  https://stackoverflow.com/a/54527471/2611798

  was:
When starting Tomcat 9.0.31 (same issue with 9.0.37) with SSL enabled, the 
Tomcat server is run correctly but Netbeans does not detect it and display an 
error "Starting of Tomcat failed" after a 120 seconds timeout.
Seems to be related to NETBEANS-4047 and NETBEANS-3903

Everything works fine without SSL.

The only changes I made are in my {{conf/server.xml}} file :

{code:xml}





{code}

The keystore contains a self signed certificate created using 
[mkcert](https://github.com/FiloSottile/mkcert). I followed these steps to 
create it :  https://stackoverflow.com/a/54527471/2611798


> Tomcat server status not recognized after enabling SSL
> --
>
> Key: NETBEANS-4768
> URL: https://issues.apache.org/jira/browse/NETBEANS-4768
> Project: NetBeans
>  Issue Type: Bug
>  Components: serverplugins - Tomcat
>Affects Versions: 12.0
> Environment: Product Version: Apache NetBeans IDE 12.0
> Java: 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu118.04.1
> Runtime: OpenJDK Runtime Environment 11.0.8+10-post-Ubuntu-0ubuntu118.04.1
> System: Linux version 4.15.0-112-generic running on amd64; UTF-8; en_US (nb)
> User directory: /home/junior/.netbeans/12.0
> Cache directory: /home/junior/.cache/netbeans/12.0
>Reporter: Junior Dussouillez
>Priority: Major
>  Labels: ssl, tomcat9
>
> When starting Tomcat 9.0.31 (same issue with 9.0.37) with SSL enabled, the 
> Tomcat server is run correctly but Netbeans does not detect it and display an 
> error "Starting of Tomcat failed" after a 120 seconds timeout.
> Seems to be related to NETBEANS-4047 and NETBEANS-3903
> Everything works fine without SSL.
> The only changes I made are in my {{conf/server.xml}} file :
> {code:xml}
> 
>  port="8080"
> protocol="HTTP/1.1"
> connectionTimeout="2"
> redirectPort="8443" />
> 
>  port="8080"
> protocol="HTTP/1.1"
> connectionTimeout="2"
> redirectPort="8443"
> SSLEnabled="true"
> sslProtocol="TLS"
> scheme="https"
> secure="true"
> keyAlias="localhost-ssl"
> keystoreFile="./conf/localhost-ssl/localhost-ssl.jks"
> keystorePass="123456" />
> {code}
> The keystore contains a self signed certificate created using 
> [mkcert](https://github.com/FiloSottile/mkcert). I followed these steps to 
> create it :  https://stackoverflow.com/a/54527471/2611798



--
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-4768) Tomcat server status not recognized after enabling SSL

2020-09-02 Thread Junior Dussouillez (Jira)
Junior Dussouillez created NETBEANS-4768:


 Summary: Tomcat server status not recognized after enabling SSL
 Key: NETBEANS-4768
 URL: https://issues.apache.org/jira/browse/NETBEANS-4768
 Project: NetBeans
  Issue Type: Bug
  Components: serverplugins - Tomcat
Affects Versions: 12.0
 Environment: Product Version: Apache NetBeans IDE 12.0
Java: 11.0.8; OpenJDK 64-Bit Server VM 11.0.8+10-post-Ubuntu-0ubuntu118.04.1
Runtime: OpenJDK Runtime Environment 11.0.8+10-post-Ubuntu-0ubuntu118.04.1
System: Linux version 4.15.0-112-generic running on amd64; UTF-8; en_US (nb)
User directory: /home/junior/.netbeans/12.0
Cache directory: /home/junior/.cache/netbeans/12.0
Reporter: Junior Dussouillez


When starting Tomcat 9.0.31 (same issue with 9.0.37) with SSL enabled, the 
Tomcat server is run correctly but Netbeans does not detect it and display an 
error "Starting of Tomcat failed" after a 120 seconds timeout.
Seems to be related to NETBEANS-4047 and NETBEANS-3903

Everything works fine without SSL.

The only changes I made are in my {{conf/server.xml}} file :

{code:xml}





{code}

The keystore contains a self signed certificate created using 
[mkcert](https://github.com/FiloSottile/mkcert). I followed these steps to 
create it :  https://stackoverflow.com/a/54527471/2611798



--
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-4696) NetBeans 12.1-beta1 sometimes hangs on open

2020-09-02 Thread Ernie Rael (Jira)


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

Ernie Rael commented on NETBEANS-4696:
--

Added a bunch of project that need to be opened and got a breakpoint at "return 
null", so the above seems to detect open not complete. But I never got any 
other breakpoint in this method. I suspect/hope that my nearly empty 
boilerplate xhtml file doesn't have enough stuff in it; so this method never 
got called again.

I don't know what the indexes are used with/for. Can someone suggest a way to 
test that things are working OK with this change.

> NetBeans 12.1-beta1 sometimes hangs on open
> ---
>
> Key: NETBEANS-4696
> URL: https://issues.apache.org/jira/browse/NETBEANS-4696
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 12.1
> Environment: Linux (Debian "Buster")
> OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10)
>Reporter: Glenn Holmer
>Priority: Blocker
>  Labels: deadlock
> Attachments: 12.1-vc1-thread-dump-orac.txt, 
> nb12.1-beta1-thread-dump.png, nb12.1-beta1-thread-dump.txt, 
> netbeans-12.1-thread-dump.txt
>
>
>  
> NetBeans sometimes hangs on startup; the symptom is a stalled "Opening 
> Projects" progress bar. I haven't been able to find a repro case, but I'm 
> attaching a thread dump (from VisualVM) and screen shot.



--
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-4696) NetBeans 12.1-beta1 sometimes hangs on open

2020-09-02 Thread Ernie Rael (Jira)


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

Ernie Rael commented on NETBEANS-4696:
--

For the knockout side I've got

{code}
$ hg diff
diff --git 
a/webcommon/javascript2.knockout/src/org/netbeans/modules/javascript2/knockout/index/KnockoutIndex.java
 
b/webcommon/javascript2.knockout/src/org/netbeans/modules/javascript2/knockout/index/KnockoutIndex.java
--- 
a/webcommon/javascript2.knockout/src/org/netbeans/modules/javascript2/knockout/index/KnockoutIndex.java
+++ 
b/webcommon/javascript2.knockout/src/org/netbeans/modules/javascript2/knockout/index/KnockoutIndex.java
@@ -45,7 +45,6 @@

 private static final Map INDEXES = new 
WeakHashMap<>();
 private final QuerySupport querySupport;
-private static boolean areProjectsOpen = false;

 public static KnockoutIndex get(Project project) throws IOException {
 if (project == null) {
@@ -54,16 +53,8 @@
 synchronized (INDEXES) {
 KnockoutIndex index = INDEXES.get(project);
 if (index == null) {
-if (!areProjectsOpen) {
-try {
-// just be sure that the projects are open
-OpenProjects.getDefault().openProjects().get();
-} catch (InterruptedException | ExecutionException ex) {
-Exceptions.printStackTrace(ex);
-} finally {
-areProjectsOpen = true;
-}
-}
+if(!OpenProjects.getDefault().openProjects().isDone())
+return null;
 Collection sourceRoots = 
QuerySupport.findRoots(project,
 null /* all source roots */,
 Collections.emptyList(),
{code}

FindUsage shows that all callers of "...get(project)" check for a null return. 
Looking at the call sites, it doesn't seem like anything is cached; it seems 
like it should come back next time it wants info. But I couldn't get a 
breakpoint at the "return null", so who knows.

Comments? Just try it?

> NetBeans 12.1-beta1 sometimes hangs on open
> ---
>
> Key: NETBEANS-4696
> URL: https://issues.apache.org/jira/browse/NETBEANS-4696
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 12.1
> Environment: Linux (Debian "Buster")
> OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10)
>Reporter: Glenn Holmer
>Priority: Blocker
>  Labels: deadlock
> Attachments: 12.1-vc1-thread-dump-orac.txt, 
> nb12.1-beta1-thread-dump.png, nb12.1-beta1-thread-dump.txt, 
> netbeans-12.1-thread-dump.txt
>
>
>  
> NetBeans sometimes hangs on startup; the symptom is a stalled "Opening 
> Projects" progress bar. I haven't been able to find a repro case, but I'm 
> attaching a thread dump (from VisualVM) and screen shot.



--
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-4696) NetBeans 12.1-beta1 sometimes hangs on open

2020-09-02 Thread Ernie Rael (Jira)


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

Ernie Rael commented on NETBEANS-4696:
--

For the problematic
{code:java}
private static String getModuleName(@NonNull final FileObject moduleInfo)
{code}
in UnitTestsCompilerOptionsQueryImpl.java, replaced the rather expensive method 
with the single line
{code:java}
return SourceUtils.parseModuleName(moduleInfo);
{code}
and the debugger shows the same result (in the case I tried)

I couldn't get 
{code:java}
SourceUtils.getModuleName(moduleInfo.getParent().toURL())
{code}
to work. Then I noticed that the javadoc asks for a binary root; not sure what 
that means.

Unless there's an objection, I'll file a pull request with this change tomorrow.

I'll take a look at KOHtmlExtension and try to come up with something.

[~gholmer], [~hink084] I couldn't get a failure, to verify the fix. I added an 
xhtml file and a maven test to get a breakpoint in the troubling method. But no 
hang. If this gets pulled into master, maybe you can check a daily build...

> NetBeans 12.1-beta1 sometimes hangs on open
> ---
>
> Key: NETBEANS-4696
> URL: https://issues.apache.org/jira/browse/NETBEANS-4696
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 12.1
> Environment: Linux (Debian "Buster")
> OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10)
>Reporter: Glenn Holmer
>Priority: Blocker
>  Labels: deadlock
> Attachments: 12.1-vc1-thread-dump-orac.txt, 
> nb12.1-beta1-thread-dump.png, nb12.1-beta1-thread-dump.txt, 
> netbeans-12.1-thread-dump.txt
>
>
>  
> NetBeans sometimes hangs on startup; the symptom is a stalled "Opening 
> Projects" progress bar. I haven't been able to find a repro case, but I'm 
> attaching a thread dump (from VisualVM) and screen shot.



--
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-4767) Themes documentation

2020-09-02 Thread Victor Pineda (Jira)
Victor Pineda created NETBEANS-4767:
---

 Summary: Themes documentation
 Key: NETBEANS-4767
 URL: https://issues.apache.org/jira/browse/NETBEANS-4767
 Project: NetBeans
  Issue Type: Improvement
  Components: apisupport - API docs
Affects Versions: 12.0
Reporter: Victor Pineda
 Attachments: image-2020-09-02-13-54-50-047.png, 
image-2020-09-02-13-57-31-097.png

I think NetBeans need better documentation to create themes for the editor, to 
help us to define new color for the different type, word, schemas, variables, 
etc.

It's hard to create new themes or improve existing ones.

We only can modified from the Font & Colors configuration using the existing 
parameters, but sometimes this is confusing, because in the example editor, the 
example code doesn't contains the most of the cases. 

("Literal" element, doesn't exist in the code example)

!image-2020-09-02-13-57-31-097.png!

Other case is when you want to modifies just one element, but this element 
config is mixed to other

(If I want to modified the 'at-deprecated', then need to modifies the others 
elements that belongs to "Identifier")

!image-2020-09-02-13-54-50-047.png!

 



--
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-4766) Buttons with bad design

2020-09-02 Thread Victor Pineda (Jira)
Victor Pineda created NETBEANS-4766:
---

 Summary: Buttons with bad design
 Key: NETBEANS-4766
 URL: https://issues.apache.org/jira/browse/NETBEANS-4766
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI
Affects Versions: 12.0, 12.1
 Environment: Windows 10
NetBeans 12.1
Gradle Project
Reporter: Victor Pineda
 Attachments: image-2020-09-02-13-36-43-163.png

In Project properties, over the Sources panel, the different buttons under the 
list, doesn't have a border and they look confusing.

I'm using FlatLaf Light

!image-2020-09-02-13-36-43-163.png!



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



svn commit: r41281 - in /dev/netbeans/netbeans/12.1: Apache-NetBeans-12.1-bin-macosx.dmg Apache-NetBeans-12.1-bin-macosx.dmg.asc Apache-NetBeans-12.1-bin-macosx.dmg.sha512

2020-09-02 Thread johnmcdonnell
Author: johnmcdonnell
Date: Wed Sep  2 18:08:40 2020
New Revision: 41281

Log:
Apache NetBeans 12.1 Mac OSX Installer - Updated after Notarization

Modified:
dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-macosx.dmg
dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-macosx.dmg.asc
dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-macosx.dmg.sha512

Modified: dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-macosx.dmg
==
Binary files - no diff available.

Modified: dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-macosx.dmg.asc
==
--- dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-macosx.dmg.asc 
(original)
+++ dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-macosx.dmg.asc Wed Sep  
2 18:08:40 2020
@@ -1,16 +1,16 @@
 -BEGIN PGP SIGNATURE-
 
-iQIzBAABCAAdFiEE3ouPsrIjyE9FFC3JPtR3dQwJ0Y0FAl9LPwwACgkQPtR3dQwJ
-0Y2jBBAAtWw5LcDX643Jk/9Rii/rJYGWcjrrjC1Mz4UaXl5c3qW3VQCUXpPHIRHO
-uARkf2AV0PlzFbA7lR18oDf5NUYvaXoWvG3KpGC3eilafkEw7+6ig3dhKld/6k6A
-ds38PDyTMZCHkbA9cRy9eOrzRKwFGqXedr45JyuXpFTPlv3AaGotNzVrQe4hmLbO
-yHOO1owuW0Fr7+KyJCy3yKk78jRTiJLM3jlQRi+xtx9477JTjYufNcxYM0aj7zCk
-45BNwqNW6lgi8tJxedsIHYqiubabRPPEs9x+yLVHq+te+aVnXsEUFwUGUNvM+STb
-n5hRTnE/4LKkUTLzZp0ZVswkPwcR0gbr8V9Wffwiv8hhXDbrJpLABqBTHdRp+IWA
-ssY1YOrxWlnartkjn4FnnsSxu3uCecVF/aIq284csBWVYfuz9mgMYhY9NBYy8mvP
-HIrqB70o0L6Ao2Tt7lCAVsYldKi8ZYXomAKmP6Ihxv3WIMikyWLIG/6eYY1qJDzJ
-JVaEImLsEFJRWEwAmIoFozPPzEIxyd+oqqIcEtJjlKttmYJu0zimuRoPWQlkUNTX
-0h4/CdIpBmHoECO78BKBZErcuXkZgo3n+MxFO8bGEJw5NR3UfuxNOTOOfbB3WeUY
-uGYBE75+kqNX8fOxREol+MVK/Yt7JsOSwcj0dcZ+wrbluNdUqak=
-=OEHP
+iQIzBAABCAAdFiEE3ouPsrIjyE9FFC3JPtR3dQwJ0Y0FAl9P34gACgkQPtR3dQwJ
+0Y2haxAAjbcM50vkviUSGXEwPohdfsqoXm9jK1mIiLQ61etAjatUA6bMgq8kQ3XR
+ip9V09Ij+0tI53Rh0f7MDMSSyETOyizqC2xgx4ZKaC8WqkfjTHkowprG57F7lTWn
+jpeUumkcFQYXWUCH1sepTGuc69+XmgRhHf0modaYTdbRXaA6N6UO3YhyjgR2Ckkd
+BgX/8RbmXawuHLBtCsK61QUpfmIxSm/ED60GdYDHaHlJh4upX37nUR8pSWhB2eHB
+wDRAaTBfD4FU2mw/54J1gFkgvlR9XQCjUeiltfkCHdsDqLbTj2ZS35k0qdJdpsfc
+BPWl0lvA/gxojY//ToOl6MDxOGOV/i6hEMHYjG3+COMlyIaDqNIMT2Vv8Ku6zA+3
+dyeh/Fqj8N91lexMRt3U0NhnD9FpUWJ/tx66pjV/6zhyRvFTckPCYjlWWOJra1ty
+zfcggdWtmb/UzVkbrpQYMrAmE5RAPzHmUzgQwgeuTI6mJ0QfDP3y7VAWG304rK71
+VU6Onf3ooRy4i+cSS0nSoszk3nzxfEHjZpCxxIOS64eooD4HFnU1zFZnXmygrq/G
+sL/dEAkXODE5vyQx9o3bkh6d8rYlmxROfmBWpNLa9BKgvgz7CB4tP7fSFS+Eqimn
+19Qewj00lN6cS4o58sXX3nNVfHU5yBZpuaHXg31STlgfFsC2SbQ=
+=/2wR
 -END PGP SIGNATURE-

Modified: dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-macosx.dmg.sha512
==
--- dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-macosx.dmg.sha512 
(original)
+++ dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-macosx.dmg.sha512 Wed 
Sep  2 18:08:40 2020
@@ -1,4 +1,4 @@
-Apache-NetBeans-12.1-bin-macosx.dmg: E2D915D6 755A1020 E4D22569 976B2E5C
- 2820AD37 89FFABAA 0FA7AADF 93E54033
- A9112159 B5F514E3 C3EF98D7 CACBF307
- EE82F017 B466400A 9E0F2826 0B080B0C
+Apache-NetBeans-12.1-bin-macosx.dmg: 4F823084 532A26FB BB898361 9988A524
+ 2E1F892B DFB10E1D 052C5FD2 7F28275D
+ D76042CE 7D4881F4 17999DF6 0FCBA3B2
+ D85145D1 42E9D50B 8B8A9983 C87A0662



-
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-4696) NetBeans 12.1-beta1 sometimes hangs on open

2020-09-02 Thread Ernie Rael (Jira)


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

Ernie Rael commented on NETBEANS-4696:
--

Just a note. I've recently ran into some issues requiring module-info 
manipulation. I've filed NETBEANS-4765 which ask for a common public api for 
working with module-info and mentions some areas where a common api for 
module-info stuff could be used.

> NetBeans 12.1-beta1 sometimes hangs on open
> ---
>
> Key: NETBEANS-4696
> URL: https://issues.apache.org/jira/browse/NETBEANS-4696
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 12.1
> Environment: Linux (Debian "Buster")
> OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10)
>Reporter: Glenn Holmer
>Priority: Blocker
>  Labels: deadlock
> Attachments: 12.1-vc1-thread-dump-orac.txt, 
> nb12.1-beta1-thread-dump.png, nb12.1-beta1-thread-dump.txt, 
> netbeans-12.1-thread-dump.txt
>
>
>  
> NetBeans sometimes hangs on startup; the symptom is a stalled "Opening 
> Projects" progress bar. I haven't been able to find a repro case, but I'm 
> attaching a thread dump (from VisualVM) and screen shot.



--
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-4765) module-info utilities for common usage

2020-09-02 Thread Ernie Rael (Jira)


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

Ernie Rael commented on NETBEANS-4765:
--

As well as NETBEANS-4718, NETBEANS-4764 which can use such a proposed api.

> module-info utilities for common usage
> --
>
> Key: NETBEANS-4765
> URL: https://issues.apache.org/jira/browse/NETBEANS-4765
> Project: NetBeans
>  Issue Type: Improvement
>  Components: java - Platform
>Reporter: Ernie Rael
>Priority: Major
>
> The only common api I've seen for working with module-info is
> {code:java}
> org.netbeans.api.java.source.SourceUtils{.parseModuleName,.getModuleName*}
> {code}
> There are several other things that need to be done with module-info. For 
> example, adding a package for fxml access, or for refactoring when moving an 
> exported java class to a different package.
> There are module-info utilities scattered throughout the netbeans codebase. 
> For example
> {code:java}
> ./maven/src/org/netbeans/modules/maven/api/ModuleInfoUtils.java
> ./maven/src/org/netbeans/modules/maven/ModuleInfoSupport.java
> {code}
> and there's a pending fix for NETBEANS-4718 which adds a local 
> "hasModuleInfo".
> And notice sitting in .../netbeans/java there are 64 files given by
> {code}
> srcgrep -l module-info | grep -E -v '/test/|/build/'
> {code}



--
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-4765) module-info utilities for common usage

2020-09-02 Thread Ernie Rael (Jira)


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

Ernie Rael updated NETBEANS-4765:
-
Description: 
The only common api I've seen for working with module-info is
{code:java}
org.netbeans.api.java.source.SourceUtils{.parseModuleName,.getModuleName*}
{code}
There are several other things that need to be done with module-info. For 
example, adding a package for fxml access, or for refactoring when moving an 
exported java class to a different package.

There are module-info utilities scattered throughout the netbeans codebase. For 
example
{code:java}
./maven/src/org/netbeans/modules/maven/api/ModuleInfoUtils.java
./maven/src/org/netbeans/modules/maven/ModuleInfoSupport.java
{code}
and there's a pending fix for NETBEANS-4718 which adds a local "hasModuleInfo".

And notice sitting in .../netbeans/java there are 64 files given by
{code}
srcgrep -l module-info | grep -E -v '/test/|/build/'
{code}


  was:
The only common api I've seen for working with module-info is
{code:java}
org.netbeans.api.java.source.SourceUtils{.parseModuleName,.getModuleName*}
{code}
There are several other things that need to be done with module-info. For 
example, adding a package for fxml access, or for refactoring when moving an 
exported java class to a different package.

There are module-info utilities scattered throughout the netbeans codebase. For 
example
{code:java}
./maven/src/org/netbeans/modules/maven/api/ModuleInfoUtils.java
./maven/src/org/netbeans/modules/maven/ModuleInfoSupport.java
{code}
and there's a pending fix for NETBEANS-4591 which adds a local "hasModuleInfo".

And notice sitting in .../netbeans/java there are 64 files given by
{code}
srcgrep -l module-info | grep -E -v '/test/|/build/'
{code}



> module-info utilities for common usage
> --
>
> Key: NETBEANS-4765
> URL: https://issues.apache.org/jira/browse/NETBEANS-4765
> Project: NetBeans
>  Issue Type: Improvement
>  Components: java - Platform
>Reporter: Ernie Rael
>Priority: Major
>
> The only common api I've seen for working with module-info is
> {code:java}
> org.netbeans.api.java.source.SourceUtils{.parseModuleName,.getModuleName*}
> {code}
> There are several other things that need to be done with module-info. For 
> example, adding a package for fxml access, or for refactoring when moving an 
> exported java class to a different package.
> There are module-info utilities scattered throughout the netbeans codebase. 
> For example
> {code:java}
> ./maven/src/org/netbeans/modules/maven/api/ModuleInfoUtils.java
> ./maven/src/org/netbeans/modules/maven/ModuleInfoSupport.java
> {code}
> and there's a pending fix for NETBEANS-4718 which adds a local 
> "hasModuleInfo".
> And notice sitting in .../netbeans/java there are 64 files given by
> {code}
> srcgrep -l module-info | grep -E -v '/test/|/build/'
> {code}



--
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-4765) module-info utilities for common usage

2020-09-02 Thread Ernie Rael (Jira)
Ernie Rael created NETBEANS-4765:


 Summary: module-info utilities for common usage
 Key: NETBEANS-4765
 URL: https://issues.apache.org/jira/browse/NETBEANS-4765
 Project: NetBeans
  Issue Type: Improvement
  Components: java - Platform
Reporter: Ernie Rael


The only common api I've seen for working with module-info is
{code:java}
org.netbeans.api.java.source.SourceUtils{.parseModuleName,.getModuleName*}
{code}
There are several other things that need to be done with module-info. For 
example, adding a package for fxml access, or for refactoring when moving an 
exported java class to a different package.

There are module-info utilities scattered throughout the netbeans codebase. For 
example
{code:java}
./maven/src/org/netbeans/modules/maven/api/ModuleInfoUtils.java
./maven/src/org/netbeans/modules/maven/ModuleInfoSupport.java
{code}
and there's a pending fix for NETBEANS-4591 which adds a local "hasModuleInfo".

And notice sitting in .../netbeans/java there are 64 files given by
{code}
srcgrep -l module-info | grep -E -v '/test/|/build/'
{code}




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



[netbeans] annotated tag 12.1 updated (cade258 -> 30d87f9)

2020-09-02 Thread neilcsmith
This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a change to annotated tag 12.1
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


*** WARNING: tag 12.1 was modified! ***

from cade258  (commit)
  to 30d87f9  (tag)
 tagging cade25887c5450e4595fa59e616daee4d2520ee0 (commit)
 replaces 12.1-beta3
  by Neil C Smith
  on Wed Sep 2 17:38:02 2020 +0100

- Log -
Apache NetBeans 12.1
---


No new revisions were added by this update.

Summary of changes:


-
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-4764) EmptyFXML wizard does not fixup module-info as needed

2020-09-02 Thread Ernie Rael (Jira)


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

Ernie Rael commented on NETBEANS-4764:
--

FYI, this issue came up when dealing with NETBEANS-4718

 That issue was also related to module-info in that you can not put java files 
in the default package.

> EmptyFXML wizard does not fixup module-info as needed
> -
>
> Key: NETBEANS-4764
> URL: https://issues.apache.org/jira/browse/NETBEANS-4764
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project
>Reporter: Ernie Rael
>Priority: Major
>
> To reproduce:
>  (note insure JavaFX 2 plugin is active otherwise JavaFX>EmptyFXML is not 
> available)
>  # File >New Project >Java with Maven >FXML JavaFx Maven Archetype (Gluon) 
> >
>  # File >New File > other > JavaFX > Empty FXML
>  # Next
>  # Checkbox Use Java Controllers
>  # Put the controller in package "newpackage"
>  # Finish
> Notice that the file FXML.java in the editor shows an error
> {code:java}
> Class does not exist: newpackage.FXMLController
> {code}
> Things compile but if you try to use the new controller/fxml there is a 
> runtime error.
>  The problem is fixed by adding these lines to moduleinfo
> {code:java}
> opens newpackage to javafx.fxml;
> exports newpackage;
> {code}
> This should be done automatically by the wizard.
> Notice that after adding these lines, the editor error indication in the fxml 
> file goes away.



--
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] [Closed] (NETBEANSINFRA-226) Archive the old release artifacts.

2020-09-02 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANSINFRA-226.
--
Resolution: Invalid

> Archive the old release artifacts.
> --
>
> Key: NETBEANSINFRA-226
> URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-226
> Project: Apache NetBeans Infra
>  Issue Type: Sub-task
>  Components: Apache NetBeans Release Preparation Tasks
>Affects Versions: Release Management 12.0
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
> Fix For: Release Management 12.0
>
>
> Archive the old release artefacts, remembering that LTS releases should 
> remain current throughout the year, so there should be two active releases 
> for 9 months.



--
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] [Closed] (NETBEANSINFRA-218) Check the Critical issues

2020-09-02 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANSINFRA-218.
--
Resolution: Done

> Check the Critical issues
> -
>
> Key: NETBEANSINFRA-218
> URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-218
> Project: Apache NetBeans Infra
>  Issue Type: Sub-task
>  Components: Apache NetBeans Release Preparation Tasks
>Affects Versions: Release Management 12.0
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
> Fix For: Release Management 12.0
>
>
>  People often add critical issues to NetBeans if that's critical for their 
> workflow..
> Also ask the community help for resolving real critical issues.



--
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] [Closed] (NETBEANSINFRA-222) Copy staged release artifacts to the release area.

2020-09-02 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANSINFRA-222.
--
Resolution: Done

> Copy staged release artifacts to the release area.
> --
>
> Key: NETBEANSINFRA-222
> URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-222
> Project: Apache NetBeans Infra
>  Issue Type: Sub-task
>  Components: Apache NetBeans Release Preparation Tasks
>Affects Versions: Release Management 12.0
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
> Fix For: Release Management 12.0
>
>




--
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] [Closed] (NETBEANSINFRA-220) Create PMC Vote Thread

2020-09-02 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANSINFRA-220.
--
Resolution: Done

> Create PMC Vote Thread
> --
>
> Key: NETBEANSINFRA-220
> URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-220
> Project: Apache NetBeans Infra
>  Issue Type: Sub-task
>  Components: Apache NetBeans Release Preparation Tasks
>Affects Versions: Release Management 12.0
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
> Fix For: Release Management 12.0
>
>




--
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] [Closed] (NETBEANSINFRA-221) Close PMC Vote Thread

2020-09-02 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANSINFRA-221.
--
Resolution: Done

> Close PMC Vote Thread
> -
>
> Key: NETBEANSINFRA-221
> URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-221
> Project: Apache NetBeans Infra
>  Issue Type: Sub-task
>  Components: Apache NetBeans Release Preparation Tasks
>Affects Versions: Release Management 12.0
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
> Fix For: Release Management 12.0
>
>




--
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] [Closed] (NETBEANSINFRA-219) Create voting candidate

2020-09-02 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANSINFRA-219.
--
Resolution: Done

> Create voting candidate
> ---
>
> Key: NETBEANSINFRA-219
> URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-219
> Project: Apache NetBeans Infra
>  Issue Type: Sub-task
>  Components: Apache NetBeans Release Preparation Tasks
>Affects Versions: Release Management 12.0
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
> Fix For: Release Management 12.0
>
>
> Create the voting candidate (eg. NB 11.1-vc1), and sign and SVN commit 
> relevant files to Apache dist/dev for voting.



--
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] [Closed] (NETBEANSINFRA-217) Check the Blocker issues

2020-09-02 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANSINFRA-217.
--
Resolution: Done

> Check the Blocker issues
> 
>
> Key: NETBEANSINFRA-217
> URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-217
> Project: Apache NetBeans Infra
>  Issue Type: Sub-task
>  Components: Apache NetBeans Release Preparation Tasks
>Affects Versions: Release Management 12.0
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
> Fix For: Release Management 12.0
>
>
> People often add blocker issues to NetBeans even if it is just their work is 
> blocked.
> At least before preparing for a release the blocker issues shall be 
> addressed. If real blockers are found without suitable resolution, ask for 
> help from the community.



--
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] [Closed] (NETBEANSINFRA-216) Manage beta

2020-09-02 Thread Neil C Smith (Jira)


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

Neil C Smith closed NETBEANSINFRA-216.
--
Resolution: Done

> Manage beta
> ---
>
> Key: NETBEANSINFRA-216
> URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-216
> Project: Apache NetBeans Infra
>  Issue Type: Sub-task
>  Components: Apache NetBeans Release Preparation Tasks
>Affects Versions: Release Management 12.0
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Major
> Fix For: Release Management 12.0
>
>
> # Open PR between master and releaseXXX branch leading up to beta.
>  # Merge PR to release branch when ready.
>  # Add information and hash of beta under milestones in the release 
> properties at 
> [https://github.com/apache/netbeans-jenkins-lib/blob/master/meta/netbeansrelease.json]
>  # Commit of beta info should trigger new build of beta on Jenkins.
>  # Download and check build artefacts - make sure splash, etc. show correct 
> beta version.
>  # Email beta notification to dev@ and netcat@ lists, linking directly from 
> build artefacts on Jenkins.



--
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] [Assigned] (NETBEANSINFRA-212) Release NetBeans 12.1

2020-09-02 Thread Neil C Smith (Jira)


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

Neil C Smith reassigned NETBEANSINFRA-212:
--

Assignee: Neil C Smith  (was: Eric Barboni)

> Release NetBeans 12.1
> -
>
> Key: NETBEANSINFRA-212
> URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-212
> Project: Apache NetBeans Infra
>  Issue Type: Task
>  Components: Apache NetBeans Release Preparation Tasks
>Affects Versions: Release Management 11.3
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Blocker
>
> This is the task of releasing Apache NetBeans 12.1



--
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] (NETBEANSINFRA-212) Release NetBeans 12.1

2020-09-02 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANSINFRA-212:
---
Fix Version/s: Release Management 12.1

> Release NetBeans 12.1
> -
>
> Key: NETBEANSINFRA-212
> URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-212
> Project: Apache NetBeans Infra
>  Issue Type: Task
>  Components: Apache NetBeans Release Preparation Tasks
>Affects Versions: Release Management 11.3
>Reporter: Neil C Smith
>Assignee: Neil C Smith
>Priority: Blocker
> Fix For: Release Management 12.1
>
>
> This is the task of releasing Apache NetBeans 12.1



--
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] (NETBEANSINFRA-212) Release NetBeans 12.1

2020-09-02 Thread Neil C Smith (Jira)


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

Neil C Smith updated NETBEANSINFRA-212:
---
Fix Version/s: (was: Release Management 12.0)

> Release NetBeans 12.1
> -
>
> Key: NETBEANSINFRA-212
> URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-212
> Project: Apache NetBeans Infra
>  Issue Type: Task
>  Components: Apache NetBeans Release Preparation Tasks
>Affects Versions: Release Management 11.3
>Reporter: Neil C Smith
>Assignee: Eric Barboni
>Priority: Blocker
>
> This is the task of releasing Apache NetBeans 12.1



--
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-4764) EmptyFXML wizard does not fixup module-info as needed

2020-09-02 Thread Ernie Rael (Jira)
Ernie Rael created NETBEANS-4764:


 Summary: EmptyFXML wizard does not fixup module-info as needed
 Key: NETBEANS-4764
 URL: https://issues.apache.org/jira/browse/NETBEANS-4764
 Project: NetBeans
  Issue Type: Bug
  Components: javafx - Project
Reporter: Ernie Rael


To reproduce:
 (note insure JavaFX 2 plugin is active otherwise JavaFX>EmptyFXML is not 
available)
 # File >New Project >Java with Maven >FXML JavaFx Maven Archetype (Gluon) >
 # File >New File > other > JavaFX > Empty FXML
 # Next
 # Checkbox Use Java Controllers
 # Put the controller in package "newpackage"
 # Finish

Notice that the file FXML.java in the editor shows an error
{code:java}
Class does not exist: newpackage.FXMLController
{code}
Things compile but if you try to use the new controller/fxml there is a runtime 
error.

 The problem is fixed by adding these lines to moduleinfo
{code:java}
opens newpackage to javafx.fxml;
exports newpackage;
{code}
This should be done automatically by the wizard.

Notice that after adding these lines, the editor error indication in the fxml 
file goes away.



--
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-4696) NetBeans 12.1-beta1 sometimes hangs on open

2020-09-02 Thread Tomas Zezula (Jira)


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

Tomas Zezula commented on NETBEANS-4696:


I think the 
[UnitTestsCompilerOptionsQueryImpl|https://github.com/apache/netbeans/blob/master/java/maven/src/org/netbeans/modules/maven/queries/UnitTestsCompilerOptionsQueryImpl.java#L284]
 should use [ModuleNames 
|https://github.com/apache/netbeans/blob/master/java/java.source.base/src/org/netbeans/modules/java/source/ModuleNames.java]
 cache.  It can be done using the 
[SourceUtils.getModuleName|https://github.com/apache/netbeans/blob/master/java/java.source.base/src/org/netbeans/api/java/source/SourceUtils.java#L1316]
 API. Ideally also the  KOHtmlExtension should not wait for the index as 
described in my previous comment. But using the module names cache should be 
easier.

> NetBeans 12.1-beta1 sometimes hangs on open
> ---
>
> Key: NETBEANS-4696
> URL: https://issues.apache.org/jira/browse/NETBEANS-4696
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 12.1
> Environment: Linux (Debian "Buster")
> OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10)
>Reporter: Glenn Holmer
>Priority: Blocker
>  Labels: deadlock
> Attachments: 12.1-vc1-thread-dump-orac.txt, 
> nb12.1-beta1-thread-dump.png, nb12.1-beta1-thread-dump.txt, 
> netbeans-12.1-thread-dump.txt
>
>
>  
> NetBeans sometimes hangs on startup; the symptom is a stalled "Opening 
> Projects" progress bar. I haven't been able to find a repro case, but I'm 
> attaching a thread dump (from VisualVM) and screen shot.



--
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-4696) NetBeans 12.1-beta1 sometimes hangs on open

2020-09-02 Thread Ernie Rael (Jira)


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

Ernie Rael updated NETBEANS-4696:
-
Labels: deadlock  (was: )

> NetBeans 12.1-beta1 sometimes hangs on open
> ---
>
> Key: NETBEANS-4696
> URL: https://issues.apache.org/jira/browse/NETBEANS-4696
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 12.1
> Environment: Linux (Debian "Buster")
> OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10)
>Reporter: Glenn Holmer
>Priority: Major
>  Labels: deadlock
> Attachments: 12.1-vc1-thread-dump-orac.txt, 
> nb12.1-beta1-thread-dump.png, nb12.1-beta1-thread-dump.txt, 
> netbeans-12.1-thread-dump.txt
>
>
>  
> NetBeans sometimes hangs on startup; the symptom is a stalled "Opening 
> Projects" progress bar. I haven't been able to find a repro case, but I'm 
> attaching a thread dump (from VisualVM) and screen shot.



--
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-4696) NetBeans 12.1-beta1 sometimes hangs on open

2020-09-02 Thread Ernie Rael (Jira)


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

Ernie Rael updated NETBEANS-4696:
-
Priority: Blocker  (was: Major)

> NetBeans 12.1-beta1 sometimes hangs on open
> ---
>
> Key: NETBEANS-4696
> URL: https://issues.apache.org/jira/browse/NETBEANS-4696
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 12.1
> Environment: Linux (Debian "Buster")
> OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10)
>Reporter: Glenn Holmer
>Priority: Blocker
>  Labels: deadlock
> Attachments: 12.1-vc1-thread-dump-orac.txt, 
> nb12.1-beta1-thread-dump.png, nb12.1-beta1-thread-dump.txt, 
> netbeans-12.1-thread-dump.txt
>
>
>  
> NetBeans sometimes hangs on startup; the symptom is a stalled "Opening 
> Projects" progress bar. I haven't been able to find a repro case, but I'm 
> attaching a thread dump (from VisualVM) and screen shot.



--
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-4762) Gradle support broken reconizing of Lombok generation

2020-09-02 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-4762:
---

Seems to be serious. If you click on Project Properties then Sources what is 
the difference between the Compile Classpath and the Annotation Processors ?

> Gradle support broken reconizing of Lombok generation
> -
>
> Key: NETBEANS-4762
> URL: https://issues.apache.org/jira/browse/NETBEANS-4762
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Hints & Annotations, editor - Navigation, 
> java - Compiler, java - Editor, java - Hints, java - Navigation, platform - 
> Action Items, projects - Gradle
>Affects Versions: 12.1
> Environment: OpenJDK 11.0.2
> Gradle 6.4.1, 6.6.1
> Lombok 1.18.12
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Critical
>  Labels: Lombok, annotation-processor, gradle
>
> After upgrade to Apache Netbeans 12.1 it seems that every class uses Lombok 
> annotation or even class that depends on such class leads to red look (action 
> items, items in tree of "Projects", particular file in editor). It is tried 
> every prior ways to remove it, but without success.
> So tried like
> - close project and open
> - reload project
> - clean and build
> - scan for external changes
> - modification of file
> - creation new file in same folder and remove
> - removal of Apache Netbeans cache (under option --cachedir)
> - removal of caches/6.4.1 under gradle home
> - removal caches .gradle under project
> - switching new option about trusted to always
> - using new version of Gradle 6.6.1
> - using lombok plugin for gradle instead of manually steps via dependencies  
> So it is still red even clean and build works well.
> So it is really not possible use that version of Apache Netbeans with 
> hundreds of false 
> errors.
> So I have to revert back to 12 where I can get that back to non-red after 
> clean and build of root project and reopening of projects or by creation of 
> files under particular folder and remove it.
> In context:
> Tested on multi project (root with subprojects).



--
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-4758) Invalid javadoc root. The Javadoc root does not contain the package-list file.

2020-09-02 Thread Michal Rama (Jira)


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

Michal Rama updated NETBEANS-4758:
--
Description: 
Hello,

Today I reinstalled Windows and after installing NetBeans I wanted to add the 
OpenJavaFX library. (downloaded [here|https://gluonhq.com/products/javafx/]) 
However, there was no problem with classpath and source,

!picture1.png!

!picture2.png!

but adding javadoc will show an error

!picture3.png!

but javadoc will still be added.

!picture4.png!

Extracting the archive and adding the folder will display the same error.

What is the problem, please?

Thank you

PS. This is the version of OpenJavaFX 15 Early Access 8, but I only uploaded 
the new files to the old folder, so it's called javafx-sdk-13.

 

  was:
Hello,

Today I reinstalled Windows and after installing NetBeans I wanted to add the 
OpenJavaFX library. (downloaded [here|https://gluonhq.com/products/javafx/]) 
However, there was no problem with classpath and source,

!picture1.png!

!picture2.png!

but adding javadoc will show an error

!picture3.png!

but javadoc will still be added.

!picture4.png!

Extracting and adding an archive will display the same error.

What is the problem, please?

Thank you

PS. This is the version of OpenJavaFX 15 Early Access 8, but I only uploaded 
the new files to the old folder, so it's called javafx-sdk-13.

 


> Invalid javadoc root. The Javadoc root does not contain the package-list file.
> --
>
> Key: NETBEANS-4758
> URL: https://issues.apache.org/jira/browse/NETBEANS-4758
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Javadoc, javafx - Project, projects - Libraries
>Affects Versions: 12.0
> Environment: Windows 10, Apache NetBeans IDE 12.0, Java 14.0.2
>Reporter: Michal Rama
>Priority: Major
>  Labels: javadoc, javafx, library
> Attachments: picture1.png, picture2.png, picture3.png, picture4.png
>
>
> Hello,
> Today I reinstalled Windows and after installing NetBeans I wanted to add the 
> OpenJavaFX library. (downloaded [here|https://gluonhq.com/products/javafx/]) 
> However, there was no problem with classpath and source,
> !picture1.png!
> !picture2.png!
> but adding javadoc will show an error
> !picture3.png!
> but javadoc will still be added.
> !picture4.png!
> Extracting the archive and adding the folder will display the same error.
> What is the problem, please?
> Thank you
> PS. This is the version of OpenJavaFX 15 Early Access 8, but I only uploaded 
> the new files to the old folder, so it's called javafx-sdk-13.
>  



--
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-4763) java.lang.NullPointerException quando inicio o Debug.

2020-09-02 Thread Vinicius Cenci Fabris (Jira)


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

Vinicius Cenci Fabris updated NETBEANS-4763:

Labels: debugging java.lang.nullPointerException php  (was: )

> java.lang.NullPointerException quando inicio o Debug.
> -
>
> Key: NETBEANS-4763
> URL: https://issues.apache.org/jira/browse/NETBEANS-4763
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Debugger
>Affects Versions: 11.0, 11.3
>Reporter: Vinicius Cenci Fabris
>Priority: Major
>  Labels: debugging, java.lang.nullPointerException, php
>
> Quando tento debugar um projeto em PHP estou recebendo a seguinte exception:
>  java.lang.NullPointerExceptionjava.lang.NullPointerException at 
> org.netbeans.modules.php.dbgp.URIMapper$BaseMapper.toWebServerURI(URIMapper.java:278)
>  at 
> org.netbeans.modules.php.dbgp.URIMapper$MultiMapper.toWebServerURI(URIMapper.java:326)
>  at org.netbeans.modules.php.dbgp.URIMapper.toWebServerURI(URIMapper.java:54) 
> at org.netbeans.modules.php.dbgp.SessionId.toWebServerURI(SessionId.java:110) 
> at 
> org.netbeans.modules.php.dbgp.packets.BrkpntCommandBuilder.buildLineBreakpoint(BrkpntCommandBuilder.java:47)
>  at 
> org.netbeans.modules.php.dbgp.packets.BrkpntCommandBuilder.buildLineBreakpoint(BrkpntCommandBuilder.java:61)
>  at 
> org.netbeans.modules.php.dbgp.breakpoints.Utils.getCommand(Utils.java:120) at 
> org.netbeans.modules.php.dbgp.packets.InitMessage.setBreakpoints(InitMessage.java:121)
>  at 
> org.netbeans.modules.php.dbgp.packets.InitMessage.process(InitMessage.java:59)
>  at 
> org.netbeans.modules.php.dbgp.DebugSession.handleMessage(DebugSession.java:268)
>  at 
> org.netbeans.modules.php.dbgp.DebugSession.receiveData(DebugSession.java:249) 
> at 
> org.netbeans.modules.php.dbgp.DebugSession.receiveData(DebugSession.java:230)[catch]
>  at org.netbeans.modules.php.dbgp.DebugSession.run(DebugSession.java:116) at 
> java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
>  at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at 
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>  at 
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>  at java.base/java.lang.Thread.run(Thread.java:834).
> Não fiz nenhuma alteração nas configurações do netbeans, e também não 
> encontrei uma solução para esse problema.
>  Começou com o php 11.0, instalei o php 11.3 para ver se resolvia, mas estou 
> tendo o mesmo problema.
>  Debug deste mesmo projeto em outro computador funciona, e o path mapping de 
> ambos está igual.



--
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-4763) java.lang.NullPointerException quando inicio o Debug.

2020-09-02 Thread Vinicius Cenci Fabris (Jira)


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

Vinicius Cenci Fabris updated NETBEANS-4763:

Description: 
Quando tento debugar um projeto em PHP estou recebendo a seguinte exception:


 java.lang.NullPointerExceptionjava.lang.NullPointerException at 
org.netbeans.modules.php.dbgp.URIMapper$BaseMapper.toWebServerURI(URIMapper.java:278)
 at 
org.netbeans.modules.php.dbgp.URIMapper$MultiMapper.toWebServerURI(URIMapper.java:326)
 at org.netbeans.modules.php.dbgp.URIMapper.toWebServerURI(URIMapper.java:54) 
at org.netbeans.modules.php.dbgp.SessionId.toWebServerURI(SessionId.java:110) 
at 
org.netbeans.modules.php.dbgp.packets.BrkpntCommandBuilder.buildLineBreakpoint(BrkpntCommandBuilder.java:47)
 at 
org.netbeans.modules.php.dbgp.packets.BrkpntCommandBuilder.buildLineBreakpoint(BrkpntCommandBuilder.java:61)
 at org.netbeans.modules.php.dbgp.breakpoints.Utils.getCommand(Utils.java:120) 
at 
org.netbeans.modules.php.dbgp.packets.InitMessage.setBreakpoints(InitMessage.java:121)
 at 
org.netbeans.modules.php.dbgp.packets.InitMessage.process(InitMessage.java:59) 
at 
org.netbeans.modules.php.dbgp.DebugSession.handleMessage(DebugSession.java:268) 
at 
org.netbeans.modules.php.dbgp.DebugSession.receiveData(DebugSession.java:249) 
at 
org.netbeans.modules.php.dbgp.DebugSession.receiveData(DebugSession.java:230)[catch]
 at org.netbeans.modules.php.dbgp.DebugSession.run(DebugSession.java:116) at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
 at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 at java.base/java.lang.Thread.run(Thread.java:834).

Não fiz nenhuma alteração nas configurações do netbeans, e também não encontrei 
uma solução para esse problema.
 Começou com o php 11.0, instalei o php 11.3 para ver se resolvia, mas estou 
tendo o mesmo problema.
 Debug deste mesmo projeto em outro computador funciona, e o path mapping de 
ambos está igual.

  was:
Quando tento debugar um projeto em PHP estou recebendo a seguinte exception:
java.lang.NullPointerExceptionjava.lang.NullPointerException at 
org.netbeans.modules.php.dbgp.URIMapper$BaseMapper.toWebServerURI(URIMapper.java:278)
 at 
org.netbeans.modules.php.dbgp.URIMapper$MultiMapper.toWebServerURI(URIMapper.java:326)
 at org.netbeans.modules.php.dbgp.URIMapper.toWebServerURI(URIMapper.java:54) 
at org.netbeans.modules.php.dbgp.SessionId.toWebServerURI(SessionId.java:110) 
at 
org.netbeans.modules.php.dbgp.packets.BrkpntCommandBuilder.buildLineBreakpoint(BrkpntCommandBuilder.java:47)
 at 
org.netbeans.modules.php.dbgp.packets.BrkpntCommandBuilder.buildLineBreakpoint(BrkpntCommandBuilder.java:61)
 at org.netbeans.modules.php.dbgp.breakpoints.Utils.getCommand(Utils.java:120) 
at 
org.netbeans.modules.php.dbgp.packets.InitMessage.setBreakpoints(InitMessage.java:121)
 at 
org.netbeans.modules.php.dbgp.packets.InitMessage.process(InitMessage.java:59) 
at 
org.netbeans.modules.php.dbgp.DebugSession.handleMessage(DebugSession.java:268) 
at 
org.netbeans.modules.php.dbgp.DebugSession.receiveData(DebugSession.java:249) 
at 
org.netbeans.modules.php.dbgp.DebugSession.receiveData(DebugSession.java:230)[catch]
 at org.netbeans.modules.php.dbgp.DebugSession.run(DebugSession.java:116) at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
 at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 at java.base/java.lang.Thread.run(Thread.java:834).

Não fiz nenhuma alteração nas configurações do netbeans, e também não encontrei 
uma solução para esse problema.
Começou com o php 11.0, instalei o php 11.3 para ver se resolvia, mas estou 
tendo o mesmo problema.
Debug deste mesmo projeto em outro computador funciona, e o path mapping de 
ambos está igual.


> java.lang.NullPointerException quando inicio o Debug.
> -
>
> Key: NETBEANS-4763
> URL: https://issues.apache.org/jira/browse/NETBEANS-4763
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Debugger
>Affects Versions: 11.0, 11.3
>Reporter: Vinicius Cenci Fabris
>Priority: Major
>
> Quando tento debugar um projeto em PHP estou recebendo a seguinte exception:
>  java.lang.NullPointerExceptionjava.lang.NullPointerException at 
> org.netbeans.modules.php.dbgp.URIMapper$BaseMapper.toWebServerURI(URIMapper.java:278)
>  at 
> org.netbeans.modules.php.dbgp.URIMapper$MultiMapper.toWebServerUR

[jira] [Created] (NETBEANS-4763) java.lang.NullPointerException quando inicio o Debug.

2020-09-02 Thread Vinicius Cenci Fabris (Jira)
Vinicius Cenci Fabris created NETBEANS-4763:
---

 Summary: java.lang.NullPointerException quando inicio o Debug.
 Key: NETBEANS-4763
 URL: https://issues.apache.org/jira/browse/NETBEANS-4763
 Project: NetBeans
  Issue Type: Bug
  Components: php - Debugger
Affects Versions: 11.3, 11.0
Reporter: Vinicius Cenci Fabris


Quando tento debugar um projeto em PHP estou recebendo a seguinte exception:
java.lang.NullPointerExceptionjava.lang.NullPointerException at 
org.netbeans.modules.php.dbgp.URIMapper$BaseMapper.toWebServerURI(URIMapper.java:278)
 at 
org.netbeans.modules.php.dbgp.URIMapper$MultiMapper.toWebServerURI(URIMapper.java:326)
 at org.netbeans.modules.php.dbgp.URIMapper.toWebServerURI(URIMapper.java:54) 
at org.netbeans.modules.php.dbgp.SessionId.toWebServerURI(SessionId.java:110) 
at 
org.netbeans.modules.php.dbgp.packets.BrkpntCommandBuilder.buildLineBreakpoint(BrkpntCommandBuilder.java:47)
 at 
org.netbeans.modules.php.dbgp.packets.BrkpntCommandBuilder.buildLineBreakpoint(BrkpntCommandBuilder.java:61)
 at org.netbeans.modules.php.dbgp.breakpoints.Utils.getCommand(Utils.java:120) 
at 
org.netbeans.modules.php.dbgp.packets.InitMessage.setBreakpoints(InitMessage.java:121)
 at 
org.netbeans.modules.php.dbgp.packets.InitMessage.process(InitMessage.java:59) 
at 
org.netbeans.modules.php.dbgp.DebugSession.handleMessage(DebugSession.java:268) 
at 
org.netbeans.modules.php.dbgp.DebugSession.receiveData(DebugSession.java:249) 
at 
org.netbeans.modules.php.dbgp.DebugSession.receiveData(DebugSession.java:230)[catch]
 at org.netbeans.modules.php.dbgp.DebugSession.run(DebugSession.java:116) at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
 at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 at java.base/java.lang.Thread.run(Thread.java:834).

Não fiz nenhuma alteração nas configurações do netbeans, e também não encontrei 
uma solução para esse problema.
Começou com o php 11.0, instalei o php 11.3 para ver se resolvia, mas estou 
tendo o mesmo problema.
Debug deste mesmo projeto em outro computador funciona, e o path mapping de 
ambos está igual.



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



svn commit: r41278 - in /dev/netbeans/netbeans/12.1: Apache-NetBeans-12.1-bin-windows-x64.exe Apache-NetBeans-12.1-bin-windows-x64.exe.asc Apache-NetBeans-12.1-bin-windows-x64.exe.sha512

2020-09-02 Thread neilcsmith
Author: neilcsmith
Date: Wed Sep  2 12:31:32 2020
New Revision: 41278

Log:
Apache NetBeans 12.1 Windows installer (vote)

Added:
dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe   (with 
props)
dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe.asc
dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe.sha512

Added: dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe
==
Binary file - no diff available.

Propchange: dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe
--
svn:mime-type = application/octet-stream

Added: dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe.asc
==
--- dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe.asc 
(added)
+++ dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe.asc Wed 
Sep  2 12:31:32 2020
@@ -0,0 +1,17 @@
+-BEGIN PGP SIGNATURE-
+
+iQJKBAABCgA0FiEEewN+6+Dw3t/uZbaYNwOsOJoSqdQFAl9Piz4WHG5laWxjc21p
+dGhAYXBhY2hlLm9yZwAKCRA3A6w4mhKp1I9PD/wNwvbMZKvZ5dvGhdPEmluxzfQl
+ysBYpOegPPn4SFRPPS3W4orK8o6pBqHflozbgNTN8XeHLNW1P64f83lw2AVDWgqk
+gVMmy/z2kfE6eE1S+eJVH/mzNHzdOV/M8WriD4GU1VNhzWOmWV+xTAnnuaMyFCG7
+jYX52m0DA9LqtQdvOYaOQIq7v+W+0TZOhhsaMFnjTw9jtbPbLXQHyeXvFRRVBTQz
+37OC9A8dTp9qoRdQtFZkcqYxYcqC3GUsdnIIHKcKcRQsISEhxri7Bkxk0BJU/FFo
+ZoQi5R/re/yuy5pTpYD06Y8gpfJwOfEx3Ep2bcLJFtuUwc5kqWvzJFbYQ59zijKi
+KTfgLWFQk6ODaPCmQhur/CvgrcpBrYGGymm+/2ED04MCQhhpHUY2lVrAAKpSjLgm
+WKtbmITP9w3x8v0LMk0dwfjiKZ2u0XDq+iNZ+lU3ONoMi1PUev3dW1FwvbGGXGve
+I//jAzd0QZ6A7B55vfiDRK+OY8uDdLujN7EpTYrLVpRy5RUjH1zZUFX+jOSr1+ZD
+ZTg6Wh4ZVY4dperrvO2TIuMF+b/XVf3NAeTTXpoUsl91p/0EoOerxEmNNN7HC22m
+2drYm5q9R35SjwS+Rt+/AK3OTOnwSsSu+7o82t6LB38YU296YOu1qML/UsS+FurX
+xZwWvXIMaD+cncH3mA==
+=80FB
+-END PGP SIGNATURE-

Added: 
dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe.sha512
==
--- dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe.sha512 
(added)
+++ dev/netbeans/netbeans/12.1/Apache-NetBeans-12.1-bin-windows-x64.exe.sha512 
Wed Sep  2 12:31:32 2020
@@ -0,0 +1 @@
+3a889e520c387a93269ea5acf2c79303304bf3fe48d13420dc06ddf9dc6bd0a63619eac35d4e57b1bf1c89f554dba08fa8ec2183b2a7bed4ce07a12684e3bc35
  Apache-NetBeans-12.1-bin-windows-x64.exe



-
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



[netbeans-website] branch master updated: highlights paragraph

2020-09-02 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 7b477de  highlights paragraph
7b477de is described below

commit 7b477de47c35d68554e6a88d1b83c83e379d3cf9
Author: Geertjan Wielenga 
AuthorDate: Wed Sep 2 14:18:52 2020 +0200

highlights paragraph
---
 netbeans.apache.org/src/content/download/nb121/index.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/nb121/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb121/index.asciidoc
index d810615..67d0d09 100644
--- a/netbeans.apache.org/src/content/download/nb121/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb121/index.asciidoc
@@ -37,10 +37,10 @@ TIP: The LTS release of the Apache NetBeans 12 cycle is 
Apache NetBeans 12.0. Th
 
 link:/download/nb121/nb121.html[Download, role="button success"]
 
-The full list of pull requests integrated in the 12.1 timeframe 
link:https://github.com/apache/netbeans/milestone/6?closed=1[is found here].
-
 == Highlights
 
+The full list of pull requests integrated in the 12.1 timeframe 
link:https://github.com/apache/netbeans/milestone/6?closed=1[is found here], 
while the highlights are listed below.
+
 === Jakarta EE 8
 
 - Ability to create a Jakarta EE 8 project


-
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-4762) Gradle support broken reconizing of Lombok generation

2020-09-02 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-4762:
-
Component/s: java - Navigation
 java - Hints
 editor - Navigation
 editor - Hints & Annotations

> Gradle support broken reconizing of Lombok generation
> -
>
> Key: NETBEANS-4762
> URL: https://issues.apache.org/jira/browse/NETBEANS-4762
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Hints & Annotations, editor - Navigation, 
> java - Compiler, java - Editor, java - Hints, java - Navigation, platform - 
> Action Items, projects - Gradle
>Affects Versions: 12.1
> Environment: OpenJDK 11.0.2
> Gradle 6.4.1, 6.6.1
> Lombok 1.18.12
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Critical
>  Labels: Lombok, annotation-processor, gradle
>
> After upgrade to Apache Netbeans 12.1 it seems that every class uses Lombok 
> annotation or even class that depends on such class leads to red look (action 
> items, items in tree of "Projects", particular file in editor). It is tried 
> every prior ways to remove it, but without success.
> So tried like
> - close project and open
> - reload project
> - clean and build
> - scan for external changes
> - modification of file
> - creation new file in same folder and remove
> - removal of Apache Netbeans cache (under option --cachedir)
> - removal of caches/6.4.1 under gradle home
> - removal caches .gradle under project
> - switching new option about trusted to always
> - using new version of Gradle 6.6.1
> - using lombok plugin for gradle instead of manually steps via dependencies  
> So it is still red even clean and build works well.
> So it is really not possible use that version of Apache Netbeans with 
> hundreds of false 
> errors.
> So I have to revert back to 12 where I can get that back to non-red after 
> clean and build of root project and reopening of projects or by creation of 
> files under particular folder and remove it.
> In context:
> Tested on multi project (root with subprojects).



--
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-4504) Double click in tabs bar vs. fast click to close multiple bars

2020-09-02 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-4504:
-
Component/s: platform - Options&Settings
 ide - Features On Demand
 editor - Actions/Menu/Toolbar

> Double click in tabs bar vs. fast click to close multiple bars
> --
>
> Key: NETBEANS-4504
> URL: https://issues.apache.org/jira/browse/NETBEANS-4504
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Actions/Menu/Toolbar, ide - Features On Demand, 
> platform - Options&Settings
>Affects Versions: 12.0
> Environment: windows 10 64bit
>Reporter: Martin Stipek
>Priority: Trivial
> Fix For: 11.3
>
>
> Double click in tabs bar cause resize editor window, but how I can close 
> multiple tabs by closing cross when that require fast clicks?
> This UI bug is in version 11.2 and 12.0. Version 11.3 is ok.



--
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-3992) Fields are shown as unused even there are possible getters and setters via lombok

2020-09-02 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 commented on NETBEANS-3992:
--

It cannot be retested for Apache Netbeans 12.1 due to NETBEANS-4762.

> Fields are shown as unused even there are possible getters and setters via 
> lombok
> -
>
> Key: NETBEANS-3992
> URL: https://issues.apache.org/jira/browse/NETBEANS-3992
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Editor, projects - Gradle
>Affects Versions: 12.0, 11.3
> Environment: OpenJDK 11.0.2
> Gradle 6.2.2, 6.4.1
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: Lombok
> Attachments: nbissuesproject.zip
>
>
> fields that have getters and setters via lombok is presented as unsued since 
> 11.3 (no such issue has been seen in 11.2)



--
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-4762) Gradle support broken reconizing of Lombok generation

2020-09-02 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 updated NETBEANS-4762:
-
Labels: Lombok annotation-processor gradle  (was: Lombok)

> Gradle support broken reconizing of Lombok generation
> -
>
> Key: NETBEANS-4762
> URL: https://issues.apache.org/jira/browse/NETBEANS-4762
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler, java - Editor, platform - Action Items, 
> projects - Gradle
>Affects Versions: 12.1
> Environment: OpenJDK 11.0.2
> Gradle 6.4.1, 6.6.1
> Lombok 1.18.12
>Reporter: Netbeans User 2019
>Assignee: Laszlo Kishalmi
>Priority: Critical
>  Labels: Lombok, annotation-processor, gradle
>
> After upgrade to Apache Netbeans 12.1 it seems that every class uses Lombok 
> annotation or even class that depends on such class leads to red look (action 
> items, items in tree of "Projects", particular file in editor). It is tried 
> every prior ways to remove it, but without success.
> So tried like
> - close project and open
> - reload project
> - clean and build
> - scan for external changes
> - modification of file
> - creation new file in same folder and remove
> - removal of Apache Netbeans cache (under option --cachedir)
> - removal of caches/6.4.1 under gradle home
> - removal caches .gradle under project
> - switching new option about trusted to always
> - using new version of Gradle 6.6.1
> - using lombok plugin for gradle instead of manually steps via dependencies  
> So it is still red even clean and build works well.
> So it is really not possible use that version of Apache Netbeans with 
> hundreds of false 
> errors.
> So I have to revert back to 12 where I can get that back to non-red after 
> clean and build of root project and reopening of projects or by creation of 
> files under particular folder and remove it.
> In context:
> Tested on multi project (root with subprojects).



--
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-4762) Gradle support broken reconizing of Lombok generation

2020-09-02 Thread Netbeans User 2019 (Jira)
Netbeans User 2019 created NETBEANS-4762:


 Summary: Gradle support broken reconizing of Lombok generation
 Key: NETBEANS-4762
 URL: https://issues.apache.org/jira/browse/NETBEANS-4762
 Project: NetBeans
  Issue Type: Bug
  Components: java - Compiler, java - Editor, platform - Action Items, 
projects - Gradle
Affects Versions: 12.1
 Environment: OpenJDK 11.0.2
Gradle 6.4.1, 6.6.1
Lombok 1.18.12
Reporter: Netbeans User 2019
Assignee: Laszlo Kishalmi


After upgrade to Apache Netbeans 12.1 it seems that every class uses Lombok 
annotation or even class that depends on such class leads to red look (action 
items, items in tree of "Projects", particular file in editor). It is tried 
every prior ways to remove it, but without success.

So tried like
- close project and open
- reload project
- clean and build
- scan for external changes
- modification of file
- creation new file in same folder and remove
- removal of Apache Netbeans cache (under option --cachedir)
- removal of caches/6.4.1 under gradle home
- removal caches .gradle under project
- switching new option about trusted to always
- using new version of Gradle 6.6.1
- using lombok plugin for gradle instead of manually steps via dependencies  

So it is still red even clean and build works well.
So it is really not possible use that version of Apache Netbeans with hundreds 
of false 
errors.

So I have to revert back to 12 where I can get that back to non-red after clean 
and build of root project and reopening of projects or by creation of files 
under particular folder and remove it.

In context:
Tested on multi project (root with subprojects).



--
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-4504) Double click in tabs bar vs. fast click to close multiple bars

2020-09-02 Thread Netbeans User 2019 (Jira)


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

Netbeans User 2019 commented on NETBEANS-4504:
--

So maybe then should be improved even that document window to group or color or 
order that including a path.

> Double click in tabs bar vs. fast click to close multiple bars
> --
>
> Key: NETBEANS-4504
> URL: https://issues.apache.org/jira/browse/NETBEANS-4504
> Project: NetBeans
>  Issue Type: Improvement
>Affects Versions: 12.0
> Environment: windows 10 64bit
>Reporter: Martin Stipek
>Priority: Trivial
> Fix For: 11.3
>
>
> Double click in tabs bar cause resize editor window, but how I can close 
> multiple tabs by closing cross when that require fast clicks?
> This UI bug is in version 11.2 and 12.0. Version 11.3 is ok.



--
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-4696) NetBeans 12.1-beta1 sometimes hangs on open

2020-09-02 Thread Jaroslav Tulach (Jira)


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

Jaroslav Tulach commented on NETBEANS-4696:
---

-1 to removing {{org.netbeans.module.html.knockout}} module. HTML/Java supports 
depends on it.

> NetBeans 12.1-beta1 sometimes hangs on open
> ---
>
> Key: NETBEANS-4696
> URL: https://issues.apache.org/jira/browse/NETBEANS-4696
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 12.1
> Environment: Linux (Debian "Buster")
> OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10)
>Reporter: Glenn Holmer
>Priority: Major
> Attachments: 12.1-vc1-thread-dump-orac.txt, 
> nb12.1-beta1-thread-dump.png, nb12.1-beta1-thread-dump.txt, 
> netbeans-12.1-thread-dump.txt
>
>
>  
> NetBeans sometimes hangs on startup; the symptom is a stalled "Opening 
> Projects" progress bar. I haven't been able to find a repro case, but I'm 
> attaching a thread dump (from VisualVM) and screen shot.



--
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-4696) NetBeans 12.1-beta1 sometimes hangs on open

2020-09-02 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-4696:
-

We could simply remove the whole org.netbeans.modules.html.knockout module, it 
is old and outdated anyway.

> NetBeans 12.1-beta1 sometimes hangs on open
> ---
>
> Key: NETBEANS-4696
> URL: https://issues.apache.org/jira/browse/NETBEANS-4696
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 12.1
> Environment: Linux (Debian "Buster")
> OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10)
>Reporter: Glenn Holmer
>Priority: Major
> Attachments: 12.1-vc1-thread-dump-orac.txt, 
> nb12.1-beta1-thread-dump.png, nb12.1-beta1-thread-dump.txt, 
> netbeans-12.1-thread-dump.txt
>
>
>  
> NetBeans sometimes hangs on startup; the symptom is a stalled "Opening 
> Projects" progress bar. I haven't been able to find a repro case, but I'm 
> attaching a thread dump (from VisualVM) and screen shot.



--
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-4696) NetBeans 12.1-beta1 sometimes hangs on open

2020-09-02 Thread Ernie Rael (Jira)


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

Ernie Rael commented on NETBEANS-4696:
--

[~tzezula] I came across

{code:java}
org.netbeans.api.java.source.SourceUtils{.parseModuleName,.getModuleName*}
{code}

I guess these are the module name parsing utilities to which you are referring?



> NetBeans 12.1-beta1 sometimes hangs on open
> ---
>
> Key: NETBEANS-4696
> URL: https://issues.apache.org/jira/browse/NETBEANS-4696
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 12.1
> Environment: Linux (Debian "Buster")
> OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10)
>Reporter: Glenn Holmer
>Priority: Major
> Attachments: 12.1-vc1-thread-dump-orac.txt, 
> nb12.1-beta1-thread-dump.png, nb12.1-beta1-thread-dump.txt, 
> netbeans-12.1-thread-dump.txt
>
>
>  
> NetBeans sometimes hangs on startup; the symptom is a stalled "Opening 
> Projects" progress bar. I haven't been able to find a repro case, but I'm 
> attaching a thread dump (from VisualVM) and screen shot.



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



[netbeans-website] branch master updated: Include list of pull requests

2020-09-02 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 9e99a37  Include list of pull requests
9e99a37 is described below

commit 9e99a3756bf878d7a19033e0d75434530158d8f0
Author: Geertjan Wielenga 
AuthorDate: Wed Sep 2 11:29:24 2020 +0200

Include list of pull requests
---
 .../src/content/download/nb121/index.asciidoc| 16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/nb121/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb121/index.asciidoc
index 8e93e2e..d810615 100644
--- a/netbeans.apache.org/src/content/download/nb121/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb121/index.asciidoc
@@ -37,12 +37,16 @@ TIP: The LTS release of the Apache NetBeans 12 cycle is 
Apache NetBeans 12.0. Th
 
 link:/download/nb121/nb121.html[Download, role="button success"]
 
-== Jakarta EE 8
+The full list of pull requests integrated in the 12.1 timeframe 
link:https://github.com/apache/netbeans/milestone/6?closed=1[is found here].
+
+== Highlights
+
+=== Jakarta EE 8
 
 - Ability to create a Jakarta EE 8 project
 - Change an existing Maven web application to Jakarta EE 8.
 
-== C/C++
+=== C/C++
 
 Rudimentary C/C++ feature integration, which does not have as many features as 
the 8.2 C/C++ support, in other words, this is not fully featured, but it could 
help some of our users until the full support is complete. When 8.2 C/C++ 
plugins are installed, they should take precedence in 12.1. 
 
@@ -53,12 +57,12 @@ Rudimentary C/C++ feature integration, which does not have 
as many features as t
 
 More details: https://github.com/apache/netbeans/pull/2234
 
-== Gradle
+=== Gradle
 
 - Gradle is enabled with Java SE
 - Added support for Generated Directories and proper handling of  annotation 
processors
 
-== PHP
+=== PHP
 
 - Add new actions for Composer (https://github.com/apache/netbeans/pull/2173)
 - Show `false` and `true` instead of `0` and `1` as boolean values in the 
Variables window of the debugger (https://github.com/apache/netbeans/pull/2178)
@@ -70,10 +74,10 @@ More details: https://github.com/apache/netbeans/pull/2234
 - Enable the code template completion 
(https://github.com/apache/netbeans/pull/2253)
 - Code completion and syntax highlighting for  
(https://github.com/apache/netbeans/pull/2184)
 
-== CSS
+=== CSS
 
 - Add formatting options (https://github.com/apache/netbeans/pull/2257) only 
"Tabs And Indents"
 
-== Miscellaneous
+=== Miscellaneous
 
 - Launcher detects JDK installed by SDKMAN on Linux and Mac.


-
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



[netbeans-website] branch master updated: Include list of pull requests

2020-09-02 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 9e99a37  Include list of pull requests
9e99a37 is described below

commit 9e99a3756bf878d7a19033e0d75434530158d8f0
Author: Geertjan Wielenga 
AuthorDate: Wed Sep 2 11:29:24 2020 +0200

Include list of pull requests
---
 .../src/content/download/nb121/index.asciidoc| 16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/nb121/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb121/index.asciidoc
index 8e93e2e..d810615 100644
--- a/netbeans.apache.org/src/content/download/nb121/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb121/index.asciidoc
@@ -37,12 +37,16 @@ TIP: The LTS release of the Apache NetBeans 12 cycle is 
Apache NetBeans 12.0. Th
 
 link:/download/nb121/nb121.html[Download, role="button success"]
 
-== Jakarta EE 8
+The full list of pull requests integrated in the 12.1 timeframe 
link:https://github.com/apache/netbeans/milestone/6?closed=1[is found here].
+
+== Highlights
+
+=== Jakarta EE 8
 
 - Ability to create a Jakarta EE 8 project
 - Change an existing Maven web application to Jakarta EE 8.
 
-== C/C++
+=== C/C++
 
 Rudimentary C/C++ feature integration, which does not have as many features as 
the 8.2 C/C++ support, in other words, this is not fully featured, but it could 
help some of our users until the full support is complete. When 8.2 C/C++ 
plugins are installed, they should take precedence in 12.1. 
 
@@ -53,12 +57,12 @@ Rudimentary C/C++ feature integration, which does not have 
as many features as t
 
 More details: https://github.com/apache/netbeans/pull/2234
 
-== Gradle
+=== Gradle
 
 - Gradle is enabled with Java SE
 - Added support for Generated Directories and proper handling of  annotation 
processors
 
-== PHP
+=== PHP
 
 - Add new actions for Composer (https://github.com/apache/netbeans/pull/2173)
 - Show `false` and `true` instead of `0` and `1` as boolean values in the 
Variables window of the debugger (https://github.com/apache/netbeans/pull/2178)
@@ -70,10 +74,10 @@ More details: https://github.com/apache/netbeans/pull/2234
 - Enable the code template completion 
(https://github.com/apache/netbeans/pull/2253)
 - Code completion and syntax highlighting for  
(https://github.com/apache/netbeans/pull/2184)
 
-== CSS
+=== CSS
 
 - Add formatting options (https://github.com/apache/netbeans/pull/2257) only 
"Tabs And Indents"
 
-== Miscellaneous
+=== Miscellaneous
 
 - Launcher detects JDK installed by SDKMAN on Linux and Mac.


-
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-1842) ambiguous method when using Lombok

2020-09-02 Thread Xavier G (Jira)


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

Xavier G commented on NETBEANS-1842:


Hi,

 

downgrading Java did not work for me. Moreover it is not a real solution. Also 
I'm using Linux not windows.

I noted some new stuff, it seams with lombok >1.18.8 netbeans really generate 2 
methods (getter at least) in the class in target/classses folder, one is ok 
with the good code :

public Long getxxx() {
    return this.xxx;
 }

and another one like this (what I saw using jdgui to decompile the .class) :

public Long getXX() {
 throw new RuntimeException("Uncompilable source code");
 }

I come to see this while looking to understand why executing Junit test on a 
specific method did not work (no test method message). And it appear that there 
is at least a problem between lombok and surefire (netbeans is not involved 
this time as the pb occured with command line).

The bad method seems to be added in the class when  compilation occured for 
Test run (run focused test method) or with the background scanning.

 

Hope it can help.

> ambiguous method when using Lombok
> --
>
> Key: NETBEANS-1842
> URL: https://issues.apache.org/jira/browse/NETBEANS-1842
> Project: NetBeans
>  Issue Type: Bug
> Environment: Win10
>Reporter: Rik Scarborough
>Priority: Major
> Attachments: Screen Shot 2019-07-25 at 4.14.03 PM.png
>
>
> When using lombok (v 1.18.4), generated methods show as errors in editor.  
> "reference to  is ambiguous   both method  in 
>  and method  in  match".
>  
> Both methodnames and classnames are the exactly same.



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



[netbeans-website] branch master updated: Correcting PMC vote links

2020-09-02 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new c8b272d  Correcting PMC vote links
c8b272d is described below

commit c8b272d679d140922f87f3e20332c55ddfff6ecc
Author: Geertjan Wielenga 
AuthorDate: Wed Sep 2 11:20:15 2020 +0200

Correcting PMC vote links
---
 netbeans.apache.org/src/content/download/nb121/nb121.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/nb121/nb121.asciidoc 
b/netbeans.apache.org/src/content/download/nb121/nb121.asciidoc
index d22364e..0e73e95 100644
--- a/netbeans.apache.org/src/content/download/nb121/nb121.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb121/nb121.asciidoc
@@ -101,8 +101,8 @@ Once built you can run the IDE by typing 
`./nbbuild/netbeans/bin/netbeans`
 As in any other Apache Project, the Apache NetBeans Community approved this 
release
 through the following voting processes in our 
link:/community/mailing-lists.html[mailing lists] :
 
-- 
link:https://lists.apache.org/thread.html/481ef107e6f5d8d6dfb35a831134bbbce3c6adb725e915ea8e5159d6@%3Cdev.netbeans.apache.org%3E[PMC
 vote]
-- 
link:https://lists.apache.org/thread.html/b5d559bf860a5e6f5a908afec791c07ef1e0d0d16e6c739c73c454d9@%3Cdev.netbeans.apache.org%3E[PMC
 vote result]
+- 
link:https://lists.apache.org/thread.html/r336e05a551f56a5b20dc3070f9ddf470cdd3a166c55272ed128d6c39%40%3Cdev.netbeans.apache.org%3E[PMC
 vote]
+- 
link:https://lists.apache.org/thread.html/r40624d985640c05e24899bfca3df05b0f48e68fd5f0ab3008dfde335%40%3Cdev.netbeans.apache.org%3E[PMC
 vote result]
 
 == Earlier releases
 


-
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-4696) NetBeans 12.1-beta1 sometimes hangs on open

2020-09-02 Thread Tomas Zezula (Jira)


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

Tomas Zezula commented on NETBEANS-4696:


[~jtulach]

>Parsing API doesn't really hold a "lock", but it only runs in a single 
>dedicated thread (which is a shared, spare resource too).

There are two kinds of actions. The first are the event based tasks scheduled 
by schedulers. These run in the dedicated thread as you described. But there 
are also user action task which are executed in the caller thread. They are 
mutually exclusive to other user action tasks and scheduler tasks. The deadlock 
is caused by a user action task which holds a global lock to exclude other 
tasks.

Also Java indexing creates a separate compiler \{JavaCustomIndexer} which does 
not take this lock and run concurrently to the above tasks. For tasks the lock 
cannot be removed as the parsers are not thread safe (parsers and parser 
results are shared).

Looking at the stack trace the deadlock is not caused by indexing but by brace 
matching ("EditorBracesMatching" #15 daemon prio=1) which waits until the 
projects are loaded.

 
{code:java}

- waiting to re-lock in wait() <0x8718a120> (a 
org.openide.util.RequestProcessor$Task)
at 
org.openide.util.RequestProcessor$Task.waitFinished(RequestProcessor.java:1672)
at 
org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.get(OpenProjectList.java:576)
at 
org.netbeans.modules.project.ui.OpenProjectList$LoadOpenProjects.get(OpenProjectList.java:320)
at 
org.netbeans.modules.javascript2.knockout.index.KnockoutIndex.get(KnockoutIndex.java:60)
- locked <0x8e4c2988> (a java.util.WeakHashMap)
at 
org.netbeans.modules.html.knockout.KOHtmlExtension.isTagCustomKnockoutElement(KOHtmlExtension.java:395)
at 
org.netbeans.modules.html.knockout.KOHtmlExtension.isCustomTag(KOHtmlExtension.java:302){code}
 

There are two possible fixes.

Probably both should be done.

1st) There should be \{KnockoutIndex.getIfExists} and the KOHtmlExtension 
should not wait for the index. It should just return no tags. It's much better 
than holding the global lock for a long time. The project loading is long 
running task.

2nd) The second thread in the deadlock is parsing module name. As far as I 
remember I did some utilities doing module name parsing which were lock free. 
Maybe we need to more to update the the \{UnitTestsCompilerOptionsQueryImpl} to 
use them or add a needed version.

> NetBeans 12.1-beta1 sometimes hangs on open
> ---
>
> Key: NETBEANS-4696
> URL: https://issues.apache.org/jira/browse/NETBEANS-4696
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 12.1
> Environment: Linux (Debian "Buster")
> OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+10)
>Reporter: Glenn Holmer
>Priority: Major
> Attachments: 12.1-vc1-thread-dump-orac.txt, 
> nb12.1-beta1-thread-dump.png, nb12.1-beta1-thread-dump.txt, 
> netbeans-12.1-thread-dump.txt
>
>
>  
> NetBeans sometimes hangs on startup; the symptom is a stalled "Opening 
> Projects" progress bar. I haven't been able to find a repro case, but I'm 
> attaching a thread dump (from VisualVM) and screen shot.



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