[jira] [Resolved] (NETBEANS-2629) "Error Node" shown when using relative path in srcDir parameter

2019-07-02 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi resolved NETBEANS-2629.
---
Resolution: Won't Fix

Finally. I think it shall be not supported/allowed. NetBeans not just compiles 
and packages files, but actively provide code completion, refactoring, etc. In 
order to be able to do that consequently the IDE needs to be able to determine 
a 1:1 relationship between projects and files. While this issue does not 
contradict with this requirement, but could lead to such franken project 
structures.

> "Error Node" shown when using relative path in srcDir parameter
> ---
>
> Key: NETBEANS-2629
> URL: https://issues.apache.org/jira/browse/NETBEANS-2629
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Reporter: Lou Hamersly
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
> Attachments: Screenshot from 2019-06-02 14-18-24.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Error Node is displayed in Projects tab when using a relative path to a src 
> folder. An absolute path doesn't work either. 
> {code:java}
> sourceSets {
>   main {
> java {
>   srcDir 'src/main/java'
>   srcDir '../jme3-bullet/src/common/java'
> }
>   }
> }{code}



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

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

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



[jira] [Commented] (NETBEANS-2787) Netbeans 11.0 is unstable

2019-07-02 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-2787:
---

It seems like a corrupted cache or worse installation directory. So take 
[~GeertjanWielenga]'s advice and start with a fresh cache/user directory. (You 
need just remove them, check the Help > About dialog for the details)

If that does not help try to reninstall NetBeans. If you still would experience 
such issues, then you are having a Hardware issue.

> Netbeans 11.0 is unstable
> -
>
> Key: NETBEANS-2787
> URL: https://issues.apache.org/jira/browse/NETBEANS-2787
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Peter
>Priority: Major
> Fix For: 11.0
>
>
> running netbeans 11.0 in mac, keep having this problem. When i click the 
> "clean and build" menu on my maven based project, nothing come up.
>  
> SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
> org.netbeans.modules.maven.ActionProviderImpl$1
> java.lang.ClassNotFoundException: 
> org.openide.execution.ExecutionEngine$Trivial$ET
> at 
> java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583)
> at 
> java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
> at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:197)
> Caused: java.lang.ClassNotFoundException: 
> org.openide.execution.ExecutionEngine$Trivial$ET starting from 
> ModuleCL@14f861b4[org.openide.execution] with possible defining loaders null 
> and declared parents [ModuleCL@4225ac3a[org.openide.io], 
> org.netbeans.JarClassLoader@2e595f18, 
> org.netbeans.MainImpl$BootClassLoader@58372a00]
> at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:199)
> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
> Caused: java.lang.NoClassDefFoundError: 
> org/openide/execution/ExecutionEngine$Trivial$ET
> at org.openide.execution.ExecutionEngine.getDefault(ExecutionEngine.java:92)
> at 
> org.netbeans.modules.maven.execute.MavenCommandLineExecutor$ExecuteMaven.execute(MavenCommandLineExecutor.java:143)
> at 
> org.netbeans.modules.maven.execute.MavenCommandLineExecutor.executeMaven(MavenCommandLineExecutor.java:133)
> at 
> org.netbeans.modules.maven.api.execute.RunUtils.executeMaven(RunUtils.java:97)
> at org.netbeans.modules.maven.api.execute.RunUtils.run(RunUtils.java:75)
> at 
> org.netbeans.modules.maven.ActionProviderImpl.invokeAction(ActionProviderImpl.java:273)
> at 
> org.netbeans.modules.maven.ActionProviderImpl.access$000(ActionProviderImpl.java:111)
> at 
> org.netbeans.modules.maven.ActionProviderImpl$1.run(ActionProviderImpl.java:246)
> at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> [catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
> org.netbeans.modules.maven.ActionProviderImpl$1
> java.lang.ClassNotFoundException: 
> org.openide.execution.ExecutionEngine$Trivial$ET
> at 
> java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583)
> at 
> java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
> at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:197)
> Caused: java.lang.ClassNotFoundException: 
> org.openide.execution.ExecutionEngine$Trivial$ET starting from 
> ModuleCL@14f861b4[org.openide.execution] with possible defining loaders null 
> and declared parents [ModuleCL@4225ac3a[org.openide.io], 
> org.netbeans.JarClassLoader@2e595f18, 
> org.netbeans.MainImpl$BootClassLoader@58372a00]
> at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:199)
> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
> Caused: java.lang.NoClassDefFoundError: 
> org/openide/execution/ExecutionEngine$Trivial$ET
> at org.openide.execution.ExecutionEngine.getDefault(ExecutionEngine.java:92)
> at 
> org.netbeans.modules.maven.execute.MavenCommandLineExecutor$ExecuteMaven.execute(MavenCommandLineExecutor.java:143)
> at 
> org.netbeans.modules.maven.execute.MavenCommandLineExecutor.executeMaven(MavenCommandLineExecutor.java:133)
> at 
> org.netbeans.modules.maven.api.execute.RunUtils.executeMaven(RunUtils.java:97)
> at org.netbeans.modules.maven.api.execute.RunUtils.run(RunUtils.java:75)
> at 
> 

[jira] [Comment Edited] (NETBEANS-2417) update Gradle logo/icon

2019-07-02 Thread Lou Hamersly (JIRA)


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

Lou Hamersly edited comment on NETBEANS-2417 at 7/3/19 12:58 AM:
-

[~matthiasblaesing] From when I was working with this previously, the elephant 
isn't going to resemble anything if it's smaller than this (like those little 
tiny "m" icons). (If I understand your comment correctly?)

Also I do want to call attention to this issue brought up by [~arren]: 
https://issues.apache.org/jira/browse/NETBEANS-2608 

If the coffee cup's red is the primary color of the icon, the red error 
indicators will likely remain difficult to see amongst a long list of projects. 
 

Additional caps with errors for comparison: 

!image-2019-07-02-20-55-48-539.png!

Otherwise I pretty much agree with Laszlo's analysis above (but not sure I see 
the anti-aliasing issue here). 


was (Author: louhy):
 

[~matthiasblaesing] From when I was working with this previously, the elephant 
isn't going to resemble anything if it's smaller than this (like those little 
tiny "m" icons).

Also I do want to call attention to this issue brought up by [~arren]: 
https://issues.apache.org/jira/browse/NETBEANS-2608 

If the coffee cup's red is the primary color of the icon, the red error 
indicators will likely remain difficult to see amongst a long list of projects. 
 

Additional caps with errors for comparison: 

!image-2019-07-02-20-55-48-539.png!

Otherwise I pretty much agree with Laszlo's analysis above (but not sure I see 
the anti-aliasing issue here). 

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: Maven-Base-Is-Type-Overlay-Is-Maven.png, 
> image-2019-07-02-10-27-44-307.png, image-2019-07-02-10-31-08-337.png, 
> image-2019-07-02-10-33-19-023.png, image-2019-07-02-10-49-16-797.png, 
> image-2019-07-02-11-47-13-922.png, image-2019-07-02-11-48-06-685.png, 
> image-2019-07-02-11-49-01-655.png, image-2019-07-02-11-50-09-232.png, 
> image-2019-07-02-11-55-58-042.png, image-2019-07-02-20-55-48-539.png, 
> nb1.png, nb2.png, nbIcons.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



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

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

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



[jira] [Commented] (NETBEANS-2417) update Gradle logo/icon

2019-07-02 Thread Lou Hamersly (JIRA)


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

Lou Hamersly commented on NETBEANS-2417:


 

[~matthiasblaesing] From when I was working with this previously, the elephant 
isn't going to resemble anything if it's smaller than this (like those little 
tiny "m" icons).

Also I do want to call attention to this issue brought up by [~arren]: 
https://issues.apache.org/jira/browse/NETBEANS-2608 

If the coffee cup's red is the primary color of the icon, the red error 
indicators will likely remain difficult to see amongst a long list of projects. 
 

Additional caps with errors for comparison: 

!image-2019-07-02-20-55-48-539.png!

Otherwise I pretty much agree with Laszlo's analysis above (but not sure I see 
the anti-aliasing issue here). 

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: Maven-Base-Is-Type-Overlay-Is-Maven.png, 
> image-2019-07-02-10-27-44-307.png, image-2019-07-02-10-31-08-337.png, 
> image-2019-07-02-10-33-19-023.png, image-2019-07-02-10-49-16-797.png, 
> image-2019-07-02-11-47-13-922.png, image-2019-07-02-11-48-06-685.png, 
> image-2019-07-02-11-49-01-655.png, image-2019-07-02-11-50-09-232.png, 
> image-2019-07-02-11-55-58-042.png, image-2019-07-02-20-55-48-539.png, 
> nb1.png, nb2.png, nbIcons.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



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

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

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



[jira] [Updated] (NETBEANS-2417) update Gradle logo/icon

2019-07-02 Thread Lou Hamersly (JIRA)


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

Lou Hamersly updated NETBEANS-2417:
---
Attachment: image-2019-07-02-20-55-48-539.png

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: Maven-Base-Is-Type-Overlay-Is-Maven.png, 
> image-2019-07-02-10-27-44-307.png, image-2019-07-02-10-31-08-337.png, 
> image-2019-07-02-10-33-19-023.png, image-2019-07-02-10-49-16-797.png, 
> image-2019-07-02-11-47-13-922.png, image-2019-07-02-11-48-06-685.png, 
> image-2019-07-02-11-49-01-655.png, image-2019-07-02-11-50-09-232.png, 
> image-2019-07-02-11-55-58-042.png, image-2019-07-02-20-55-48-539.png, 
> nb1.png, nb2.png, nbIcons.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



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

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

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



[jira] [Updated] (NETBEANS-2417) update Gradle logo/icon

2019-07-02 Thread Lou Hamersly (JIRA)


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

Lou Hamersly updated NETBEANS-2417:
---
Attachment: nbIcons.png

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: Maven-Base-Is-Type-Overlay-Is-Maven.png, 
> image-2019-07-02-10-27-44-307.png, image-2019-07-02-10-31-08-337.png, 
> image-2019-07-02-10-33-19-023.png, image-2019-07-02-10-49-16-797.png, 
> image-2019-07-02-11-47-13-922.png, image-2019-07-02-11-48-06-685.png, 
> image-2019-07-02-11-49-01-655.png, image-2019-07-02-11-50-09-232.png, 
> image-2019-07-02-11-55-58-042.png, image-2019-07-02-20-55-48-539.png, 
> nb1.png, nb2.png, nbIcons.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



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

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

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



[jira] [Updated] (NETBEANS-2417) update Gradle logo/icon

2019-07-02 Thread Lou Hamersly (JIRA)


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

Lou Hamersly updated NETBEANS-2417:
---
Attachment: (was: nbIcons.png)

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: Maven-Base-Is-Type-Overlay-Is-Maven.png, 
> image-2019-07-02-10-27-44-307.png, image-2019-07-02-10-31-08-337.png, 
> image-2019-07-02-10-33-19-023.png, image-2019-07-02-10-49-16-797.png, 
> image-2019-07-02-11-47-13-922.png, image-2019-07-02-11-48-06-685.png, 
> image-2019-07-02-11-49-01-655.png, image-2019-07-02-11-50-09-232.png, 
> image-2019-07-02-11-55-58-042.png, nb1.png, nb2.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



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

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

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



[jira] [Updated] (NETBEANS-2417) update Gradle logo/icon

2019-07-02 Thread Lou Hamersly (JIRA)


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

Lou Hamersly updated NETBEANS-2417:
---
Attachment: nbIcons.png

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: Maven-Base-Is-Type-Overlay-Is-Maven.png, 
> image-2019-07-02-10-27-44-307.png, image-2019-07-02-10-31-08-337.png, 
> image-2019-07-02-10-33-19-023.png, image-2019-07-02-10-49-16-797.png, 
> image-2019-07-02-11-47-13-922.png, image-2019-07-02-11-48-06-685.png, 
> image-2019-07-02-11-49-01-655.png, image-2019-07-02-11-50-09-232.png, 
> image-2019-07-02-11-55-58-042.png, nb1.png, nb2.png, nbIcons.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



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

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

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



[jira] [Created] (NETBEANS-2790) java.nio.file.ClosedWatchServiceException

2019-07-02 Thread Shevek (JIRA)
Shevek created NETBEANS-2790:


 Summary: java.nio.file.ClosedWatchServiceException
 Key: NETBEANS-2790
 URL: https://issues.apache.org/jira/browse/NETBEANS-2790
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.0
 Environment: 
openjdk version "1.8.0_212"
OpenJDK Runtime Environment (build 1.8.0_212-8u212-b03-0ubuntu1.19.04.2-b03)
OpenJDK 64-Bit Server VM (build 25.212-b03, mixed mode)

No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 19.04
Release:19.04
Codename:   disco

Reporter: Shevek


Running with nio masterfs per NETBEANS-2291:

WARNING [org.netbeans.modules.masterfs.watcher.Watcher]: Cannot remove 
filesystem watch for /[filename-removed]
INFO [org.netbeans.modules.masterfs.watcher.Watcher]: Exception
java.nio.file.ClosedWatchServiceException
at sun.nio.fs.AbstractPoller.invoke(AbstractPoller.java:216)
at sun.nio.fs.AbstractPoller.cancel(AbstractPoller.java:133)
at 
sun.nio.fs.LinuxWatchService$LinuxWatchKey.cancel(LinuxWatchService.java:138)
at 
org.netbeans.modules.masterfs.watcher.nio2.NioNotifier.removeWatch(NioNotifier.java:62)
Caused: java.io.IOException
at 
org.netbeans.modules.masterfs.watcher.nio2.NioNotifier.removeWatch(NioNotifier.java:64)
at 
org.netbeans.modules.masterfs.watcher.nio2.NioNotifier.removeWatch(NioNotifier.java:40)
at 
org.netbeans.modules.masterfs.providers.Notifier$1.removeWatch(Notifier.java:95)
at 
org.netbeans.modules.masterfs.watcher.NotifierKeyRef.removeWatch(NotifierKeyRef.java:73)
[catch] at 
org.netbeans.modules.masterfs.watcher.Watcher$Ext.unregister(Watcher.java:297)
at 
org.netbeans.modules.masterfs.watcher.Watcher.unregister(Watcher.java:111)
at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.removeFileChangeListener(BaseFileObj.java:539)
at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectKeeper.listenTo(FileObjectKeeper.java:191)
at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectKeeper.listenNoMore(FileObjectKeeper.java:272)
at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectKeeper.removeRecursiveListener(FileObjectKeeper.java:102)
at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.removeRecursiveListener(FolderObj.java:662)
at org.openide.filesystems.DeepListener.run(DeepListener.java:70)
at 
org.openide.filesystems.FileChangeImpl.removeRecursiveListener(FileChangeImpl.java:255)
at 
org.openide.filesystems.FileUtil.removeRecursiveListener(FileUtil.java:380)
at 
org.netbeans.modules.parsing.impl.indexing.RootsListener.lambda$safeRemoveRecursiveListener$5(RootsListener.java:260)
at 
org.netbeans.modules.parsing.impl.indexing.RootsListener.performSave(RootsListener.java:276)
at 
org.netbeans.modules.parsing.impl.indexing.RootsListener.lambda$performAsync$6(RootsListener.java:268)
at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)




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

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

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



[jira] [Updated] (NETBEANS-2240) NPE thrown when refactoring a class

2019-07-02 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-2240:
-
Labels: ca_survey pull-request-available  (was: ca_survey)

> NPE thrown when refactoring a class
> ---
>
> Key: NETBEANS-2240
> URL: https://issues.apache.org/jira/browse/NETBEANS-2240
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Source
>Affects Versions: 10.0, 11.0
>Reporter: Thomas Kellerer
>Priority: Major
>  Labels: ca_survey, pull-request-available
> Attachments: MyServiceTest.dump, RefactorTestProject.zip, 
> messages.log, netbeans-2240.mp4
>
>
> Whenever I refactor a class (e.g rename, move), or public methods of a class 
> NetBeans 10, 11 and 11.1-beta2 throws a NPE.
> This is a multi-module Maven project.
> The Java source that is mentioned in the error message is always a test class 
> using TestNG. I don't seem to get that error with projects that do not use 
> TestNG.
> I have attached a complete Maven project that consistently reproduces this 
> problem on two different Windows computers with OpenJDK 11, 12 and Oracle JDK 
> 11



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

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

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



[jira] [Commented] (NETBEANS-2417) update Gradle logo/icon

2019-07-02 Thread JIRA


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

Matthias Bläsing commented on NETBEANS-2417:


Please check if gradle could be unified to the look Maven project have. For 
maven projects the base icon is the project type (java application, web 
application, ear, netbeans module, ...) and overlayed over that is a small "m". 
The build system is secondary to the type of application. In addition there is 
the "I have no better icon for this" case "POM Project", "Project from 
archetype", these have a generic logo:

!Maven-Base-Is-Type-Overlay-Is-Maven.png!

It looks strange to have both variants.

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: Maven-Base-Is-Type-Overlay-Is-Maven.png, 
> image-2019-07-02-10-27-44-307.png, image-2019-07-02-10-31-08-337.png, 
> image-2019-07-02-10-33-19-023.png, image-2019-07-02-10-49-16-797.png, 
> image-2019-07-02-11-47-13-922.png, image-2019-07-02-11-48-06-685.png, 
> image-2019-07-02-11-49-01-655.png, image-2019-07-02-11-50-09-232.png, 
> image-2019-07-02-11-55-58-042.png, nb1.png, nb2.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



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

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

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



[jira] [Updated] (NETBEANS-2417) update Gradle logo/icon

2019-07-02 Thread JIRA


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

Matthias Bläsing updated NETBEANS-2417:
---
Attachment: Maven-Base-Is-Type-Overlay-Is-Maven.png

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: Maven-Base-Is-Type-Overlay-Is-Maven.png, 
> image-2019-07-02-10-27-44-307.png, image-2019-07-02-10-31-08-337.png, 
> image-2019-07-02-10-33-19-023.png, image-2019-07-02-10-49-16-797.png, 
> image-2019-07-02-11-47-13-922.png, image-2019-07-02-11-48-06-685.png, 
> image-2019-07-02-11-49-01-655.png, image-2019-07-02-11-50-09-232.png, 
> image-2019-07-02-11-55-58-042.png, nb1.png, nb2.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



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

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

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



[jira] [Commented] (NETBEANS-2417) update Gradle logo/icon

2019-07-02 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-2417:
---

I also feel that due to the small image size the anti-aliasing algorithm does a 
poor job making the shape blurred, I think it needs manual correction. I'd try 
to go with a 34x34 icon and then crop the 1 pixel edges... or correct it 
manually.

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, image-2019-07-02-11-47-13-922.png, 
> image-2019-07-02-11-48-06-685.png, image-2019-07-02-11-49-01-655.png, 
> image-2019-07-02-11-50-09-232.png, image-2019-07-02-11-55-58-042.png, 
> nb1.png, nb2.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



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

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

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



[jira] [Updated] (NETBEANS-2291) NetBeans is unusably slow

2019-07-02 Thread Shevek (JIRA)


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

Shevek updated NETBEANS-2291:
-
Attachment: git-branch-switch.npss

> NetBeans is unusably slow
> -
>
> Key: NETBEANS-2291
> URL: https://issues.apache.org/jira/browse/NETBEANS-2291
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 8.2, 10.0, 11.0
> Environment: Ubuntu 18.10
> Linux 4.18.0
> 12 core Xeon E-2176M with 64Gb RAM
> -Xmx2536m (2.5Gb for NB, of which it uses about 1.7G)
> NetBeans 10vc2, 10vc5, 8.2
> JDK 11.0.1
> JDK 1.8
> G1GC, CMS GC, Serial GC
>Reporter: Shevek
>Assignee: Laszlo Kishalmi
>Priority: Critical
>  Labels: performance, usability
> Attachments: git-branch-switch.npss, 
> image-2019-06-12-15-33-06-715.png, image-2019-06-13-17-35-18-309.png, 
> nb-11-slow-hotspots.png, netbeans-10vc5-jdk8-hang-gototype.txt.tdump, 
> netbeans-10vc5-jdk8-hang-progressutils.txt.tdump, 
> netbeans-10vc5-jdk8-hang.txt.tdump, netbeans-slow-00.npss, 
> netbeans-slow-01.npss, netbeans-startup-slow.npss, 
> open-file-slow-01.txt.tdump, open-file-slow-02.txt.tdump, 
> open-file-slow-03.txt.tdump, org-netbeans-modules-masterfs-linux.xml, 
> restart-netbeans-and-open-file-01.npss, slow-stack-00.txt
>
>
> I used to use NetBeans 8 on JDK8, it was tolerable, but slow.
> Now I have a new laptop, I've tried nb8, nb10 on jdk8, jdk11, with g1gc, 
> cmsgc, other gc. They are all UNUSABLY slow. By which I mean, it takes over a 
> minute just to open a file.
> Mostly this is because things are waiting for things waiting for very 
> inefficiently implemnted file I/O, editor parsing, or things like that. I've 
> watched a 12-core Xeon chip spend over 4 hours just attempting to handle the 
> Active Reference Queue Daemon thread.
> The slowdown is somewhat incremental - I can escape it as long as I'm happy 
> to restart NetBeans every hour or so (which I'm not happy to do).
> Attached a stack dump to get you started, this took over a minute to open a 
> 284-line Java file from idle.
> Please feel free to ask all the obvious questions, although I'm fairly sure 
> all the obvious things have been done. Mostly, I've got GC down to a 
> negligible amount.
> If there's one or more features of NetBeans I can disable to get acceptable 
> behaviour while still being able to realistically edit Java code, please tell 
> me and I will disable them because I am at the end of my rope after using 
> (and developing for) NetBeans for nearly 10 years. If I can get IntelliJ to 
> load a Java/Gradle project neatly before this gets fixed, I'm gone.



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

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

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



[jira] [Commented] (NETBEANS-2291) NetBeans is unusably slow

2019-07-02 Thread Shevek (JIRA)


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

Shevek commented on NETBEANS-2291:
--

Here is a profile from shortly after a git branch-switch using nio masterfs.

> NetBeans is unusably slow
> -
>
> Key: NETBEANS-2291
> URL: https://issues.apache.org/jira/browse/NETBEANS-2291
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 8.2, 10.0, 11.0
> Environment: Ubuntu 18.10
> Linux 4.18.0
> 12 core Xeon E-2176M with 64Gb RAM
> -Xmx2536m (2.5Gb for NB, of which it uses about 1.7G)
> NetBeans 10vc2, 10vc5, 8.2
> JDK 11.0.1
> JDK 1.8
> G1GC, CMS GC, Serial GC
>Reporter: Shevek
>Assignee: Laszlo Kishalmi
>Priority: Critical
>  Labels: performance, usability
> Attachments: git-branch-switch.npss, 
> image-2019-06-12-15-33-06-715.png, image-2019-06-13-17-35-18-309.png, 
> nb-11-slow-hotspots.png, netbeans-10vc5-jdk8-hang-gototype.txt.tdump, 
> netbeans-10vc5-jdk8-hang-progressutils.txt.tdump, 
> netbeans-10vc5-jdk8-hang.txt.tdump, netbeans-slow-00.npss, 
> netbeans-slow-01.npss, netbeans-startup-slow.npss, 
> open-file-slow-01.txt.tdump, open-file-slow-02.txt.tdump, 
> open-file-slow-03.txt.tdump, org-netbeans-modules-masterfs-linux.xml, 
> restart-netbeans-and-open-file-01.npss, slow-stack-00.txt
>
>
> I used to use NetBeans 8 on JDK8, it was tolerable, but slow.
> Now I have a new laptop, I've tried nb8, nb10 on jdk8, jdk11, with g1gc, 
> cmsgc, other gc. They are all UNUSABLY slow. By which I mean, it takes over a 
> minute just to open a file.
> Mostly this is because things are waiting for things waiting for very 
> inefficiently implemnted file I/O, editor parsing, or things like that. I've 
> watched a 12-core Xeon chip spend over 4 hours just attempting to handle the 
> Active Reference Queue Daemon thread.
> The slowdown is somewhat incremental - I can escape it as long as I'm happy 
> to restart NetBeans every hour or so (which I'm not happy to do).
> Attached a stack dump to get you started, this took over a minute to open a 
> 284-line Java file from idle.
> Please feel free to ask all the obvious questions, although I'm fairly sure 
> all the obvious things have been done. Mostly, I've got GC down to a 
> negligible amount.
> If there's one or more features of NetBeans I can disable to get acceptable 
> behaviour while still being able to realistically edit Java code, please tell 
> me and I will disable them because I am at the end of my rope after using 
> (and developing for) NetBeans for nearly 10 years. If I can get IntelliJ to 
> load a Java/Gradle project neatly before this gets fixed, I'm gone.



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

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

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



[jira] [Commented] (NETBEANS-2417) update Gradle logo/icon

2019-07-02 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-2417:
---

Based on above, I must say:

The coffee icon must go from the JavaSE projects, maybe the globe icon from web 
projects as well, though I could imagine a smaller globe would look nice.

The light Gray icons only look well with Dark LaF. On the default LaF the 
elephant seems to be crippled. The darker version on the web site looks much 
better:  !image-2019-07-02-11-55-58-042.png!

 

 

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, image-2019-07-02-11-47-13-922.png, 
> image-2019-07-02-11-48-06-685.png, image-2019-07-02-11-49-01-655.png, 
> image-2019-07-02-11-50-09-232.png, image-2019-07-02-11-55-58-042.png, 
> nb1.png, nb2.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



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

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

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



[jira] [Updated] (NETBEANS-2417) update Gradle logo/icon

2019-07-02 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2417:
--
Attachment: image-2019-07-02-11-55-58-042.png

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, image-2019-07-02-11-47-13-922.png, 
> image-2019-07-02-11-48-06-685.png, image-2019-07-02-11-49-01-655.png, 
> image-2019-07-02-11-50-09-232.png, image-2019-07-02-11-55-58-042.png, 
> nb1.png, nb2.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



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

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

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



[jira] [Updated] (NETBEANS-2417) update Gradle logo/icon

2019-07-02 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2417:
--
Attachment: image-2019-07-02-11-50-09-232.png

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, image-2019-07-02-11-47-13-922.png, 
> image-2019-07-02-11-48-06-685.png, image-2019-07-02-11-49-01-655.png, 
> image-2019-07-02-11-50-09-232.png, nb1.png, nb2.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



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

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

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



[jira] [Commented] (NETBEANS-2417) update Gradle logo/icon

2019-07-02 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-2417:
---

Let's see it with Darcula LaF:

Project Open Dialog:

!image-2019-07-02-11-48-06-685.png!

In Projects:

!image-2019-07-02-11-49-01-655.png!

In New Project Dialog:

!image-2019-07-02-11-50-09-232.png!

 

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, image-2019-07-02-11-47-13-922.png, 
> image-2019-07-02-11-48-06-685.png, image-2019-07-02-11-49-01-655.png, 
> image-2019-07-02-11-50-09-232.png, nb1.png, nb2.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



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

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

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



[jira] [Updated] (NETBEANS-2417) update Gradle logo/icon

2019-07-02 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2417:
--
Attachment: image-2019-07-02-11-49-01-655.png

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, image-2019-07-02-11-47-13-922.png, 
> image-2019-07-02-11-48-06-685.png, image-2019-07-02-11-49-01-655.png, 
> nb1.png, nb2.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



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

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

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



[jira] [Updated] (NETBEANS-2417) update Gradle logo/icon

2019-07-02 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2417:
--
Attachment: image-2019-07-02-11-48-06-685.png

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, image-2019-07-02-11-47-13-922.png, 
> image-2019-07-02-11-48-06-685.png, nb1.png, nb2.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



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

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

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



[jira] [Updated] (NETBEANS-2417) update Gradle logo/icon

2019-07-02 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2417:
--
Attachment: image-2019-07-02-11-47-13-922.png

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, image-2019-07-02-11-47-13-922.png, 
> nb1.png, nb2.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



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

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

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



[netbeans] branch geertjanw-patch-10 created (now 91c93f4)

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

geertjan pushed a change to branch geertjanw-patch-10
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


  at 91c93f4  NP-20 Payara modules improvement (#1334)

No new revisions were added by this update.


-
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] branch geertjanw-patch-10 updated: [NETBEANS-2727] New images for Start/Stop Self Profiling of IDE

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

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


The following commit(s) were added to refs/heads/geertjanw-patch-10 by this 
push:
 new 75bffa7  [NETBEANS-2727] New images for Start/Stop Self Profiling of 
IDE
75bffa7 is described below

commit 75bffa7a87dfc406b3ad798c990a0cec0877cdc0
Author: Geertjan Wielenga 
AuthorDate: Tue Jul 2 20:27:37 2019 +0200

[NETBEANS-2727] New images for Start/Stop Self Profiling of IDE

Use new Apache NetBeans icon instead of old blue NetBeans icon in toolbar 
for start/stop self-profiling of IDE.
---
 .../src/org/netbeans/core/ui/sampler/selfSampler.png  | Bin 913 -> 1357 bytes
 .../org/netbeans/core/ui/sampler/selfSampler24.png| Bin 1704 -> 2146 bytes
 .../netbeans/core/ui/sampler/selfSamplerRunning.png   | Bin 859 -> 1351 bytes
 .../netbeans/core/ui/sampler/selfSamplerRunning24.png | Bin 1563 -> 2133 bytes
 4 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/platform/core.ui/src/org/netbeans/core/ui/sampler/selfSampler.png 
b/platform/core.ui/src/org/netbeans/core/ui/sampler/selfSampler.png
index cf15e9a..3a5ccf5 100644
Binary files 
a/platform/core.ui/src/org/netbeans/core/ui/sampler/selfSampler.png and 
b/platform/core.ui/src/org/netbeans/core/ui/sampler/selfSampler.png differ
diff --git 
a/platform/core.ui/src/org/netbeans/core/ui/sampler/selfSampler24.png 
b/platform/core.ui/src/org/netbeans/core/ui/sampler/selfSampler24.png
index 9992030..b51f9ef 100644
Binary files 
a/platform/core.ui/src/org/netbeans/core/ui/sampler/selfSampler24.png and 
b/platform/core.ui/src/org/netbeans/core/ui/sampler/selfSampler24.png differ
diff --git 
a/platform/core.ui/src/org/netbeans/core/ui/sampler/selfSamplerRunning.png 
b/platform/core.ui/src/org/netbeans/core/ui/sampler/selfSamplerRunning.png
index 78d0a7c..9203f64 100644
Binary files 
a/platform/core.ui/src/org/netbeans/core/ui/sampler/selfSamplerRunning.png and 
b/platform/core.ui/src/org/netbeans/core/ui/sampler/selfSamplerRunning.png 
differ
diff --git 
a/platform/core.ui/src/org/netbeans/core/ui/sampler/selfSamplerRunning24.png 
b/platform/core.ui/src/org/netbeans/core/ui/sampler/selfSamplerRunning24.png
index f7f4d62..1765f7a 100644
Binary files 
a/platform/core.ui/src/org/netbeans/core/ui/sampler/selfSamplerRunning24.png 
and 
b/platform/core.ui/src/org/netbeans/core/ui/sampler/selfSamplerRunning24.png 
differ


-
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-2727) Resolve old images for Profiling in main toolbar

2019-07-02 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-2727:
-
Labels: pull-request-available  (was: )

> Resolve old images for Profiling in main toolbar
> 
>
> Key: NETBEANS-2727
> URL: https://issues.apache.org/jira/browse/NETBEANS-2727
> Project: NetBeans
>  Issue Type: Sub-task
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
> Attachments: Screen Shot 2019-06-19 at 13.43.14.png
>
>
> In the main toolbar, the images for the actions 'Profile the IDE' and 'Pause 
> I/O Checks' both still show the old blue NetBeans icon and should instead 
> show the new Apache NetBeans icon.



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

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

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



[netbeans] branch geertjanw-patch-9 created (now 91c93f4)

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

geertjan pushed a change to branch geertjanw-patch-9
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


  at 91c93f4  NP-20 Payara modules improvement (#1334)

No new revisions were added by this update.


-
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] branch geertjanw-patch-9 updated: [NETBEANS-2727] Update the image of the "Pause I/O Checks" toolbar button

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

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


The following commit(s) were added to refs/heads/geertjanw-patch-9 by this push:
 new 96ec5b8  [NETBEANS-2727] Update the image of the "Pause I/O Checks" 
toolbar button
96ec5b8 is described below

commit 96ec5b8275a3955361e56e3ba83c8b604ed83045
Author: Geertjan Wielenga 
AuthorDate: Tue Jul 2 20:17:50 2019 +0200

[NETBEANS-2727] Update the image of the "Pause I/O Checks" toolbar button

In the main toolbar, the old NetBeans blue icon is very visible, by means 
of this PR, the image for pausing the profiling of Apache NetBeans itself is 
updated to make use of a new image that makes use of the new Apache NetBeans 
logo.
---
 .../netbeans/modules/masterfs/ui/suspend/pause.png| Bin 928 -> 1360 bytes
 .../netbeans/modules/masterfs/ui/suspend/pause24.png  | Bin 1531 -> 2183 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/platform/masterfs.ui/src/org/netbeans/modules/masterfs/ui/suspend/pause.png 
b/platform/masterfs.ui/src/org/netbeans/modules/masterfs/ui/suspend/pause.png
index c4c5f3b..0503d40 100644
Binary files 
a/platform/masterfs.ui/src/org/netbeans/modules/masterfs/ui/suspend/pause.png 
and 
b/platform/masterfs.ui/src/org/netbeans/modules/masterfs/ui/suspend/pause.png 
differ
diff --git 
a/platform/masterfs.ui/src/org/netbeans/modules/masterfs/ui/suspend/pause24.png 
b/platform/masterfs.ui/src/org/netbeans/modules/masterfs/ui/suspend/pause24.png
index b0579f2..a7ce0ea 100644
Binary files 
a/platform/masterfs.ui/src/org/netbeans/modules/masterfs/ui/suspend/pause24.png 
and 
b/platform/masterfs.ui/src/org/netbeans/modules/masterfs/ui/suspend/pause24.png 
differ


-
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-2789) Netbeans display issue

2019-07-02 Thread Michael D Billman (JIRA)


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

Michael D Billman updated NETBEANS-2789:

Description: 
Strange behavior and not sure if this is computer related or not
 * Running 11.1 beta 2 but have seen issue since 11.0
 * Open JDK11.0.2

!image-2019-07-02-14-08-29-682.png!

Notice above the top area is blacked out.  NB is not selectable in this area - 
cannot move window.  if there is a window behind, it will select that window 
and bring forward.  I've included a jstack stack trace as well.  please let me 
know if there is anything i can add.

 

Update:  as of this time, even restarting netbeans did not resolve the problem.

  was:
Strange behavior and not sure if this is computer related or not
 * Running 11.1 beta 2 but have seen issue since 11.0
 * Open JDK11.0.2

!image-2019-07-02-14-08-29-682.png!

Notice above the top area is blacked out.  NB is not selectable in this area - 
cannot move window.  if there is a window behind, it will select that window 
and bring forward.  I've included a jstack stack trace as well.  please let me 
know if there is anything i can add.


> Netbeans display issue
> --
>
> Key: NETBEANS-2789
> URL: https://issues.apache.org/jira/browse/NETBEANS-2789
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Michael D Billman
>Priority: Major
> Attachments: image-2019-07-02-14-08-29-682.png, 
> netbeans.stacktrace.txt
>
>
> Strange behavior and not sure if this is computer related or not
>  * Running 11.1 beta 2 but have seen issue since 11.0
>  * Open JDK11.0.2
> !image-2019-07-02-14-08-29-682.png!
> Notice above the top area is blacked out.  NB is not selectable in this area 
> - cannot move window.  if there is a window behind, it will select that 
> window and bring forward.  I've included a jstack stack trace as well.  
> please let me know if there is anything i can add.
>  
> Update:  as of this time, even restarting netbeans did not resolve the 
> problem.



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

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

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



[jira] [Updated] (NETBEANS-2789) Netbeans display issue

2019-07-02 Thread Michael D Billman (JIRA)


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

Michael D Billman updated NETBEANS-2789:

 Attachment: netbeans.stacktrace.txt
 image-2019-07-02-14-08-29-682.png
Description: 
Strange behavior and not sure if this is computer related or not
 * Running 11.1 beta 2 but have seen issue since 11.0
 * Open JDK11.0.2

!image-2019-07-02-14-08-29-682.png!

Notice above the top area is blacked out.  NB is not selectable in this area - 
cannot move window.  if there is a window behind, it will select that window 
and bring forward.  I've included a jstack stack trace as well.  please let me 
know if there is anything i can add.

  was:
Strange behavior and not sure if this is computer related or not
 * Running 11.1 beta 2 but have seen issue since 11.0
 * Open JDK11.0.2

!image-2019-07-02-14-06-10-732.png!

Notice above the top area is blacked out.  NB is not selectable in this area - 
cannot move window.  if there is a window behind, it will select that window 
and bring forward.  I've included a jstack stack trace as well.  please let me 
know if there is anything i can add.


> Netbeans display issue
> --
>
> Key: NETBEANS-2789
> URL: https://issues.apache.org/jira/browse/NETBEANS-2789
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Michael D Billman
>Priority: Major
> Attachments: image-2019-07-02-14-08-29-682.png, 
> netbeans.stacktrace.txt
>
>
> Strange behavior and not sure if this is computer related or not
>  * Running 11.1 beta 2 but have seen issue since 11.0
>  * Open JDK11.0.2
> !image-2019-07-02-14-08-29-682.png!
> Notice above the top area is blacked out.  NB is not selectable in this area 
> - cannot move window.  if there is a window behind, it will select that 
> window and bring forward.  I've included a jstack stack trace as well.  
> please let me know if there is anything i can add.



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

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

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



[jira] [Commented] (NETBEANS-2291) NetBeans is unusably slow

2019-07-02 Thread Shevek (JIRA)


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

Shevek commented on NETBEANS-2291:
--

Yes, I have the sense that it is somewhat smoother, but I don't have an 
objective measurement of that; I still have to reboot it when I change 
branches. I think both URL (etc) are over-used, i.e. over-allocating, and 
there's the unexplained existence of a half-million enqueued file changes on a 
repo with only 50K files, which means there must be duplicates in the 
change-queue.

> NetBeans is unusably slow
> -
>
> Key: NETBEANS-2291
> URL: https://issues.apache.org/jira/browse/NETBEANS-2291
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 8.2, 10.0, 11.0
> Environment: Ubuntu 18.10
> Linux 4.18.0
> 12 core Xeon E-2176M with 64Gb RAM
> -Xmx2536m (2.5Gb for NB, of which it uses about 1.7G)
> NetBeans 10vc2, 10vc5, 8.2
> JDK 11.0.1
> JDK 1.8
> G1GC, CMS GC, Serial GC
>Reporter: Shevek
>Assignee: Laszlo Kishalmi
>Priority: Critical
>  Labels: performance, usability
> Attachments: image-2019-06-12-15-33-06-715.png, 
> image-2019-06-13-17-35-18-309.png, nb-11-slow-hotspots.png, 
> netbeans-10vc5-jdk8-hang-gototype.txt.tdump, 
> netbeans-10vc5-jdk8-hang-progressutils.txt.tdump, 
> netbeans-10vc5-jdk8-hang.txt.tdump, netbeans-slow-00.npss, 
> netbeans-slow-01.npss, netbeans-startup-slow.npss, 
> open-file-slow-01.txt.tdump, open-file-slow-02.txt.tdump, 
> open-file-slow-03.txt.tdump, org-netbeans-modules-masterfs-linux.xml, 
> restart-netbeans-and-open-file-01.npss, slow-stack-00.txt
>
>
> I used to use NetBeans 8 on JDK8, it was tolerable, but slow.
> Now I have a new laptop, I've tried nb8, nb10 on jdk8, jdk11, with g1gc, 
> cmsgc, other gc. They are all UNUSABLY slow. By which I mean, it takes over a 
> minute just to open a file.
> Mostly this is because things are waiting for things waiting for very 
> inefficiently implemnted file I/O, editor parsing, or things like that. I've 
> watched a 12-core Xeon chip spend over 4 hours just attempting to handle the 
> Active Reference Queue Daemon thread.
> The slowdown is somewhat incremental - I can escape it as long as I'm happy 
> to restart NetBeans every hour or so (which I'm not happy to do).
> Attached a stack dump to get you started, this took over a minute to open a 
> 284-line Java file from idle.
> Please feel free to ask all the obvious questions, although I'm fairly sure 
> all the obvious things have been done. Mostly, I've got GC down to a 
> negligible amount.
> If there's one or more features of NetBeans I can disable to get acceptable 
> behaviour while still being able to realistically edit Java code, please tell 
> me and I will disable them because I am at the end of my rope after using 
> (and developing for) NetBeans for nearly 10 years. If I can get IntelliJ to 
> load a Java/Gradle project neatly before this gets fixed, I'm gone.



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

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

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



[jira] [Updated] (NETBEANS-2788) The link provided for downloading Groovy is obsolete

2019-07-02 Thread Rick Hegarty (JIRA)


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

Rick Hegarty updated NETBEANS-2788:
---
Attachment: (was: Bundle.properties)

> The link provided for downloading Groovy is obsolete
> 
>
> Key: NETBEANS-2788
> URL: https://issues.apache.org/jira/browse/NETBEANS-2788
> Project: NetBeans
>  Issue Type: Bug
>  Components: groovy - Code
>Affects Versions: 11.0
>Reporter: Rick Hegarty
>Assignee: Rick Hegarty
>Priority: Trivial
> Fix For: 11.1
>
> Attachments: nb11GetGroovy.png
>
>
> If you select *Tools > Options > Miscellaneous > Groovy* there is text 
> stating:
>  
> _*Get Groovy at: [http://groovy.codehaus.org|http://groovy.codehaus.org/]*_ 
> where the URL is a clickable link.
>  
> However _*[http://groovy.codehaus.org|http://groovy.codehaus.org/]*_ ceased 
> being a valid address several years ago, and that link in that should be 
> changed to _*[https://groovy.apache.org/download.html]*_
>  
>  
>  
>  
> _*!nb11GetGroovy.png!*_
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  



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

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

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



[jira] [Updated] (NETBEANS-2788) The link provided for downloading Groovy is obsolete

2019-07-02 Thread Rick Hegarty (JIRA)


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

Rick Hegarty updated NETBEANS-2788:
---
Attachment: nb11GetGroovy.png

> The link provided for downloading Groovy is obsolete
> 
>
> Key: NETBEANS-2788
> URL: https://issues.apache.org/jira/browse/NETBEANS-2788
> Project: NetBeans
>  Issue Type: Bug
>  Components: groovy - Code
>Affects Versions: 11.0
>Reporter: Rick Hegarty
>Assignee: Rick Hegarty
>Priority: Trivial
> Fix For: 11.1
>
> Attachments: nb11GetGroovy.png
>
>
> If you select *Tools > Options > Miscellaneous > Groovy* there is text 
> stating:
>  
> _*Get Groovy at: [http://groovy.codehaus.org|http://groovy.codehaus.org/]*_ 
> where the URL is a clickable link.
>  
> However _*[http://groovy.codehaus.org|http://groovy.codehaus.org/]*_ ceased 
> being a valid address several years ago, and that link in that should be 
> changed to _*[https://groovy.apache.org/download.html]*_
>  
>  
>  
>  
> _*!nb11GetGroovy.png!*_
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  



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

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

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



[jira] [Updated] (NETBEANS-2788) The link provided for downloading Groovy is obsolete

2019-07-02 Thread Rick Hegarty (JIRA)


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

Rick Hegarty updated NETBEANS-2788:
---
Attachment: Bundle.properties

> The link provided for downloading Groovy is obsolete
> 
>
> Key: NETBEANS-2788
> URL: https://issues.apache.org/jira/browse/NETBEANS-2788
> Project: NetBeans
>  Issue Type: Bug
>  Components: groovy - Code
>Affects Versions: 11.0
>Reporter: Rick Hegarty
>Assignee: Rick Hegarty
>Priority: Trivial
> Fix For: 11.1
>
> Attachments: nb11GetGroovy.png
>
>
> If you select *Tools > Options > Miscellaneous > Groovy* there is text 
> stating:
>  
> _*Get Groovy at: [http://groovy.codehaus.org|http://groovy.codehaus.org/]*_ 
> where the URL is a clickable link.
>  
> However _*[http://groovy.codehaus.org|http://groovy.codehaus.org/]*_ ceased 
> being a valid address several years ago, and that link in that should be 
> changed to _*[https://groovy.apache.org/download.html]*_
>  
>  
>  
>  
> _*!nb11GetGroovy.png!*_
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  
>  



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

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

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



[jira] [Created] (NETBEANS-2788) The link provided for downloading Groovy is obsolete

2019-07-02 Thread Rick Hegarty (JIRA)
Rick Hegarty created NETBEANS-2788:
--

 Summary: The link provided for downloading Groovy is obsolete
 Key: NETBEANS-2788
 URL: https://issues.apache.org/jira/browse/NETBEANS-2788
 Project: NetBeans
  Issue Type: Bug
  Components: groovy - Code
Affects Versions: 11.0
Reporter: Rick Hegarty
Assignee: Rick Hegarty
 Fix For: 11.1


If you select *Tools > Options > Miscellaneous > Groovy* there is text stating:
 
_*Get Groovy at: [http://groovy.codehaus.org|http://groovy.codehaus.org/]*_ 
where the URL is a clickable link.
 
However _*[http://groovy.codehaus.org|http://groovy.codehaus.org/]*_ ceased 
being a valid address several years ago, and that link in that should be 
changed to _*[https://groovy.apache.org/download.html]*_
 
 
 
 
_*!nb11GetGroovy.png!*_
 
 
 
 
 
 
 
 
 
 
 



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

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

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



[jira] [Commented] (NETBEANS-2417) update Gradle logo/icon

2019-07-02 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-2417:
---

With Deactivated Gradle Plugin:

!image-2019-07-02-10-49-16-797.png!

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, nb1.png, nb2.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



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

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

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



[jira] [Updated] (NETBEANS-2417) update Gradle logo/icon

2019-07-02 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2417:
--
Attachment: image-2019-07-02-10-49-16-797.png

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> image-2019-07-02-10-49-16-797.png, nb1.png, nb2.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



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

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

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



[jira] [Commented] (NETBEANS-2417) update Gradle logo/icon

2019-07-02 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-2417:
---

Here are some pictures with from the PR-1311 updated from the recent release111 
branch:

File open dialog:

!image-2019-07-02-10-27-44-307.png!

In Projects:

!image-2019-07-02-10-31-08-337.png!

In New Project Dialog:

!image-2019-07-02-10-33-19-023.png!

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> nb1.png, nb2.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



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

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

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



[jira] [Updated] (NETBEANS-2417) update Gradle logo/icon

2019-07-02 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2417:
--
Attachment: image-2019-07-02-10-33-19-023.png

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, image-2019-07-02-10-33-19-023.png, 
> nb1.png, nb2.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



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

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

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



[jira] [Comment Edited] (NETBEANS-2787) Netbeans 11.0 is unstable

2019-07-02 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga edited comment on NETBEANS-2787 at 7/2/19 5:32 PM:
-

What must we do to reproduce, which JDK are you using? Can you think of a 
better and more specific title for this issue?

And what does "my maven based project" mean -- can you provide a lot more 
details so this can be reproduced?

Have you installed any plugins (maybe your own, for example)? Can you reproduce 
this when you start NetBeans with a fresh user directory?


was (Author: geertjanwielenga):
What must we do to reproduce, which JDK are you using? Can you think of a 
better and more specific title for this issue?

And what does "my maven based project" mean -- can you provide a lot more 
details so this can be reproduced?

> Netbeans 11.0 is unstable
> -
>
> Key: NETBEANS-2787
> URL: https://issues.apache.org/jira/browse/NETBEANS-2787
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Peter
>Priority: Major
> Fix For: 11.0
>
>
> running netbeans 11.0 in mac, keep having this problem. When i click the 
> "clean and build" menu on my maven based project, nothing come up.
>  
> SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
> org.netbeans.modules.maven.ActionProviderImpl$1
> java.lang.ClassNotFoundException: 
> org.openide.execution.ExecutionEngine$Trivial$ET
> at 
> java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583)
> at 
> java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
> at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:197)
> Caused: java.lang.ClassNotFoundException: 
> org.openide.execution.ExecutionEngine$Trivial$ET starting from 
> ModuleCL@14f861b4[org.openide.execution] with possible defining loaders null 
> and declared parents [ModuleCL@4225ac3a[org.openide.io], 
> org.netbeans.JarClassLoader@2e595f18, 
> org.netbeans.MainImpl$BootClassLoader@58372a00]
> at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:199)
> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
> Caused: java.lang.NoClassDefFoundError: 
> org/openide/execution/ExecutionEngine$Trivial$ET
> at org.openide.execution.ExecutionEngine.getDefault(ExecutionEngine.java:92)
> at 
> org.netbeans.modules.maven.execute.MavenCommandLineExecutor$ExecuteMaven.execute(MavenCommandLineExecutor.java:143)
> at 
> org.netbeans.modules.maven.execute.MavenCommandLineExecutor.executeMaven(MavenCommandLineExecutor.java:133)
> at 
> org.netbeans.modules.maven.api.execute.RunUtils.executeMaven(RunUtils.java:97)
> at org.netbeans.modules.maven.api.execute.RunUtils.run(RunUtils.java:75)
> at 
> org.netbeans.modules.maven.ActionProviderImpl.invokeAction(ActionProviderImpl.java:273)
> at 
> org.netbeans.modules.maven.ActionProviderImpl.access$000(ActionProviderImpl.java:111)
> at 
> org.netbeans.modules.maven.ActionProviderImpl$1.run(ActionProviderImpl.java:246)
> at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> [catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
> org.netbeans.modules.maven.ActionProviderImpl$1
> java.lang.ClassNotFoundException: 
> org.openide.execution.ExecutionEngine$Trivial$ET
> at 
> java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583)
> at 
> java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
> at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:197)
> Caused: java.lang.ClassNotFoundException: 
> org.openide.execution.ExecutionEngine$Trivial$ET starting from 
> ModuleCL@14f861b4[org.openide.execution] with possible defining loaders null 
> and declared parents [ModuleCL@4225ac3a[org.openide.io], 
> org.netbeans.JarClassLoader@2e595f18, 
> org.netbeans.MainImpl$BootClassLoader@58372a00]
> at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:199)
> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
> Caused: java.lang.NoClassDefFoundError: 
> org/openide/execution/ExecutionEngine$Trivial$ET
> at org.openide.execution.ExecutionEngine.getDefault(ExecutionEngine.java:92)
> at 
> org.netbeans.modules.maven.execute.MavenCommandLineExecutor$ExecuteMaven.execute(MavenCommandLineExecutor.java:143)
> at 
> 

[jira] [Updated] (NETBEANS-2417) update Gradle logo/icon

2019-07-02 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2417:
--
Attachment: image-2019-07-02-10-31-08-337.png

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: image-2019-07-02-10-27-44-307.png, 
> image-2019-07-02-10-31-08-337.png, nb1.png, nb2.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



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

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

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



[jira] [Comment Edited] (NETBEANS-2787) Netbeans 11.0 is unstable

2019-07-02 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga edited comment on NETBEANS-2787 at 7/2/19 5:30 PM:
-

What must we do to reproduce, which JDK are you using? Can you think of a 
better and more specific title for this issue?

And what does "my maven based project" mean -- can you provide a lot more 
details so this can be reproduced?


was (Author: geertjanwielenga):
What must we do to reproduce, which JDK are you using? Can you think of a 
better and more specific title for this issue?

> Netbeans 11.0 is unstable
> -
>
> Key: NETBEANS-2787
> URL: https://issues.apache.org/jira/browse/NETBEANS-2787
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Peter
>Priority: Major
> Fix For: 11.0
>
>
> running netbeans 11.0 in mac, keep having this problem. When i click the 
> "clean and build" menu on my maven based project, nothing come up.
>  
> SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
> org.netbeans.modules.maven.ActionProviderImpl$1
> java.lang.ClassNotFoundException: 
> org.openide.execution.ExecutionEngine$Trivial$ET
> at 
> java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583)
> at 
> java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
> at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:197)
> Caused: java.lang.ClassNotFoundException: 
> org.openide.execution.ExecutionEngine$Trivial$ET starting from 
> ModuleCL@14f861b4[org.openide.execution] with possible defining loaders null 
> and declared parents [ModuleCL@4225ac3a[org.openide.io], 
> org.netbeans.JarClassLoader@2e595f18, 
> org.netbeans.MainImpl$BootClassLoader@58372a00]
> at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:199)
> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
> Caused: java.lang.NoClassDefFoundError: 
> org/openide/execution/ExecutionEngine$Trivial$ET
> at org.openide.execution.ExecutionEngine.getDefault(ExecutionEngine.java:92)
> at 
> org.netbeans.modules.maven.execute.MavenCommandLineExecutor$ExecuteMaven.execute(MavenCommandLineExecutor.java:143)
> at 
> org.netbeans.modules.maven.execute.MavenCommandLineExecutor.executeMaven(MavenCommandLineExecutor.java:133)
> at 
> org.netbeans.modules.maven.api.execute.RunUtils.executeMaven(RunUtils.java:97)
> at org.netbeans.modules.maven.api.execute.RunUtils.run(RunUtils.java:75)
> at 
> org.netbeans.modules.maven.ActionProviderImpl.invokeAction(ActionProviderImpl.java:273)
> at 
> org.netbeans.modules.maven.ActionProviderImpl.access$000(ActionProviderImpl.java:111)
> at 
> org.netbeans.modules.maven.ActionProviderImpl$1.run(ActionProviderImpl.java:246)
> at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> [catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
> org.netbeans.modules.maven.ActionProviderImpl$1
> java.lang.ClassNotFoundException: 
> org.openide.execution.ExecutionEngine$Trivial$ET
> at 
> java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583)
> at 
> java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
> at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:197)
> Caused: java.lang.ClassNotFoundException: 
> org.openide.execution.ExecutionEngine$Trivial$ET starting from 
> ModuleCL@14f861b4[org.openide.execution] with possible defining loaders null 
> and declared parents [ModuleCL@4225ac3a[org.openide.io], 
> org.netbeans.JarClassLoader@2e595f18, 
> org.netbeans.MainImpl$BootClassLoader@58372a00]
> at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:199)
> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
> Caused: java.lang.NoClassDefFoundError: 
> org/openide/execution/ExecutionEngine$Trivial$ET
> at org.openide.execution.ExecutionEngine.getDefault(ExecutionEngine.java:92)
> at 
> org.netbeans.modules.maven.execute.MavenCommandLineExecutor$ExecuteMaven.execute(MavenCommandLineExecutor.java:143)
> at 
> org.netbeans.modules.maven.execute.MavenCommandLineExecutor.executeMaven(MavenCommandLineExecutor.java:133)
> at 
> org.netbeans.modules.maven.api.execute.RunUtils.executeMaven(RunUtils.java:97)
> at org.netbeans.modules.maven.api.execute.RunUtils.run(RunUtils.java:75)
> 

[jira] [Commented] (NETBEANS-2787) Netbeans 11.0 is unstable

2019-07-02 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-2787:
-

What must we do to reproduce, which JDK are you using? Can you think of a 
better and more specific title for this issue?

> Netbeans 11.0 is unstable
> -
>
> Key: NETBEANS-2787
> URL: https://issues.apache.org/jira/browse/NETBEANS-2787
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Peter
>Priority: Major
> Fix For: 11.0
>
>
> running netbeans 11.0 in mac, keep having this problem. When i click the 
> "clean and build" menu on my maven based project, nothing come up.
>  
> SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
> org.netbeans.modules.maven.ActionProviderImpl$1
> java.lang.ClassNotFoundException: 
> org.openide.execution.ExecutionEngine$Trivial$ET
> at 
> java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583)
> at 
> java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
> at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:197)
> Caused: java.lang.ClassNotFoundException: 
> org.openide.execution.ExecutionEngine$Trivial$ET starting from 
> ModuleCL@14f861b4[org.openide.execution] with possible defining loaders null 
> and declared parents [ModuleCL@4225ac3a[org.openide.io], 
> org.netbeans.JarClassLoader@2e595f18, 
> org.netbeans.MainImpl$BootClassLoader@58372a00]
> at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:199)
> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
> Caused: java.lang.NoClassDefFoundError: 
> org/openide/execution/ExecutionEngine$Trivial$ET
> at org.openide.execution.ExecutionEngine.getDefault(ExecutionEngine.java:92)
> at 
> org.netbeans.modules.maven.execute.MavenCommandLineExecutor$ExecuteMaven.execute(MavenCommandLineExecutor.java:143)
> at 
> org.netbeans.modules.maven.execute.MavenCommandLineExecutor.executeMaven(MavenCommandLineExecutor.java:133)
> at 
> org.netbeans.modules.maven.api.execute.RunUtils.executeMaven(RunUtils.java:97)
> at org.netbeans.modules.maven.api.execute.RunUtils.run(RunUtils.java:75)
> at 
> org.netbeans.modules.maven.ActionProviderImpl.invokeAction(ActionProviderImpl.java:273)
> at 
> org.netbeans.modules.maven.ActionProviderImpl.access$000(ActionProviderImpl.java:111)
> at 
> org.netbeans.modules.maven.ActionProviderImpl$1.run(ActionProviderImpl.java:246)
> at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
> at 
> org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
> at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
> [catch] at 
> org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
> SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
> org.netbeans.modules.maven.ActionProviderImpl$1
> java.lang.ClassNotFoundException: 
> org.openide.execution.ExecutionEngine$Trivial$ET
> at 
> java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583)
> at 
> java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
> at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:197)
> Caused: java.lang.ClassNotFoundException: 
> org.openide.execution.ExecutionEngine$Trivial$ET starting from 
> ModuleCL@14f861b4[org.openide.execution] with possible defining loaders null 
> and declared parents [ModuleCL@4225ac3a[org.openide.io], 
> org.netbeans.JarClassLoader@2e595f18, 
> org.netbeans.MainImpl$BootClassLoader@58372a00]
> at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:199)
> at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
> Caused: java.lang.NoClassDefFoundError: 
> org/openide/execution/ExecutionEngine$Trivial$ET
> at org.openide.execution.ExecutionEngine.getDefault(ExecutionEngine.java:92)
> at 
> org.netbeans.modules.maven.execute.MavenCommandLineExecutor$ExecuteMaven.execute(MavenCommandLineExecutor.java:143)
> at 
> org.netbeans.modules.maven.execute.MavenCommandLineExecutor.executeMaven(MavenCommandLineExecutor.java:133)
> at 
> org.netbeans.modules.maven.api.execute.RunUtils.executeMaven(RunUtils.java:97)
> at org.netbeans.modules.maven.api.execute.RunUtils.run(RunUtils.java:75)
> at 
> org.netbeans.modules.maven.ActionProviderImpl.invokeAction(ActionProviderImpl.java:273)
> at 
> org.netbeans.modules.maven.ActionProviderImpl.access$000(ActionProviderImpl.java:111)
> at 
> org.netbeans.modules.maven.ActionProviderImpl$1.run(ActionProviderImpl.java:246)
> at 

[jira] [Updated] (NETBEANS-2417) update Gradle logo/icon

2019-07-02 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi updated NETBEANS-2417:
--
Attachment: image-2019-07-02-10-27-44-307.png

> update Gradle logo/icon
> ---
>
> Key: NETBEANS-2417
> URL: https://issues.apache.org/jira/browse/NETBEANS-2417
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Gradle
>Reporter: Jennifer Strater
>Assignee: Jennifer Strater
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: image-2019-07-02-10-27-44-307.png, nb1.png, nb2.png
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Thanks again for adding support for Gradle to Netbeans.
> The logo included in Netbeans for Gradle is the pre-2015 Gradleware logo. 
> We've recently published the newest Gradle elephant logos to 
> [https://gradle.com/brand/]. I'd be happy to help make this change if that's 
> easier for everyone.
> Please let me know how I should proceed.



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

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

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



[jira] [Created] (NETBEANS-2787) Netbeans 11.0 is unstable

2019-07-02 Thread Peter (JIRA)
Peter created NETBEANS-2787:
---

 Summary: Netbeans 11.0 is unstable
 Key: NETBEANS-2787
 URL: https://issues.apache.org/jira/browse/NETBEANS-2787
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.0
Reporter: Peter
 Fix For: 11.0


running netbeans 11.0 in mac, keep having this problem. When i click the "clean 
and build" menu on my maven based project, nothing come up.

 

SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
org.netbeans.modules.maven.ActionProviderImpl$1

java.lang.ClassNotFoundException: 
org.openide.execution.ExecutionEngine$Trivial$ET

at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583)

at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)

at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)

at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:197)

Caused: java.lang.ClassNotFoundException: 
org.openide.execution.ExecutionEngine$Trivial$ET starting from 
ModuleCL@14f861b4[org.openide.execution] with possible defining loaders null 
and declared parents [ModuleCL@4225ac3a[org.openide.io], 
org.netbeans.JarClassLoader@2e595f18, 
org.netbeans.MainImpl$BootClassLoader@58372a00]

at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:199)

at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)

Caused: java.lang.NoClassDefFoundError: 
org/openide/execution/ExecutionEngine$Trivial$ET

at org.openide.execution.ExecutionEngine.getDefault(ExecutionEngine.java:92)

at 
org.netbeans.modules.maven.execute.MavenCommandLineExecutor$ExecuteMaven.execute(MavenCommandLineExecutor.java:143)

at 
org.netbeans.modules.maven.execute.MavenCommandLineExecutor.executeMaven(MavenCommandLineExecutor.java:133)

at 
org.netbeans.modules.maven.api.execute.RunUtils.executeMaven(RunUtils.java:97)

at org.netbeans.modules.maven.api.execute.RunUtils.run(RunUtils.java:75)

at 
org.netbeans.modules.maven.ActionProviderImpl.invokeAction(ActionProviderImpl.java:273)

at 
org.netbeans.modules.maven.ActionProviderImpl.access$000(ActionProviderImpl.java:111)

at 
org.netbeans.modules.maven.ActionProviderImpl$1.run(ActionProviderImpl.java:246)

at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)

at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)

at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)

[catch] at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)

SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
org.netbeans.modules.maven.ActionProviderImpl$1

java.lang.ClassNotFoundException: 
org.openide.execution.ExecutionEngine$Trivial$ET

at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583)

at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)

at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)

at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:197)

Caused: java.lang.ClassNotFoundException: 
org.openide.execution.ExecutionEngine$Trivial$ET starting from 
ModuleCL@14f861b4[org.openide.execution] with possible defining loaders null 
and declared parents [ModuleCL@4225ac3a[org.openide.io], 
org.netbeans.JarClassLoader@2e595f18, 
org.netbeans.MainImpl$BootClassLoader@58372a00]

at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:199)

at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)

Caused: java.lang.NoClassDefFoundError: 
org/openide/execution/ExecutionEngine$Trivial$ET

at org.openide.execution.ExecutionEngine.getDefault(ExecutionEngine.java:92)

at 
org.netbeans.modules.maven.execute.MavenCommandLineExecutor$ExecuteMaven.execute(MavenCommandLineExecutor.java:143)

at 
org.netbeans.modules.maven.execute.MavenCommandLineExecutor.executeMaven(MavenCommandLineExecutor.java:133)

at 
org.netbeans.modules.maven.api.execute.RunUtils.executeMaven(RunUtils.java:97)

at org.netbeans.modules.maven.api.execute.RunUtils.run(RunUtils.java:75)

at 
org.netbeans.modules.maven.ActionProviderImpl.invokeAction(ActionProviderImpl.java:273)

at 
org.netbeans.modules.maven.ActionProviderImpl.access$000(ActionProviderImpl.java:111)

at 
org.netbeans.modules.maven.ActionProviderImpl$1.run(ActionProviderImpl.java:246)

at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)

at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)

at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)

[catch] at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)

WARNING [org.openide.util.lookup.MetaInfServicesLookup]: 
org.openide.execution.ExecutionEngine could not be found in 
SystemClassLoader[787 modules]

SEVERE [org.netbeans.core.NbLifecycleManager]: 

[jira] [Updated] (NETBEANS-2786) NullPointer Exception in Refactoring if Move or Copy

2019-07-02 Thread Helmut Leininger (JIRA)


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

Helmut Leininger updated NETBEANS-2786:
---
Attachment: messages.zip
2019-07-02 17_28_03-Window.png

> NullPointer Exception in Refactoring if Move or Copy 
> -
>
> Key: NETBEANS-2786
> URL: https://issues.apache.org/jira/browse/NETBEANS-2786
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Refactoring
>Affects Versions: 11.1
> Environment: Windows 10
> Java 12
> Netbeans 11.1 beta
>Reporter: Helmut Leininger
>Priority: Major
> Attachments: 2019-07-02 17_28_03-Window.png, messages.zip
>
>
> java.lang.NullPointerException if Refactoring if a package or class should be 
> moved to another package !2019-07-02 17_28_03-Window.png![^messages.zip]



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

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

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



[jira] [Created] (NETBEANS-2786) NullPointer Exception in Refactoring if Move or Copy

2019-07-02 Thread Helmut Leininger (JIRA)
Helmut Leininger created NETBEANS-2786:
--

 Summary: NullPointer Exception in Refactoring if Move or Copy 
 Key: NETBEANS-2786
 URL: https://issues.apache.org/jira/browse/NETBEANS-2786
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Refactoring
Affects Versions: 11.1
 Environment: Windows 10
Java 12
Netbeans 11.1 beta
Reporter: Helmut Leininger


java.lang.NullPointerException if Refactoring if a package or class should be 
moved to another package !2019-07-02 17_28_03-Window.png![^messages.zip]



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

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

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



[jira] [Commented] (NETBEANS-2785) Make NIO2 File Watcher Implementation as Default

2019-07-02 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-2785:
---

The platform dependent implementation shall be missing or disabled. We have 
specific implementations for Linux, Windows and MacOS. NIO2 is default probably 
on Solaris.
The quickest way to make NIO2 to work is to remove:

platform/modules/org-netbeans-modules-masterfs-.jar

> Make NIO2 File Watcher Implementation as Default
> 
>
> Key: NETBEANS-2785
> URL: https://issues.apache.org/jira/browse/NETBEANS-2785
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Filesystems
>Reporter: Laszlo Kishalmi
>Priority: Major
>  Labels: Performance
>
> It seems Java NIO2 based file watcher implementation can speed up the IDE 
> startup time and make the IDE a bit snappier overall.



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

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

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



[jira] [Updated] (NETBEANS-2785) Make NIO2 File Watcher Implementation as Default

2019-07-02 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-2785:
-
Labels: Performance pull-request-available  (was: Performance)

> Make NIO2 File Watcher Implementation as Default
> 
>
> Key: NETBEANS-2785
> URL: https://issues.apache.org/jira/browse/NETBEANS-2785
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Filesystems
>Reporter: Laszlo Kishalmi
>Priority: Major
>  Labels: Performance, pull-request-available
>
> It seems Java NIO2 based file watcher implementation can speed up the IDE 
> startup time and make the IDE a bit snappier overall.



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

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

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



[jira] [Commented] (NETBEANS-2785) Make NIO2 File Watcher Implementation as Default

2019-07-02 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-2785:
--

It says: ...as default. So it seems that it is not default but when does the 
functionality comes up? I mean, when is NIO2 used when not as default?

> Make NIO2 File Watcher Implementation as Default
> 
>
> Key: NETBEANS-2785
> URL: https://issues.apache.org/jira/browse/NETBEANS-2785
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Filesystems
>Reporter: Laszlo Kishalmi
>Priority: Major
>  Labels: Performance
>
> It seems Java NIO2 based file watcher implementation can speed up the IDE 
> startup time and make the IDE a bit snappier overall.



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

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

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



[jira] [Comment Edited] (NETBEANS-2664) Building and compile Java and JavaFX applications with Apache Ant do not work.

2019-07-02 Thread Robert Fink (JIRA)


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

Robert Fink edited comment on NETBEANS-2664 at 7/2/19 1:21 PM:
---

Hello togehter,
 This issue is also linked to NETBEANS-1925.

As you see here: [https://openjfx.io/openjfx-docs/#IDE-NetBeans]
 It's about the fact:
 "... The JavaFX Ant tasks ... not ready for JavaFX ..."

If you build with NetBeans an JavaFX application with Apache Ant it will fail.
 I used NetBeans 11 with JavaFX 12 to reproduce the issue.
 Please see the project files and the build output attached.

[^build.xml]
 [^JavaFXApp.java]

[^JavaFXApp - Build.log]


was (Author: robertoni):
Hello togehter,
 This issue is also linked to NETBEANS-1925.

As you see here: [https://openjfx.io/openjfx-docs/#IDE-NetBeans]
 It's about the fact:
 "The JavaFX Ant tasks ... not ready for JavaFX ..."

If you build with NetBeans an JavaFX application with Apache Ant it will fail.
 I used NetBeans 11 with JavaFX 12 to reproduce the issue.
 Please see the project files and the build output attached.

[^build.xml]
 [^JavaFXApp.java]

[^JavaFXApp - Build.log]

> Building and compile Java and JavaFX applications with Apache Ant do not work.
> --
>
> Key: NETBEANS-2664
> URL: https://issues.apache.org/jira/browse/NETBEANS-2664
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Deployment, projects - Ant
>Affects Versions: 9.0, 10.0, 11.0
> Environment: Windows, Mac, Linux and all JDKs, incuding Zulu with 
> JavaFX embeded and Oracle JDK all of them.
>Reporter: alex sandro carvalho
>Priority: Major
> Attachments: JavaFXApp - Build.log, JavaFXApp.java, build.xml
>
>
> Building and compile Java and JavaFX applications with Apache Ant do not 
> work. This afects Netbeans 9, 10 and 11. When make a Java or JavaFX Ant based 
> application, the IDE don't find the Main class. If do you try point the Main 
> class manually, the IDE don't show the class list. Isn't possible generate a 
> functional Jlink distribution.



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

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

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



[jira] [Comment Edited] (NETBEANS-2664) Building and compile Java and JavaFX applications with Apache Ant do not work.

2019-07-02 Thread Robert Fink (JIRA)


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

Robert Fink edited comment on NETBEANS-2664 at 7/2/19 1:20 PM:
---

Hello togehter,
 This issue is also linked to NETBEANS-1925.

As you see here: [https://openjfx.io/openjfx-docs/#IDE-NetBeans]
 It's about the fact:
 "The JavaFX Ant tasks ... not ready for JavaFX ..."

If you build with NetBeans an JavaFX application with Apache Ant it will fail.
 I used NetBeans 11 with JavaFX 12 to reproduce the issue.
 Please see the project files and the build output attached.

[^build.xml]
 [^JavaFXApp.java]

[^JavaFXApp - Build.log]


was (Author: robertoni):
Hello togehter,
 This issue is also linked to NETBEANS-1925.

As you see here: [https://openjfx.io/openjfx-docs/#IDE-NetBeans]
 It's about the fact:
 "The JavaFX Ant tasks ... not ready for JavaFX ..."

If you build with NetBeans an JavaFX application with Apache Ant it will fail.
 On NetBeans 11 with JavaFX 12 it will fail.
 Please see the project files and the build output attached.

[^build.xml]
 [^JavaFXApp.java]

[^JavaFXApp - Build.log]

> Building and compile Java and JavaFX applications with Apache Ant do not work.
> --
>
> Key: NETBEANS-2664
> URL: https://issues.apache.org/jira/browse/NETBEANS-2664
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Deployment, projects - Ant
>Affects Versions: 9.0, 10.0, 11.0
> Environment: Windows, Mac, Linux and all JDKs, incuding Zulu with 
> JavaFX embeded and Oracle JDK all of them.
>Reporter: alex sandro carvalho
>Priority: Major
> Attachments: JavaFXApp - Build.log, JavaFXApp.java, build.xml
>
>
> Building and compile Java and JavaFX applications with Apache Ant do not 
> work. This afects Netbeans 9, 10 and 11. When make a Java or JavaFX Ant based 
> application, the IDE don't find the Main class. If do you try point the Main 
> class manually, the IDE don't show the class list. Isn't possible generate a 
> functional Jlink distribution.



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

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

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



[jira] [Created] (NETBEANS-2785) Make NIO2 File Watcher Implementation as Default

2019-07-02 Thread Laszlo Kishalmi (JIRA)
Laszlo Kishalmi created NETBEANS-2785:
-

 Summary: Make NIO2 File Watcher Implementation as Default
 Key: NETBEANS-2785
 URL: https://issues.apache.org/jira/browse/NETBEANS-2785
 Project: NetBeans
  Issue Type: Improvement
  Components: platform - Filesystems
Reporter: Laszlo Kishalmi


It seems Java NIO2 based file watcher implementation can speed up the IDE 
startup time and make the IDE a bit snappier overall.



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

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

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



[jira] [Comment Edited] (NETBEANS-2664) Building and compile Java and JavaFX applications with Apache Ant do not work.

2019-07-02 Thread Robert Fink (JIRA)


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

Robert Fink edited comment on NETBEANS-2664 at 7/2/19 1:18 PM:
---

Hello togehter,
 This issue is also linked to NETBEANS-1925.

As you see here: [https://openjfx.io/openjfx-docs/#IDE-NetBeans]
 It's about the fact:
 "The JavaFX Ant tasks ... not ready for JavaFX ..."

If you build with NetBeans an JavaFX application with Apache Ant it will fail.
 On NetBeans 11 with JavaFX 12 it will fail.
 Please see the project files and the build output attached.

[^build.xml]
 [^JavaFXApp.java]

[^JavaFXApp - Build.log]


was (Author: robertoni):
Hello togehter,
 This issue is also linked to NETBEANS-1925.

As you see here: [https://openjfx.io/openjfx-docs/#IDE-NetBeans]
 It's about the fact:
 "The JavaFX Ant tasks ... not ready for JavaFX ..."

If you build with NetBeans an JavaFX application with Apache Ant it will fail.
 On NetBeans 11 with JavaFX 12 it will fail.
 Please see the project files and the error message attached.

[^build.xml]
 [^JavaFXApp.java]

[^JavaFXApp - Build.log]

> Building and compile Java and JavaFX applications with Apache Ant do not work.
> --
>
> Key: NETBEANS-2664
> URL: https://issues.apache.org/jira/browse/NETBEANS-2664
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Deployment, projects - Ant
>Affects Versions: 9.0, 10.0, 11.0
> Environment: Windows, Mac, Linux and all JDKs, incuding Zulu with 
> JavaFX embeded and Oracle JDK all of them.
>Reporter: alex sandro carvalho
>Priority: Major
> Attachments: JavaFXApp - Build.log, JavaFXApp.java, build.xml
>
>
> Building and compile Java and JavaFX applications with Apache Ant do not 
> work. This afects Netbeans 9, 10 and 11. When make a Java or JavaFX Ant based 
> application, the IDE don't find the Main class. If do you try point the Main 
> class manually, the IDE don't show the class list. Isn't possible generate a 
> functional Jlink distribution.



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

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

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



[jira] [Comment Edited] (NETBEANS-2664) Building and compile Java and JavaFX applications with Apache Ant do not work.

2019-07-02 Thread Robert Fink (JIRA)


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

Robert Fink edited comment on NETBEANS-2664 at 7/2/19 1:12 PM:
---

Hello togehter,
 This issue is also linked to NETBEANS-1925.

As you see here: [https://openjfx.io/openjfx-docs/#IDE-NetBeans]
 It's about the fact:
 "The JavaFX Ant tasks ... not ready for JavaFX ..."

If you build with NetBeans an JavaFX application with Apache Ant it will fail.
 On NetBeans 11 with JavaFX 12 it will fail.
 Please see the project files and the error message attached.

[^build.xml]
 [^JavaFXApp.java]

[^JavaFXApp - Build.log]


was (Author: robertoni):
Hello togehter,
 This issue is also linked to NETBEANS-1925.

As you see here: [https://openjfx.io/openjfx-docs/#IDE-NetBeans]
 It's about the fact:
 "The JavaFX Ant tasks ... not ready for JavaFX ..."

If you build with NetBeans an JavaFX application with Apache Ant it will fail.
 On NetBeans 11 with JavaFX 12 it will fail.
 Please see the project files and the error message attached.

[^build.xml]
 [^JavaFXApp.java][^JavaFXApp - Build.log]

> Building and compile Java and JavaFX applications with Apache Ant do not work.
> --
>
> Key: NETBEANS-2664
> URL: https://issues.apache.org/jira/browse/NETBEANS-2664
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Deployment, projects - Ant
>Affects Versions: 9.0, 10.0, 11.0
> Environment: Windows, Mac, Linux and all JDKs, incuding Zulu with 
> JavaFX embeded and Oracle JDK all of them.
>Reporter: alex sandro carvalho
>Priority: Major
> Attachments: JavaFXApp - Build.log, JavaFXApp.java, build.xml
>
>
> Building and compile Java and JavaFX applications with Apache Ant do not 
> work. This afects Netbeans 9, 10 and 11. When make a Java or JavaFX Ant based 
> application, the IDE don't find the Main class. If do you try point the Main 
> class manually, the IDE don't show the class list. Isn't possible generate a 
> functional Jlink distribution.



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

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

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



[jira] [Comment Edited] (NETBEANS-2664) Building and compile Java and JavaFX applications with Apache Ant do not work.

2019-07-02 Thread Robert Fink (JIRA)


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

Robert Fink edited comment on NETBEANS-2664 at 7/2/19 1:12 PM:
---

Hello togehter,
 This issue is also linked to NETBEANS-1925.

As you see here: [https://openjfx.io/openjfx-docs/#IDE-NetBeans]
 It's about the fact:
 "The JavaFX Ant tasks ... not ready for JavaFX ..."

If you build with NetBeans an JavaFX application with Apache Ant it will fail.
 On NetBeans 11 with JavaFX 12 it will fail.
 Please see the project files and the error message attached.

[^build.xml]
 [^JavaFXApp.java][^JavaFXApp - Build.log]


was (Author: robertoni):
Hello togehter,
This issue is also linked to NETBEANS-1925.

As you see here: https://openjfx.io/openjfx-docs/#IDE-NetBeans
It's about the fact:
"The JavaFX Ant tasks ... not ready for JavaFX ..."

If you build with NetBeans an JavaFX application with Apache Ant it will fail.
On NetBeans 11 with JavaFX 12 it will fail.
Please see the project files and the error message attached.

[^build.xml]
[^JavaFXApp.java] [^JavaFXApp - Build.log]

> Building and compile Java and JavaFX applications with Apache Ant do not work.
> --
>
> Key: NETBEANS-2664
> URL: https://issues.apache.org/jira/browse/NETBEANS-2664
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Deployment, projects - Ant
>Affects Versions: 9.0, 10.0, 11.0
> Environment: Windows, Mac, Linux and all JDKs, incuding Zulu with 
> JavaFX embeded and Oracle JDK all of them.
>Reporter: alex sandro carvalho
>Priority: Major
> Attachments: JavaFXApp - Build.log, JavaFXApp.java, build.xml
>
>
> Building and compile Java and JavaFX applications with Apache Ant do not 
> work. This afects Netbeans 9, 10 and 11. When make a Java or JavaFX Ant based 
> application, the IDE don't find the Main class. If do you try point the Main 
> class manually, the IDE don't show the class list. Isn't possible generate a 
> functional Jlink distribution.



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

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

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



[jira] [Commented] (NETBEANS-2664) Building and compile Java and JavaFX applications with Apache Ant do not work.

2019-07-02 Thread Robert Fink (JIRA)


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

Robert Fink commented on NETBEANS-2664:
---

Hello togehter,
This issue is also linked to NETBEANS-1925.

As you see here: https://openjfx.io/openjfx-docs/#IDE-NetBeans
It's about the fact:
"The JavaFX Ant tasks ... not ready for JavaFX ..."

If you build with NetBeans an JavaFX application with Apache Ant it will fail.
On NetBeans 11 with JavaFX 12 it will fail.
Please see the project files and the error message attached.

[^build.xml]
[^JavaFXApp.java] [^JavaFXApp - Build.log]

> Building and compile Java and JavaFX applications with Apache Ant do not work.
> --
>
> Key: NETBEANS-2664
> URL: https://issues.apache.org/jira/browse/NETBEANS-2664
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Deployment, projects - Ant
>Affects Versions: 9.0, 10.0, 11.0
> Environment: Windows, Mac, Linux and all JDKs, incuding Zulu with 
> JavaFX embeded and Oracle JDK all of them.
>Reporter: alex sandro carvalho
>Priority: Major
> Attachments: JavaFXApp - Build.log, JavaFXApp.java, build.xml
>
>
> Building and compile Java and JavaFX applications with Apache Ant do not 
> work. This afects Netbeans 9, 10 and 11. When make a Java or JavaFX Ant based 
> application, the IDE don't find the Main class. If do you try point the Main 
> class manually, the IDE don't show the class list. Isn't possible generate a 
> functional Jlink distribution.



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

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

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



[jira] [Updated] (NETBEANS-2664) Building and compile Java and JavaFX applications with Apache Ant do not work.

2019-07-02 Thread Robert Fink (JIRA)


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

Robert Fink updated NETBEANS-2664:
--
Attachment: JavaFXApp - Build.log

> Building and compile Java and JavaFX applications with Apache Ant do not work.
> --
>
> Key: NETBEANS-2664
> URL: https://issues.apache.org/jira/browse/NETBEANS-2664
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Deployment, projects - Ant
>Affects Versions: 9.0, 10.0, 11.0
> Environment: Windows, Mac, Linux and all JDKs, incuding Zulu with 
> JavaFX embeded and Oracle JDK all of them.
>Reporter: alex sandro carvalho
>Priority: Major
> Attachments: JavaFXApp - Build.log, JavaFXApp.java, build.xml
>
>
> Building and compile Java and JavaFX applications with Apache Ant do not 
> work. This afects Netbeans 9, 10 and 11. When make a Java or JavaFX Ant based 
> application, the IDE don't find the Main class. If do you try point the Main 
> class manually, the IDE don't show the class list. Isn't possible generate a 
> functional Jlink distribution.



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

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

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



[jira] [Updated] (NETBEANS-2664) Building and compile Java and JavaFX applications with Apache Ant do not work.

2019-07-02 Thread Robert Fink (JIRA)


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

Robert Fink updated NETBEANS-2664:
--
Attachment: JavaFXApp.java

> Building and compile Java and JavaFX applications with Apache Ant do not work.
> --
>
> Key: NETBEANS-2664
> URL: https://issues.apache.org/jira/browse/NETBEANS-2664
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Deployment, projects - Ant
>Affects Versions: 9.0, 10.0, 11.0
> Environment: Windows, Mac, Linux and all JDKs, incuding Zulu with 
> JavaFX embeded and Oracle JDK all of them.
>Reporter: alex sandro carvalho
>Priority: Major
> Attachments: JavaFXApp - Build.log, JavaFXApp.java, build.xml
>
>
> Building and compile Java and JavaFX applications with Apache Ant do not 
> work. This afects Netbeans 9, 10 and 11. When make a Java or JavaFX Ant based 
> application, the IDE don't find the Main class. If do you try point the Main 
> class manually, the IDE don't show the class list. Isn't possible generate a 
> functional Jlink distribution.



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

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

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



[jira] [Updated] (NETBEANS-2664) Building and compile Java and JavaFX applications with Apache Ant do not work.

2019-07-02 Thread Robert Fink (JIRA)


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

Robert Fink updated NETBEANS-2664:
--
Attachment: build.xml

> Building and compile Java and JavaFX applications with Apache Ant do not work.
> --
>
> Key: NETBEANS-2664
> URL: https://issues.apache.org/jira/browse/NETBEANS-2664
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Deployment, projects - Ant
>Affects Versions: 9.0, 10.0, 11.0
> Environment: Windows, Mac, Linux and all JDKs, incuding Zulu with 
> JavaFX embeded and Oracle JDK all of them.
>Reporter: alex sandro carvalho
>Priority: Major
> Attachments: JavaFXApp - Build.log, JavaFXApp.java, build.xml
>
>
> Building and compile Java and JavaFX applications with Apache Ant do not 
> work. This afects Netbeans 9, 10 and 11. When make a Java or JavaFX Ant based 
> application, the IDE don't find the Main class. If do you try point the Main 
> class manually, the IDE don't show the class list. Isn't possible generate a 
> functional Jlink distribution.



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

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

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



[jira] [Created] (NETBEANS-2784) inline parameter hints - sometimes not displayed

2019-07-02 Thread Tobias Warneke (JIRA)
Tobias Warneke created NETBEANS-2784:


 Summary: inline parameter hints - sometimes not displayed
 Key: NETBEANS-2784
 URL: https://issues.apache.org/jira/browse/NETBEANS-2784
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.1
Reporter: Tobias Warneke


First of all, I love inline parameter hints. 

 

Maybe this is a bug, but not always the parameter hints are displayed, but I 
cannot see any logic behind it:
 * within a test class
 ** assertEquals(configBackground.size(), actual: 3);
 ** first parameter has no hint
 * using apache queryrunner
 ** new QueryRunner().query(con,
sql: "select ...", new MapListHandler(), 7)
 ** Only the SQL parameter has the hint
 ** by the way sources were downloaded



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

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

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



[jira] [Updated] (NETBEANS-2783) Maven dependencies node does not show dependencies added editing POM

2019-07-02 Thread Alessandro Falappa (JIRA)


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

Alessandro Falappa updated NETBEANS-2783:
-
Environment: 
Product Version: Apache NetBeans IDE 11.1
Updates: Updates available
Java: 1.8.0_202; OpenJDK 64-Bit Server VM 25.202-b08
Runtime: OpenJDK Runtime Environment 1.8.0_202-b08
System: Windows 10 version 10.0 running on amd64; Cp1252; en_IE (nb)
User directory: C:\Users\falappa\AppData\Roaming\NetBeans\11.1
Cache directory: C:\Users\falappa\AppData\Local\NetBeans\Cache\11.1
 Labels: regression  (was: )

> Maven dependencies node does not show dependencies added editing POM
> 
>
> Key: NETBEANS-2783
> URL: https://issues.apache.org/jira/browse/NETBEANS-2783
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Generic Projects UI, projects - Maven
>Affects Versions: 11.0, 11.1
> Environment: Product Version: Apache NetBeans IDE 11.1
> Updates: Updates available
> Java: 1.8.0_202; OpenJDK 64-Bit Server VM 25.202-b08
> Runtime: OpenJDK Runtime Environment 1.8.0_202-b08
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_IE (nb)
> User directory: C:\Users\falappa\AppData\Roaming\NetBeans\11.1
> Cache directory: C:\Users\falappa\AppData\Local\NetBeans\Cache\11.1
>Reporter: Alessandro Falappa
>Priority: Major
>  Labels: regression
>
> Steps:
>  # Open or create a new maven project
>  # Expand the Dependencies node in Projects view
>  # Open pom.xml and add a dependency that has never been used before, i.e. is 
> not in the local maven repository (.m2/repository)
>  # Save pom.xml
> _Expected_ (works in NB 8.2): a jar entry with  the name of the dependency 
> artifact appears under the Dependencies node of the project with a yellow 
> triangle badge indicating new dependency detected but missing local copy.
> _Actual_ (broken in NB11.0 and NB11.1-beta2): no jar entry appears, the log 
> contains the following warning (here for commons-math3 dependency):
> {code:java}
> // WARNING [org.netbeans.modules.maven.nodes.DependenciesNode]: Could not 
> determine module name for artifact 
> jar:file:/C:/Users/falappa/.m2/repository/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar!/
> {code}
> In NB11.0 and NB11.1-beta2 after rebuilding the project the dependencies node 
> gets updated and a regular jar entry appears. In NB8.2 after rebuilding the 
> project the yellow triangle badge disappears.
> I had a look at the code and it looks like something got broken when adding 
> modular Java support, i.e. in NB 9.0, as the code is trying to determine Java 
> module names for each dependency.
> This is a regression, NetBeans 8.2 works, NetBeans 11.0 and NetBeans 
> 11.1-beta2 do not, NetBeans 9.0 and 10.0 not tested.
>  



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

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

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



[jira] [Created] (NETBEANS-2783) Maven dependencies node does not show dependencies added editing POM

2019-07-02 Thread Alessandro Falappa (JIRA)
Alessandro Falappa created NETBEANS-2783:


 Summary: Maven dependencies node does not show dependencies added 
editing POM
 Key: NETBEANS-2783
 URL: https://issues.apache.org/jira/browse/NETBEANS-2783
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Generic Projects UI, projects - Maven
Affects Versions: 11.0, 11.1
Reporter: Alessandro Falappa


Steps:
 # Open or create a new maven project
 # Expand the Dependencies node in Projects view
 # Open pom.xml and add a dependency that has never been used before, i.e. is 
not in the local maven repository (.m2/repository)
 # Save pom.xml

_Expected_ (works in NB 8.2): a jar entry with  the name of the dependency 
artifact appears under the Dependencies node of the project with a yellow 
triangle badge indicating new dependency detected but missing local copy.

_Actual_ (broken in NB11.0 and NB11.1-beta2): no jar entry appears, the log 
contains the following warning (here for commons-math3 dependency):
{code:java}
// WARNING [org.netbeans.modules.maven.nodes.DependenciesNode]: Could not 
determine module name for artifact 
jar:file:/C:/Users/falappa/.m2/repository/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar!/
{code}
In NB11.0 and NB11.1-beta2 after rebuilding the project the dependencies node 
gets updated and a regular jar entry appears. In NB8.2 after rebuilding the 
project the yellow triangle badge disappears.

I had a look at the code and it looks like something got broken when adding 
modular Java support, i.e. in NB 9.0, as the code is trying to determine Java 
module names for each dependency.

This is a regression, NetBeans 8.2 works, NetBeans 11.0 and NetBeans 11.1-beta2 
do not, NetBeans 9.0 and 10.0 not tested.

 



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

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

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



[jira] [Updated] (NETBEANS-2775) New Java Web Application Project Duplicate Servers

2019-07-02 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated NETBEANS-2775:
-
Labels: pull-request-available  (was: )

> New Java Web Application Project Duplicate Servers
> --
>
> Key: NETBEANS-2775
> URL: https://issues.apache.org/jira/browse/NETBEANS-2775
> Project: NetBeans
>  Issue Type: Bug
>  Components: javaee - Web Project
>Affects Versions: 11.1
> Environment: 11.1 beta 2
> Java: 1.8.0_192; Java HotSpot(TM) 64-Bit Server VM 25.192-b12
> Runtime: Java(TM) SE Runtime Environment 1.8.0_192-b12
> System: Windows 10 version 10.0 running on amd64; Cp1252; en_US (nb)
>Reporter: Vano Beridze
>Assignee: Gaurav Gupta
>Priority: Major
>  Labels: pull-request-available
> Attachments: Bug2.PNG
>
>
> # Creating New Maven Web Application
>  # Java EE 8 Web
>  # Server  pressing Add
>  # Dialog shows up which has 2 GlassFish Server and 3 Payara Server entries



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

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

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