[jira] [Updated] (NETBEANS-1189) Invalid license files in websvc.core module

2018-08-24 Thread vikas kumar prabhakar (JIRA)


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

vikas kumar prabhakar updated NETBEANS-1189:

Description: 
The following license files[1] , belonging to websvc.core module, are listed in 
the rat-report.txt file and need a more experienced review:
 glassfish-license.txt

[https://github.com/apache/incubator-netbeans/pull/789|https://github.com/apache/incubator-netbeans/pull/789]

  was:
The following license files[1] , belonging to websvc.core module, are listed in 
the rat-report.txt file and need a more experienced review:
glassfish-license.txt

 


> Invalid license files in websvc.core module
> ---
>
> Key: NETBEANS-1189
> URL: https://issues.apache.org/jira/browse/NETBEANS-1189
> Project: NetBeans
>  Issue Type: Bug
>Reporter: vikas kumar prabhakar
>Priority: Major
>
> The following license files[1] , belonging to websvc.core module, are listed 
> in the rat-report.txt file and need a more experienced review:
>  glassfish-license.txt
> [https://github.com/apache/incubator-netbeans/pull/789|https://github.com/apache/incubator-netbeans/pull/789]



--
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-1189) Invalid license files in websvc.core module

2018-08-24 Thread vikas kumar prabhakar (JIRA)
vikas kumar prabhakar created NETBEANS-1189:
---

 Summary: Invalid license files in websvc.core module
 Key: NETBEANS-1189
 URL: https://issues.apache.org/jira/browse/NETBEANS-1189
 Project: NetBeans
  Issue Type: Bug
Reporter: vikas kumar prabhakar


The following license files[1] , belonging to websvc.core module, are listed in 
the rat-report.txt file and need a more experienced review:
glassfish-license.txt

 



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



[incubator-netbeans] branch master updated: [NETBEANS-1074] Module Review languages.ini (#776)

2018-08-24 Thread junichi11
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 50112a3  [NETBEANS-1074] Module Review languages.ini (#776)
50112a3 is described below

commit 50112a346d580f081bb1837e767c238b38279471
Author: Junichi Yamamoto 
AuthorDate: Sat Aug 25 08:57:03 2018 +0900

[NETBEANS-1074] Module Review languages.ini (#776)

- Add EmptyINI.ini to the licenseinfo.xml because it is a template file
- Add IniExample.ini to the licenseinfo.xml because it is an example file
- Add skeleton.netbeans to the licenseinfo.xml because it does not support 
comments
---
 languages.ini/licenseinfo.xml | 39 +++
 1 file changed, 39 insertions(+)

diff --git a/languages.ini/licenseinfo.xml b/languages.ini/licenseinfo.xml
new file mode 100644
index 000..3a0b01f
--- /dev/null
+++ b/languages.ini/licenseinfo.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
src/org/netbeans/modules/languages/ini/resources/EmptyINI.ini
+
+
+
+
+tools/skeleton.netbeans
+
src/org/netbeans/modules/languages/ini/resources/ini_file_16.png
+
+
+
+
+
src/org/netbeans/modules/languages/ini/resources/IniExample.ini
+
+
+
+


-
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-1188) Cannot uninstall NB 8.2

2018-08-24 Thread Wayne Pollock (JIRA)
Wayne Pollock created NETBEANS-1188:
---

 Summary: Cannot uninstall NB 8.2
 Key: NETBEANS-1188
 URL: https://issues.apache.org/jira/browse/NETBEANS-1188
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 9.0
 Environment: C:\Temp>java --version
java 10.0.2 2018-07-17
Java(TM) SE Runtime Environment 18.3 (build 10.0.2+13)
Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.2+13, mixed mode)

C:\Temp>ver
Microsoft Windows [Version 6.1.7601]

Reporter: Wayne Pollock


When an installer for NB 9 is released, Please be sure it offers to uninstall 
older versions of NB.  The reason is, if you stopped using NB 8.2 to use newer 
versions of Java, you likely don't have the old JDK 7 still installed.  
However, without that the NB 8.2 uninstall program refuses to run at all.

One work-around is to manually delete all files, folders, and registry 
settings.  But then, NB 9 won't be able to import old settings.  The only other 
work-around is to reinstall the older JDK just to uninstall NB.

 

Until such an installer is released, the README/Install directions in the zip 
file should include this information.



--
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-1187) NB cannot run older projects due to Java version

2018-08-24 Thread Wayne Pollock (JIRA)
Wayne Pollock created NETBEANS-1187:
---

 Summary: NB cannot run older projects due to Java version
 Key: NETBEANS-1187
 URL: https://issues.apache.org/jira/browse/NETBEANS-1187
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 9.0
 Environment: C:\Temp>java --version
java 10.0.2 2018-07-17
Java(TM) SE Runtime Environment 18.3 (build 10.0.2+13)
Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.2+13, mixed mode)

C:\Temp>echo %JAVA_HOME%
C:\Java

C:\Temp>ver
Microsoft Windows [Version 6.1.7601]

Reporter: Wayne Pollock


When opening old projects with newly installed NB 9, the projects refuse to run 
due to the Java version set in the project is 7.

While this is easy to fix by changing that in the project properties, NB should 
show a dialog instead of an error (when later running), offering to update that.



--
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-1186) NB9 ignores JAVA_HOME

2018-08-24 Thread Wayne Pollock (JIRA)
Wayne Pollock created NETBEANS-1186:
---

 Summary: NB9 ignores JAVA_HOME
 Key: NETBEANS-1186
 URL: https://issues.apache.org/jira/browse/NETBEANS-1186
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 9.0
 Environment: C:\Temp>java --version
java 10.0.2 2018-07-17
Java(TM) SE Runtime Environment 18.3 (build 10.0.2+13)
Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.2+13, mixed mode)

C:\Temp>echo %JAVA_HOME%
C:\Java

C:\Temp>ver
Microsoft Windows [Version 6.1.7601]

Reporter: Wayne Pollock


Starting NB9 on Windows 7 says it cannot find JDK, even with JAVA_HOME set 
correctly.  JDK is version 10.0.2.  A dialog pops up instead suggesting 
starting with "-jdkhome" option.

 

Work-around:  Edit shortcut to add "-jdkhome PATH_TO_JDK" to command line.

 

Requested fix: Have NB fall back to using JAVA_HOME.

 



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



[incubator-netbeans] 01/01: Merge pull request #757 from thilina01/netbeans-1074-2nd-review-websvc-restapi

2018-08-24 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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

commit 17750ca9fcfdeb6f63e4286c6e7e93a01874ced7
Merge: 40350f3 1065b16
Author: Matthias Bläsing 
AuthorDate: Fri Aug 24 22:44:28 2018 +0200

Merge pull request #757 from 
thilina01/netbeans-1074-2nd-review-websvc-restapi

[NETBEANS-1074] Module Review websvc.restapi

 websvc.restapi/licenseinfo.xml | 54 ++
 .../websvc/rest/resources/Bundle.properties| 54 ++
 .../modules/websvc/rest/spi/Bundle.properties  | 54 ++
 .../websvc/rest/spi/resources/test-resbeans.html   | 22 +
 .../websvc/rest/spi/resources/test-services.html   | 22 +
 5 files changed, 128 insertions(+), 78 deletions(-)


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

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



[incubator-netbeans] branch master updated (40350f3 -> 17750ca)

2018-08-24 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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


from 40350f3  Merge pull request #781 from 
sarveshkesharwani/netbeans-1074-j2ee.earproject-donation-review
 add 1065b16  [NETBEANS-1074] Module Review websvc.restapi changed license 
headers in 2 files added license headers to 2 files added 25 graphic files to 
licenseinfo.xml
 new 17750ca  Merge pull request #757 from 
thilina01/netbeans-1074-2nd-review-websvc-restapi

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


Summary of changes:
 websvc.restapi/licenseinfo.xml | 54 ++
 .../websvc/rest/resources/Bundle.properties| 54 ++
 .../modules/websvc/rest/spi/Bundle.properties  | 54 ++
 .../websvc/rest/spi/resources/test-resbeans.html   | 22 +
 .../websvc/rest/spi/resources/test-services.html   | 22 +
 5 files changed, 128 insertions(+), 78 deletions(-)
 create mode 100644 websvc.restapi/licenseinfo.xml


-
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-1178) File Not Found Error

2018-08-24 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1178:
-

In fact, I provided a direct link in my previous comment. Can you click that 
link and then read it?

> File Not Found Error
> 
>
> Key: NETBEANS-1178
> URL: https://issues.apache.org/jira/browse/NETBEANS-1178
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
>Reporter: Dave Power
>Priority: Minor
> Attachments: messages.log
>
>
> I have just upgraded to Ubuntu 18.04, and I now get the following error 
> message on startup:
> File not found    
> /home/power/.cache/netbeans/8.2/cnd/model/text_index/_h_1.del
>  
>  
>  



--
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-1178) File Not Found Error

2018-08-24 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1178:
-

Read blogs.apache.org/netbeans and install the 8.2 update center as described 
there.

> File Not Found Error
> 
>
> Key: NETBEANS-1178
> URL: https://issues.apache.org/jira/browse/NETBEANS-1178
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
>Reporter: Dave Power
>Priority: Minor
> Attachments: messages.log
>
>
> I have just upgraded to Ubuntu 18.04, and I now get the following error 
> message on startup:
> File not found    
> /home/power/.cache/netbeans/8.2/cnd/model/text_index/_h_1.del
>  
>  
>  



--
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-1178) File Not Found Error

2018-08-24 Thread Dave Power (JIRA)


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

Dave Power commented on NETBEANS-1178:
--

I've installed Netbeans 9.0, but I use c++ and PHP.  It appears that PHP and 
c++ are not yet supported on this environment.

> File Not Found Error
> 
>
> Key: NETBEANS-1178
> URL: https://issues.apache.org/jira/browse/NETBEANS-1178
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
>Reporter: Dave Power
>Priority: Minor
> Attachments: messages.log
>
>
> I have just upgraded to Ubuntu 18.04, and I now get the following error 
> message on startup:
> File not found    
> /home/power/.cache/netbeans/8.2/cnd/model/text_index/_h_1.del
>  
>  
>  



--
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-1185) Application extremely slow under debugger, then freezes

2018-08-24 Thread Hendi (JIRA)


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

Hendi updated NETBEANS-1185:

Description: 
I have a rather large Java project with over 600 source files. It is a console 
application, no GUI code. At startup it loads a lot of data (among other things 
it memory-maps some files that are around ~500 MB). When left unconstrained, it 
uses around 1.1 GB of memory once it is done, but it also works fine with 
-Xmx768M. When not running under a debugger, it takes around 1 minute to 
complete loading.

When launching it using NetBeans' debugger, however, it never completes. It 
will load for around 5 minutes (at which point it still isn't even half 
done..), then CPU usage for the process goes to 0% and netbeans64 sits at 12.5% 
(seems like a single thread running a spin loop or so). I use the current 
release version of NetBeans 9 running under JDK 10.0.2.

Unfortunately I cannot disclose much more about the application's nature. The 
parts that seem to be especially slowed down under the debugger involve a lot 
of Nashorn activity. No breakpoints or watches are being used. The same thing 
happens when using JDK 8 as platform for the application. I also found that if 
I disable the parts that use Nashorn it does not freeze anymore in the 
subsequent loading steps.

When I was still using NetBeans 8.2 with JDK 8, it was fine. Debugging was only 
marginally slower than launching it without a debugger.

  was:
I have a rather large Java project with over 600 source files. It is a console 
application, no GUI code. At startup it loads a lot of data (among other things 
it memory-maps some files that are around ~500 MB). When left unconstrained, it 
uses around 1.1 GB of memory once it is done, but it also works fine with 
-Xmx768M. When not running under a debugger, it takes around 1 minute to 
complete loading.

When launching it using NetBeans' debugger, however, it never completes. It 
will load for around 5 minutes (at which point it still isn't even half 
done..), then CPU usage for the process goes to 0% and netbeans64 sits at 12.5% 
(seems like a single thread running a spin loop or so). I use the current 
release version of NetBeans 9 running under JDK 10.0.2.

Unfortunately I cannot disclose much more about the application's nature. One 
part where it is especially slow under the debugger involves a lot of Nashorn 
activity. No breakpoints or watches are being used.

When I was still using NetBeans 8.2 with JDK 8, it was fine. Debugging was only 
marginally slower than launching it without a debugger.


> Application extremely slow under debugger, then freezes
> ---
>
> Key: NETBEANS-1185
> URL: https://issues.apache.org/jira/browse/NETBEANS-1185
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 9.0
> Environment: Windows 10 x64 (1709), JDK 10.0.2, Core i7 6700K, 16 GB 
> RAM
>Reporter: Hendi
>Priority: Major
>
> I have a rather large Java project with over 600 source files. It is a 
> console application, no GUI code. At startup it loads a lot of data (among 
> other things it memory-maps some files that are around ~500 MB). When left 
> unconstrained, it uses around 1.1 GB of memory once it is done, but it also 
> works fine with -Xmx768M. When not running under a debugger, it takes around 
> 1 minute to complete loading.
> When launching it using NetBeans' debugger, however, it never completes. It 
> will load for around 5 minutes (at which point it still isn't even half 
> done..), then CPU usage for the process goes to 0% and netbeans64 sits at 
> 12.5% (seems like a single thread running a spin loop or so). I use the 
> current release version of NetBeans 9 running under JDK 10.0.2.
> Unfortunately I cannot disclose much more about the application's nature. The 
> parts that seem to be especially slowed down under the debugger involve a lot 
> of Nashorn activity. No breakpoints or watches are being used. The same thing 
> happens when using JDK 8 as platform for the application. I also found that 
> if I disable the parts that use Nashorn it does not freeze anymore in the 
> subsequent loading steps.
> When I was still using NetBeans 8.2 with JDK 8, it was fine. Debugging was 
> only marginally slower than launching it without a debugger.



--
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-1185) Application extremely slow under debugger, then freezes

2018-08-24 Thread Hendi (JIRA)


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

Hendi updated NETBEANS-1185:

Description: 
I have a rather large Java project with over 600 source files. It is a console 
application, no GUI code. At startup it loads a lot of data (among other things 
it memory-maps some files that are around ~500 MB). When left unconstrained, it 
uses around 1.1 GB of memory once it is done, but it also works fine with 
-Xmx768M. When not running under a debugger, it takes around 1 minute to 
complete loading.

When launching it using NetBeans' debugger, however, it never completes. It 
will load for around 5 minutes (at which point it still isn't even half 
done..), then CPU usage for the process goes to 0% and netbeans64 sits at 12.5% 
(seems like a single thread running a spin loop or so). I use the current 
release version of NetBeans 9 running under JDK 10.0.2.

Unfortunately I cannot disclose much more about the application's nature. One 
part where it is especially slow under the debugger involves a lot of Nashorn 
activity. No breakpoints or watches are being used.

When I was still using NetBeans 8.2 with JDK 8, it was fine. Debugging was only 
marginally slower than launching it without a debugger.

  was:
I have a rather large Java project with over 600 source files. It is a console 
application, no GUI code. At startup it loads a lot of data (among other things 
it memory-maps some files that are around ~500 MB). When left unconstrained, it 
uses around 1.1 GB of memory once it is done, but it also works fine with 
-Xmx768M. When not running under a debugger, it takes around 1 minute to 
complete loading.

When launching it using NetBeans' debugger, however, it never completes. It 
will load for around 5 minutes (at which point it still isn't even half 
done..), then CPU usage for the process goes to 0% and netbeans64 sits at 12.5% 
(seems like a single thread running a spin loop or so). I use the current 
release version of NetBeans 9 running under JDK 10.0.2.

Unfortunately I cannot disclose much more about the application's nature. One 
part where it is especially slow under the debugger involves a lot of Nashorn 
activity.

When I was still using NetBeans 8.2 with JDK 8, it was fine. Debugging was only 
marginally slower than launching it without a debugger.


> Application extremely slow under debugger, then freezes
> ---
>
> Key: NETBEANS-1185
> URL: https://issues.apache.org/jira/browse/NETBEANS-1185
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 9.0
> Environment: Windows 10 x64 (1709), JDK 10.0.2, Core i7 6700K, 16 GB 
> RAM
>Reporter: Hendi
>Priority: Major
>
> I have a rather large Java project with over 600 source files. It is a 
> console application, no GUI code. At startup it loads a lot of data (among 
> other things it memory-maps some files that are around ~500 MB). When left 
> unconstrained, it uses around 1.1 GB of memory once it is done, but it also 
> works fine with -Xmx768M. When not running under a debugger, it takes around 
> 1 minute to complete loading.
> When launching it using NetBeans' debugger, however, it never completes. It 
> will load for around 5 minutes (at which point it still isn't even half 
> done..), then CPU usage for the process goes to 0% and netbeans64 sits at 
> 12.5% (seems like a single thread running a spin loop or so). I use the 
> current release version of NetBeans 9 running under JDK 10.0.2.
> Unfortunately I cannot disclose much more about the application's nature. One 
> part where it is especially slow under the debugger involves a lot of Nashorn 
> activity. No breakpoints or watches are being used.
> When I was still using NetBeans 8.2 with JDK 8, it was fine. Debugging was 
> only marginally slower than launching it without a debugger.



--
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-1185) Application extremely slow under debugger, then freezes

2018-08-24 Thread Hendi (JIRA)


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

Hendi updated NETBEANS-1185:

Description: 
I have a rather large Java project with over 600 source files. It is a console 
application, no GUI code. At startup it loads a lot of data (among other things 
it memory-maps some files that are around ~500 MB). When left unconstrained, it 
uses around 1.1 GB of memory once it is done, but it also works fine with 
-Xmx768M. When not running under a debugger, it takes around 1 minute to 
complete loading.

When launching it using NetBeans' debugger, however, it never completes. It 
will load for around 5 minutes (at which point it still isn't even half 
done..), then CPU usage for the process goes to 0% and netbeans64 sits at 12.5% 
(seems like a single thread running a spin loop or so). I use the current 
release version of NetBeans 9 running under JDK 10.0.2.

Unfortunately I cannot disclose much more about the application's nature. One 
part where it is especially slow under the debugger involves a lot of Nashorn 
activity.

When I was still using NetBeans 8.2 with JDK 8, it was fine. Debugging was only 
marginally slower than launching it without a debugger.

  was:
I have a rather large Java project with over 600 source files. It is a console 
application, no GUI code. At startup it loads a lot of data (among other things 
it memory-maps some files that are around ~500 MB). When left unconstrained, it 
uses around 1.1 GB of memory once it is done, but it also works fine with 
-Xmx768M. When not running under a debugger, it takes around 1 minute to 
complete loading.

When launching it using NetBeans' debugger, however, it never completes. It 
will load for around 5 minutes (at which point it still isn't even half 
done..), then CPU usage for the process goes to 0% and netbeans64 sits at 12.5% 
(seems like a single thread running a spin loop or so). I use the current 
release version of NetBeans 9 running under JDK 10.0.2.

When I was still using NetBeans 8.2 with JDK 8, it was fine. Debugging was only 
marginally slower than launching it without a debugger.


> Application extremely slow under debugger, then freezes
> ---
>
> Key: NETBEANS-1185
> URL: https://issues.apache.org/jira/browse/NETBEANS-1185
> Project: NetBeans
>  Issue Type: Bug
>  Components: debugger - Java
>Affects Versions: 9.0
> Environment: Windows 10 x64 (1709), JDK 10.0.2, Core i7 6700K, 16 GB 
> RAM
>Reporter: Hendi
>Priority: Major
>
> I have a rather large Java project with over 600 source files. It is a 
> console application, no GUI code. At startup it loads a lot of data (among 
> other things it memory-maps some files that are around ~500 MB). When left 
> unconstrained, it uses around 1.1 GB of memory once it is done, but it also 
> works fine with -Xmx768M. When not running under a debugger, it takes around 
> 1 minute to complete loading.
> When launching it using NetBeans' debugger, however, it never completes. It 
> will load for around 5 minutes (at which point it still isn't even half 
> done..), then CPU usage for the process goes to 0% and netbeans64 sits at 
> 12.5% (seems like a single thread running a spin loop or so). I use the 
> current release version of NetBeans 9 running under JDK 10.0.2.
> Unfortunately I cannot disclose much more about the application's nature. One 
> part where it is especially slow under the debugger involves a lot of Nashorn 
> activity.
> When I was still using NetBeans 8.2 with JDK 8, it was fine. Debugging was 
> only marginally slower than launching it without a debugger.



--
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-1185) Application extremely slow under debugger, then freezes

2018-08-24 Thread Hendi (JIRA)
Hendi created NETBEANS-1185:
---

 Summary: Application extremely slow under debugger, then freezes
 Key: NETBEANS-1185
 URL: https://issues.apache.org/jira/browse/NETBEANS-1185
 Project: NetBeans
  Issue Type: Bug
  Components: debugger - Java
Affects Versions: 9.0
 Environment: Windows 10 x64 (1709), JDK 10.0.2, Core i7 6700K, 16 GB 
RAM
Reporter: Hendi


I have a rather large Java project with over 600 source files. It is a console 
application, no GUI code. At startup it loads a lot of data (among other things 
it memory-maps some files that are around ~500 MB). When left unconstrained, it 
uses around 1.1 GB of memory once it is done, but it also works fine with 
-Xmx768M. When not running under a debugger, it takes around 1 minute to 
complete loading.

When launching it using NetBeans' debugger, however, it never completes. It 
will load for around 5 minutes (at which point it still isn't even half 
done..), then CPU usage for the process goes to 0% and netbeans64 sits at 12.5% 
(seems like a single thread running a spin loop or so). I use the current 
release version of NetBeans 9 running under JDK 10.0.2.

When I was still using NetBeans 8.2 with JDK 8, it was fine. Debugging was only 
marginally slower than launching it without a debugger.



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



[incubator-netbeans] 01/01: Merge pull request #781 from sarveshkesharwani/netbeans-1074-j2ee.earproject-donation-review

2018-08-24 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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

commit 40350f315b1fe8b9da7e2a741a1b299ce13f3feb
Merge: 0a1a794 8c62fb5
Author: Geertjan Wielenga 
AuthorDate: Fri Aug 24 15:43:09 2018 +0200

Merge pull request #781 from 
sarveshkesharwani/netbeans-1074-j2ee.earproject-donation-review

[NETBEANS-1074] Module Review j2ee.earproject

 j2ee.earproject/l10n.list   | 17 +
 j2ee.earproject/licenseinfo.xml | 42 +
 2 files changed, 59 insertions(+)


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

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



[incubator-netbeans] branch master updated (d876b09 -> 0a1a794)

2018-08-24 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


from d876b09  Merge pull request #784 from 
vikasprabhakar/code_donation_spring_webmvc
 add f4e5267  [NETBEANS-1074] Module Review j2ee.ejbcore
 new 0a1a794  Merge pull request #782 from 
sarveshkesharwani/netbeans-1074-j2ee.ejbcore-donation-review

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


Summary of changes:
 j2ee.ejbcore/l10n.list | 17 +
 j2ee.ejbcore/licenseinfo.xml   | 80 ++
 .../modules/j2ee/ejbcore/ui/EJBPreferences.java| 54 ---
 3 files changed, 112 insertions(+), 39 deletions(-)
 create mode 100644 j2ee.ejbcore/licenseinfo.xml


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

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



[incubator-netbeans] branch master updated (8bbd557 -> d876b09)

2018-08-24 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


from 8bbd557  Merge pull request #780 from 
thilina01/netbeans-1175-move-websvccommon-cluster
 add c564b73  [NETBEANS-1074]Module Review spring.webmvc
 new d876b09  Merge pull request #784 from 
vikasprabhakar/code_donation_spring_webmvc

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


Summary of changes:
 spring.webmvc/external/binaries-list  |  0
 {j2ee.api.ejbmodule => spring.webmvc}/licenseinfo.xml | 16 ++--
 2 files changed, 10 insertions(+), 6 deletions(-)
 delete mode 100644 spring.webmvc/external/binaries-list
 copy {j2ee.api.ejbmodule => spring.webmvc}/licenseinfo.xml (51%)


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

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



[incubator-netbeans] branch master updated (0a1a794 -> 40350f3)

2018-08-24 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


from 0a1a794  Merge pull request #782 from 
sarveshkesharwani/netbeans-1074-j2ee.ejbcore-donation-review
 add 8c62fb5  [NETBEANS-1074] Module Review j2ee.earproject
 new 40350f3  Merge pull request #781 from 
sarveshkesharwani/netbeans-1074-j2ee.earproject-donation-review

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


Summary of changes:
 j2ee.earproject/l10n.list   | 17 +
 j2ee.earproject/licenseinfo.xml | 42 +
 2 files changed, 59 insertions(+)
 create mode 100644 j2ee.earproject/licenseinfo.xml


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

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



[incubator-netbeans] 01/01: Merge pull request #782 from sarveshkesharwani/netbeans-1074-j2ee.ejbcore-donation-review

2018-08-24 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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

commit 0a1a794671300ed62a175c8f948b115799ce8087
Merge: d876b09 f4e5267
Author: Geertjan Wielenga 
AuthorDate: Fri Aug 24 15:42:53 2018 +0200

Merge pull request #782 from 
sarveshkesharwani/netbeans-1074-j2ee.ejbcore-donation-review

[NETBEANS-1074] Module Review j2ee.ejbcore

 j2ee.ejbcore/l10n.list | 17 +
 j2ee.ejbcore/licenseinfo.xml   | 80 ++
 .../modules/j2ee/ejbcore/ui/EJBPreferences.java| 54 ---
 3 files changed, 112 insertions(+), 39 deletions(-)


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

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



[incubator-netbeans] 01/01: Merge pull request #784 from vikasprabhakar/code_donation_spring_webmvc

2018-08-24 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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

commit d876b09e13e3e4f33c94cf3b1d7264c97d32fcc3
Merge: 8bbd557 c564b73
Author: Geertjan Wielenga 
AuthorDate: Fri Aug 24 15:42:38 2018 +0200

Merge pull request #784 from vikasprabhakar/code_donation_spring_webmvc

[NETBEANS-1074]Module Review spring.webmvc

 spring.webmvc/external/binaries-list |  0
 spring.webmvc/licenseinfo.xml| 37 
 2 files changed, 37 insertions(+)


-
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-1184) Services dialog box fails to open

2018-08-24 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-1184:
-

Because you have JDK 9 or higher installed, which NetBeans IDE 8.2 does not 
support. Get the latest release od NetBeans here: 
https://netbeans.apache.org/download/index.html

> Services dialog box fails to open
> -
>
> Key: NETBEANS-1184
> URL: https://issues.apache.org/jira/browse/NETBEANS-1184
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Project
>Affects Versions: 8.2
> Environment: Installed on Windows 10 Operating System with Java JDK 
> version 10.0.2 installed. 
>Reporter: James Evans
>Priority: Blocker
>  Labels: newbie
>
> When launching Netbeans 8.2 IDE the application opens. When trying to open a 
> new project using the new project icon or navigating to File > New Project 
> nothing happens no response. The same happens when selecting the services 
> manue from the tools tab.
>  



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

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

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



[jira] [Closed] (NETBEANS-1184) Services dialog box fails to open

2018-08-24 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga closed NETBEANS-1184.
---
Resolution: Not A Problem

> Services dialog box fails to open
> -
>
> Key: NETBEANS-1184
> URL: https://issues.apache.org/jira/browse/NETBEANS-1184
> Project: NetBeans
>  Issue Type: Bug
>  Components: apisupport - Project
>Affects Versions: 8.2
> Environment: Installed on Windows 10 Operating System with Java JDK 
> version 10.0.2 installed. 
>Reporter: James Evans
>Priority: Blocker
>  Labels: newbie
>
> When launching Netbeans 8.2 IDE the application opens. When trying to open a 
> new project using the new project icon or navigating to File > New Project 
> nothing happens no response. The same happens when selecting the services 
> manue from the tools tab.
>  



--
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-1184) Services dialog box fails to open

2018-08-24 Thread James Evans (JIRA)
James Evans created NETBEANS-1184:
-

 Summary: Services dialog box fails to open
 Key: NETBEANS-1184
 URL: https://issues.apache.org/jira/browse/NETBEANS-1184
 Project: NetBeans
  Issue Type: Bug
  Components: apisupport - Project
Affects Versions: 8.2
 Environment: Installed on Windows 10 Operating System with Java JDK 
version 10.0.2 installed. 
Reporter: James Evans


When launching Netbeans 8.2 IDE the application opens. When trying to open a 
new project using the new project icon or navigating to File > New Project 
nothing happens no response. The same happens when selecting the services manue 
from the tools tab.

 



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



[incubator-netbeans] 01/01: Merge pull request #780 from thilina01/netbeans-1175-move-websvccommon-cluster

2018-08-24 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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

commit 8bbd5579b36e1e75ad4bf25e8f3580a060120420
Merge: dbdc069 654fe08
Author: Geertjan Wielenga 
AuthorDate: Fri Aug 24 11:03:04 2018 +0200

Merge pull request #780 from 
thilina01/netbeans-1175-move-websvccommon-cluster

[NETBEANS-1175] move websvccommon cluster

 nbbuild/rat-exclusions.txt  |  12 ++--
 .../websvc.jaxwsmodelapi}/build.xml |   4 ++--
 .../websvc.jaxwsmodelapi}/manifest.mf   |   0
 .../websvc.jaxwsmodelapi}/nbproject/project.properties  |   0
 .../websvc.jaxwsmodelapi}/nbproject/project.xml |   0
 .../netbeans/modules/websvc/jaxwsmodelapi/Bundle.properties |   0
 .../netbeans/modules/websvc/jaxwsmodelapi/WSOperation.java  |   0
 .../netbeans/modules/websvc/jaxwsmodelapi/WSParameter.java  |   0
 .../org/netbeans/modules/websvc/jaxwsmodelapi/WSPort.java   |   0
 .../netbeans/modules/websvc/jaxwsmodelapi/WSReference.java  |   0
 .../netbeans/modules/websvc/jaxwsmodelapi/WSService.java|   0
 .../modules/websvc/jaxwsmodelapi/WSTransferable.java|   0
 .../modules/websvc/jaxwsmodelapi/java/JavaMethod.java   |   0
 .../modules/websvc/jaxwsmodelapi/java/JavaParameter.java|   0
 .../modules/websvc/jaxwsmodelapi/java/JavaType.java |   0
 .../modules/websvc/jaxwsmodelapi/wsdlmodel/WsdlModel.java   |   0
 .../websvc/jaxwsmodelapi/wsdlmodel/WsdlModelProvider.java   |   0
 {websvc.saas.api => websvccommon/websvc.saas.api}/build.xml |   4 ++--
 .../websvc.saas.api}/licenseinfo.xml|   0
 .../websvc.saas.api}/manifest.mf|   0
 .../websvc.saas.api}/nbproject/project.properties   |   0
 .../websvc.saas.api}/nbproject/project.xml  |   0
 .../websvc.saas.api}/release/modules/ext/build-jaxb.xml |   0
 .../netbeans/modules/websvc/saas/model/Bundle.properties|   0
 .../org/netbeans/modules/websvc/saas/model/CustomSaas.java  |   0
 .../modules/websvc/saas/model/CustomSaasMethod.java |   0
 .../src/org/netbeans/modules/websvc/saas/model/Saas.java|   0
 .../org/netbeans/modules/websvc/saas/model/SaasCatalog.java |   0
 .../org/netbeans/modules/websvc/saas/model/SaasGroup.java   |   0
 .../org/netbeans/modules/websvc/saas/model/SaasMethod.java  |   0
 .../org/netbeans/modules/websvc/saas/model/SaasServices.xsd |   0
 .../modules/websvc/saas/model/SaasServicesModel.java|   0
 .../org/netbeans/modules/websvc/saas/model/WadlSaas.java|   0
 .../netbeans/modules/websvc/saas/model/WadlSaasMethod.java  |   0
 .../modules/websvc/saas/model/WadlSaasResource.java |   0
 .../org/netbeans/modules/websvc/saas/model/WsdlSaas.java|   0
 .../netbeans/modules/websvc/saas/model/WsdlSaasMethod.java  |   0
 .../netbeans/modules/websvc/saas/model/WsdlSaasPort.java|   0
 .../src/org/netbeans/modules/websvc/saas/model/layer.xml|   0
 .../netbeans/modules/websvc/saas/model/oauth-metadata.xsd   |   0
 .../org/netbeans/modules/websvc/saas/model/wadl200902.xsd   |   0
 .../netbeans/modules/websvc/saas/model/wsdl/impl/Utils.java |   0
 .../websvc/saas/model/wsdl/impl/WsdlErrorHandler.java   |   0
 .../modules/websvc/saas/model/wsdl/impl/WsdlModel.java  |   0
 .../websvc/saas/model/wsdl/impl/WsdlModelListener.java  |   0
 .../modules/websvc/saas/model/wsdl/impl/WsdlModeler.java|   0
 .../websvc/saas/model/wsdl/impl/WsdlModelerFactory.java |   0
 .../modules/websvc/saas/model/wsdl/impl/WsdlOperation.java  |   0
 .../modules/websvc/saas/model/wsdl/impl/WsdlParameter.java  |   0
 .../modules/websvc/saas/model/wsdl/impl/WsdlPort.java   |   0
 .../modules/websvc/saas/model/wsdl/impl/WsdlService.java|   0
 .../websvc/saas/oauth/OAuthAuthorizationPanelNb.template|   0
 .../modules/websvc/saas/oauth/OAuthSearchJSON.template  |   0
 .../modules/websvc/saas/oauth/OAuthSearchXML.template   |   0
 .../org/netbeans/modules/websvc/saas/spi/Bundle.properties  |   0
 .../modules/websvc/saas/spi/ConsumerFlavorProvider.java |   0
 .../modules/websvc/saas/spi/MethodNodeActionsProvider.java  |   0
 .../modules/websvc/saas/spi/SaasNodeActionsProvider.java|   0
 .../netbeans/modules/websvc/saas/spi/SaasViewProvider.java  |   0
 .../org/netbeans/modules/websvc/saas/spi/ServiceData.java   |   0
 .../modules/websvc/saas/spi/websvcmgr/WsdlData.java |   0
 .../modules/websvc/saas/spi/websvcmgr/WsdlDataManager.java  |   0
 .../modules/websvc/saas/spi/websvcmgr/WsdlServiceData.java  |   0
 .../saas/spi/websvcmgr/WsdlServiceProxyDescriptor.java  |   0
 .../org/netbeans/modules/websvc/saas/util/Bundle.properties |   0
 .../netbeans/modules/websvc/saas/util/SaasTransferable.java |   0
 .../src/org/netbeans/modules/websvc/saas/util/SaasUtil.java |   0
 

[jira] [Created] (NETBEANS-1183) 'Use explicit type' hint exception in lambda parameter list using nb-javac 11

2018-08-24 Thread vikas kumar prabhakar (JIRA)
vikas kumar prabhakar created NETBEANS-1183:
---

 Summary: 'Use explicit type' hint exception in lambda parameter 
list using nb-javac 11
 Key: NETBEANS-1183
 URL: https://issues.apache.org/jira/browse/NETBEANS-1183
 Project: NetBeans
  Issue Type: Bug
Reporter: vikas kumar prabhakar
Assignee: vikas kumar prabhakar


Fix 'Use explicit type' hint exception in lambda parameter list using nb-javac 
11

A a = ( x, int y ) -> x+y; --> 'use explicit type' throw exception



--
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-1175) Move modules from websvccommon cluster into a subdirectory

2018-08-24 Thread ASF GitHub Bot (JIRA)


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

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

> Move modules from websvccommon cluster into a subdirectory
> --
>
> Key: NETBEANS-1175
> URL: https://issues.apache.org/jira/browse/NETBEANS-1175
> Project: NetBeans
>  Issue Type: Task
>Reporter: Thilina Ranathunga
>Assignee: Thilina Ranathunga
>Priority: Major
>  Labels: pull-request-available
>
> modules=
> websvc.jaxwsmodelapi,
> websvc.saas.api,
> websvc.saas.codegen,
> websvc.saas.kit,
> websvc.saas.ui



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



[incubator-netbeans] branch master updated (dbdc069 -> 8bbd557)

2018-08-24 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


from dbdc069  [NETBEANS-1074] Module Review websvc manager (#772)
 add 22f35cb  [NETBEANS-1175] Move websvccommon cluster - task 1 moving the 
modules to websvccommon folder
 add 8a44696  [NETBEANS-1175] Move websvccommon cluster - task 2 replace 
../nbbuild with ../../nbbuild
 add cec7ddc  [NETBEANS-1175] Move websvccommon cluster - task 3 replace 
 websvccommon/websvc.saas.api}/build.xml |   4 ++--
 .../websvc.saas.api}/licenseinfo.xml|   0
 .../websvc.saas.api}/manifest.mf|   0
 .../websvc.saas.api}/nbproject/project.properties   |   0
 .../websvc.saas.api}/nbproject/project.xml  |   0
 .../websvc.saas.api}/release/modules/ext/build-jaxb.xml |   0
 .../netbeans/modules/websvc/saas/model/Bundle.properties|   0
 .../org/netbeans/modules/websvc/saas/model/CustomSaas.java  |   0
 .../modules/websvc/saas/model/CustomSaasMethod.java |   0
 .../src/org/netbeans/modules/websvc/saas/model/Saas.java|   0
 .../org/netbeans/modules/websvc/saas/model/SaasCatalog.java |   0
 .../org/netbeans/modules/websvc/saas/model/SaasGroup.java   |   0
 .../org/netbeans/modules/websvc/saas/model/SaasMethod.java  |   0
 .../org/netbeans/modules/websvc/saas/model/SaasServices.xsd |   0
 .../modules/websvc/saas/model/SaasServicesModel.java|   0
 .../org/netbeans/modules/websvc/saas/model/WadlSaas.java|   0
 .../netbeans/modules/websvc/saas/model/WadlSaasMethod.java  |   0
 .../modules/websvc/saas/model/WadlSaasResource.java |   0
 .../org/netbeans/modules/websvc/saas/model/WsdlSaas.java|   0
 .../netbeans/modules/websvc/saas/model/WsdlSaasMethod.java  |   0
 .../netbeans/modules/websvc/saas/model/WsdlSaasPort.java|   0
 .../src/org/netbeans/modules/websvc/saas/model/layer.xml|   0
 .../netbeans/modules/websvc/saas/model/oauth-metadata.xsd   |   0
 .../org/netbeans/modules/websvc/saas/model/wadl200902.xsd   |   0
 .../netbeans/modules/websvc/saas/model/wsdl/impl/Utils.java |   0
 .../websvc/saas/model/wsdl/impl/WsdlErrorHandler.java   |   0
 .../modules/websvc/saas/model/wsdl/impl/WsdlModel.java  |   0
 .../websvc/saas/model/wsdl/impl/WsdlModelListener.java  |   0
 .../modules/websvc/saas/model/wsdl/impl/WsdlModeler.java|   0
 .../websvc/saas/model/wsdl/impl/WsdlModelerFactory.java |   0
 .../modules/websvc/saas/model/wsdl/impl/WsdlOperation.java  |   0
 .../modules/websvc/saas/model/wsdl/impl/WsdlParameter.java  |   0
 .../modules/websvc/saas/model/wsdl/impl/WsdlPort.java   |   0
 .../modules/websvc/saas/model/wsdl/impl/WsdlService.java|   0
 .../websvc/saas/oauth/OAuthAuthorizationPanelNb.template|   0
 .../modules/websvc/saas/oauth/OAuthSearchJSON.template  |   0
 .../modules/websvc/saas/oauth/OAuthSearchXML.template   |   0
 .../org/netbeans/modules/websvc/saas/spi/Bundle.properties  |   0
 .../modules/websvc/saas/spi/ConsumerFlavorProvider.java |   0
 .../modules/websvc/saas/spi/MethodNodeActionsProvider.java  |   0
 .../modules/websvc/saas/spi/SaasNodeActionsProvider.java|   0
 .../netbeans/modules/websvc/saas/spi/SaasViewProvider.java  |   0
 .../org/netbeans/modules/websvc/saas/spi/ServiceData.java   |   0
 .../modules/websvc/saas/spi/websvcmgr/WsdlData.java |   0
 .../modules/websvc/saas/spi/websvcmgr/WsdlDataManager.java  |   0
 .../modules/websvc/saas/spi/websvcmgr/WsdlServiceData.java  |   0
 .../saas/spi/websvcmgr/WsdlServiceProxyDescriptor.java  |   0
 .../org/netbeans/modules/websvc/saas/util/Bundle.properties |   0
 .../netbeans/modules/websvc/saas/util/SaasTransferable.java |   0
 .../src/org/netbeans/modules/websvc/saas/util/SaasUtil.java |   0
 .../src/org/netbeans/modules/websvc/saas/util/TypeUtil.java |   0
 .../src/org/netbeans/modules/websvc/saas/util/WsdlUtil.java |   0
 .../modules/websvc/saas/wsdl/websvcmgr/Bundle.properties|   0
 .../websvc/saas/wsdl/websvcmgr/WebServiceListManager.java   |   0
 .../websvc/saas/wsdl/websvcmgr/WebServiceManager.java   |   0
 .../modules/websvc/saas/wsdl/websvcmgr/WsdlDataImpl.java|   0
 .../websvc/saas/wsdl/websvcmgr/WsdlDataManagerImpl.java |   0
 .../modules/websvc/saas/model/SaasServicesModelTest.java|   0
 .../modules/websvc/saas/model/WadlSaasMethodTest.java   |   0
 .../netbeans/modules/websvc/saas/model/WadlSaasTest.java|   0
 .../org/netbeans/modules/websvc/saas/model/application.wadl |   0
 .../modules/websvc/saas/util/DialogDisplayerNotifier.java   |   0
 .../modules/websvc/saas/util/InstalledFileLocatorImpl.java  |   0
 .../org/netbeans/modules/websvc/saas/util/SaasUtilTest.java |   0
 .../netbeans/modules/websvc/saas/util/SchemaTestBase.java   |   0
 .../org/netbeans/modules/websvc/saas/util/SetupData.java|   0
 

[jira] [Created] (NETBEANS-1182) Issues in hint 'Use var Parameter types' with nb-javac 11

2018-08-24 Thread vikas kumar prabhakar (JIRA)
vikas kumar prabhakar created NETBEANS-1182:
---

 Summary: Issues in hint 'Use var Parameter types'  with nb-javac 
11 
 Key: NETBEANS-1182
 URL: https://issues.apache.org/jira/browse/NETBEANS-1182
 Project: NetBeans
  Issue Type: Bug
Reporter: vikas kumar prabhakar
Assignee: vikas kumar prabhakar


Fix 'Use var parameter types' hint suggestion issue in nb-javac 11
1. A a = ( x, var y) -> x; --> Give fix with error i.e A a = ( var x, var var 
y) -> x; 
2. A a = ( x, int y ) -> x+y; --> Cause Exception with fix



--
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-1181) Disable hint 'Use var parameter types' for empty parameter list

2018-08-24 Thread vikas kumar prabhakar (JIRA)
vikas kumar prabhakar created NETBEANS-1181:
---

 Summary: Disable hint 'Use var parameter types' for empty 
parameter list 
 Key: NETBEANS-1181
 URL: https://issues.apache.org/jira/browse/NETBEANS-1181
 Project: NetBeans
  Issue Type: Bug
Reporter: vikas kumar prabhakar
Assignee: vikas kumar prabhakar


Disable hint 'Use var parameter types' for empty parameter list

Test environment: JDK 11, nb-javac of JDK11 

Code:
public class JavaApplication3 {

/**@param args the command line arguments
*/
public static void main(String[] args) \{ // TODO code application logic here * 
A a = () -> 1;* }

interface A

{ int m1(); }

}



--
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-1180) Move modules from enterprise cluster into a subdirectory

2018-08-24 Thread Thilina Ranathunga (JIRA)


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

Thilina Ranathunga commented on NETBEANS-1180:
--

waiting - many unmerged licensing PRs available to the cluster

> Move modules from enterprise cluster into a subdirectory
> 
>
> Key: NETBEANS-1180
> URL: https://issues.apache.org/jira/browse/NETBEANS-1180
> Project: NetBeans
>  Issue Type: Task
>Reporter: Thilina Ranathunga
>Assignee: Thilina Ranathunga
>Priority: Major
>
> *Modules*
> api.web.webmodule
> cloud.amazon
> cloud.common
> el.lexer
> glassfish.common
> glassfish.eecommon
> glassfish.javaee
> glassfish.tooling
> j2ee.ant
> j2ee.api.ejbmodule
> j2ee.clientproject
> j2ee.common
> j2ee.core
> j2ee.dd
> j2ee.dd.webservice
> j2ee.ddloaders
> j2ee.earproject
> j2ee.ejbcore
> j2ee.ejbjarproject
> j2ee.ejbrefactoring
> j2ee.ejbverification
> j2ee.genericserver
> j2ee.jboss4
> j2ee.kit
> j2ee.platform
> j2ee.sun.appsrv
> j2ee.sun.dd
> j2ee.sun.ddui
> j2ee.weblogic9
> j2eeapis
> j2eeserver
> javaee.api
> javaee.beanvalidation
> javaee.project
> javaee.resources
> javaee.specs.support
> javaee.wildfly
> javaee7.api
> jellytools.enterprise
> jsp.lexer
> ko4j.debugging
> libs.amazon
> libs.commons_fileupload
> libs.elimpl
> libs.glassfish_logging
> libs.jstl
> maven.j2ee
> maven.jaxws
> performance.javaee
> performance.scripting
> performance.web
> profiler.j2ee
> projectimport.eclipse.web
> servletjspapi
> spring.webmvc
> tomcat5
> web.beans
> web.client.rest
> web.core
> web.core.syntax
> web.debug
> web.el
> web.freeform
> web.jsf
> web.jsf.editor
> web.jsf.icefaces
> web.jsf.kit
> web.jsf.navigation
> web.jsf.richfaces
> web.jsf12
> web.jsf12ri
> web.jsf20
> web.jsfapi
> web.jspparser
> web.kit
> web.monitor
> web.primefaces
> web.project
> web.refactoring
> web.struts
> weblogic.common
> websocket
> websvc.clientapi
> websvc.core
> websvc.customization
> websvc.design
> websvc.editor.hints
> websvc.jaxws.lightapi
> websvc.jaxwsapi
> websvc.jaxwsmodel
> websvc.kit
> websvc.manager
> websvc.metro.lib
> websvc.metro.model
> websvc.owsm
> websvc.projectapi
> websvc.rest
> websvc.restapi
> websvc.restkit
> websvc.restlib
> websvc.saas.codegen.j2ee
> websvc.utilities
> websvc.websvcapi
> websvc.wsitconf
> websvc.wsitmodelext
> websvc.wsstackapi



--
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-1180) Move modules from enterprise cluster into a subdirectory

2018-08-24 Thread Thilina Ranathunga (JIRA)
Thilina Ranathunga created NETBEANS-1180:


 Summary: Move modules from enterprise cluster into a subdirectory
 Key: NETBEANS-1180
 URL: https://issues.apache.org/jira/browse/NETBEANS-1180
 Project: NetBeans
  Issue Type: Task
Reporter: Thilina Ranathunga
Assignee: Thilina Ranathunga


*Modules*

api.web.webmodule
cloud.amazon
cloud.common
el.lexer
glassfish.common
glassfish.eecommon
glassfish.javaee
glassfish.tooling
j2ee.ant
j2ee.api.ejbmodule
j2ee.clientproject
j2ee.common
j2ee.core
j2ee.dd
j2ee.dd.webservice
j2ee.ddloaders
j2ee.earproject
j2ee.ejbcore
j2ee.ejbjarproject
j2ee.ejbrefactoring
j2ee.ejbverification
j2ee.genericserver
j2ee.jboss4
j2ee.kit
j2ee.platform
j2ee.sun.appsrv
j2ee.sun.dd
j2ee.sun.ddui
j2ee.weblogic9
j2eeapis
j2eeserver
javaee.api
javaee.beanvalidation
javaee.project
javaee.resources
javaee.specs.support
javaee.wildfly
javaee7.api
jellytools.enterprise
jsp.lexer
ko4j.debugging
libs.amazon
libs.commons_fileupload
libs.elimpl
libs.glassfish_logging
libs.jstl
maven.j2ee
maven.jaxws
performance.javaee
performance.scripting
performance.web
profiler.j2ee
projectimport.eclipse.web
servletjspapi
spring.webmvc
tomcat5
web.beans
web.client.rest
web.core
web.core.syntax
web.debug
web.el
web.freeform
web.jsf
web.jsf.editor
web.jsf.icefaces
web.jsf.kit
web.jsf.navigation
web.jsf.richfaces
web.jsf12
web.jsf12ri
web.jsf20
web.jsfapi
web.jspparser
web.kit
web.monitor
web.primefaces
web.project
web.refactoring
web.struts
weblogic.common
websocket
websvc.clientapi
websvc.core
websvc.customization
websvc.design
websvc.editor.hints
websvc.jaxws.lightapi
websvc.jaxwsapi
websvc.jaxwsmodel
websvc.kit
websvc.manager
websvc.metro.lib
websvc.metro.model
websvc.owsm
websvc.projectapi
websvc.rest
websvc.restapi
websvc.restkit
websvc.restlib
websvc.saas.codegen.j2ee
websvc.utilities
websvc.websvcapi
websvc.wsitconf
websvc.wsitmodelext
websvc.wsstackapi



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



[incubator-netbeans] branch master updated: [NETBEANS-1074] Module Review websvc manager (#772)

2018-08-24 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new dbdc069  [NETBEANS-1074] Module Review websvc manager (#772)
dbdc069 is described below

commit dbdc069a9a852eb1043fead768c0f1239f08cd63
Author: Reema Taneja <32299405+rtane...@users.noreply.github.com>
AuthorDate: Fri Aug 24 13:50:35 2018 +0530

[NETBEANS-1074] Module Review websvc manager (#772)

* [NETBEANS-1074] Module review websvc.manager

* added licenseinfo.xml for image files

* [NETBEANS-1074] Module review webservice.manager
---
 websvc.manager/licenseinfo.xml | 39 
 .../websvc/manager/ui/TestWebServiceMethodDlg.java | 53 ++
 2 files changed, 53 insertions(+), 39 deletions(-)

diff --git a/websvc.manager/licenseinfo.xml b/websvc.manager/licenseinfo.xml
new file mode 100644
index 000..f484741
--- /dev/null
+++ b/websvc.manager/licenseinfo.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
src/org/netbeans/modules/websvc/manager/resources/MyActionIcon.gif
+
src/org/netbeans/modules/websvc/manager/resources/folder-closed.png
+
src/org/netbeans/modules/websvc/manager/resources/folder-open.png
+
src/org/netbeans/modules/websvc/manager/resources/methodicon.png
+
src/org/netbeans/modules/websvc/manager/resources/table_dp_badge.png
+src/org/netbeans/modules/websvc/manager/resources/wait.gif
+
src/org/netbeans/modules/websvc/manager/resources/warning.png
+
src/org/netbeans/modules/websvc/manager/resources/webservice.png
+
src/org/netbeans/modules/websvc/manager/resources/webservice24.png
+
src/org/netbeans/modules/websvc/manager/resources/webservicegroup.png
+
src/org/netbeans/modules/websvc/manager/resources/wsport-closed.png
+
src/org/netbeans/modules/websvc/manager/resources/wsport-open.png
+
+
+
+
diff --git 
a/websvc.manager/src/org/netbeans/modules/websvc/manager/ui/TestWebServiceMethodDlg.java
 
b/websvc.manager/src/org/netbeans/modules/websvc/manager/ui/TestWebServiceMethodDlg.java
index 3c2552c..98626a7 100644
--- 
a/websvc.manager/src/org/netbeans/modules/websvc/manager/ui/TestWebServiceMethodDlg.java
+++ 
b/websvc.manager/src/org/netbeans/modules/websvc/manager/ui/TestWebServiceMethodDlg.java
@@ -1,45 +1,20 @@
 /*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
- * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
- * Other names may be trademarks of their respective owners.
- *
- * The contents of this wsdlFile are subject to the terms of either the GNU
- * General Public License Version 2 only ("GPL") or the Common
- * Development and Distribution License("CDDL") (collectively, the
- * "License"). You may not use this wsdlFile except in compliance with the
- * License. You can obtain a copy of the License at
- * http://www.netbeans.org/cddl-gplv2.html
- * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
- * specific language governing permissions and limitations under the
- * License.  When distributing the software, include this License Header
- * Notice in each wsdlFile and include the License wsdlFile at
- * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
- * particular wsdlFile as subject to the "Classpath" exception as provided
- * by Oracle in the GPL Version 2 section of the License file that
- * accompanied this code. If applicable, add the following below the
- * License Header, with the fields enclosed by brackets [] replaced by
- * your own identifying information:
- * "Portions Copyrighted [year] [name of copyright owner]"
- *
- * Contributor(s):
- *
- * The Original Software is NetBeans. The Initial Developer of the Original
- * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
- * Microsystems, Inc. All Rights Reserved.
- *
- * If you wish your version of this wsdlFile to be governed by only the CDDL
- * or only the GPL Version 2, indicate your decision by adding
- * "[Contributor] elects to include this software in this distribution
- * under the [CDDL or GPL Version 2] license." If you do not indicate a
- * single choice of license, a recipient has the option to distribute
- * your version of this wsdlFile 

[jira] [Created] (NETBEANS-1179) javadoc code completion not working

2018-08-24 Thread Michael Bauland (JIRA)
Michael Bauland created NETBEANS-1179:
-

 Summary: javadoc code completion not working
 Key: NETBEANS-1179
 URL: https://issues.apache.org/jira/browse/NETBEANS-1179
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Completion  Templates
Affects Versions: 9.0
 Environment: Windows 10
Reporter: Michael Bauland


When I use the code completion (Ctrl+Space), the available methods and 
variables are listed, however the corresponding javadoc (normally shown in a 
second pop-up next to it) is missing.

The corresponding setting (Options -> Editor -> Code Completion: Auto Popup 
Documentation Window ) is active, but does not seem to have an effect.

The following exception occurs whenever code completion popup opens:

java.lang.invoke.LambdaConversionException: Type mismatch for lambda argument 
1: interface javax.lang.model.element.ExecutableElement is not convertible to 
interface javax.lang.model.element.ExecutableElement
    at 
java.lang.invoke.AbstractValidatingLambdaMetafactory.validateMetafactoryArgs(AbstractValidatingLambdaMetafactory.java:267)
    at 
java.lang.invoke.LambdaMetafactory.metafactory(LambdaMetafactory.java:303)
    at java.lang.invoke.CallSite.makeSite(CallSite.java:289)
Caused: java.lang.BootstrapMethodError: call site initialization exception
    at java.lang.invoke.CallSite.makeSite(CallSite.java:328)
    at 
java.lang.invoke.MethodHandleNatives.linkCallSite(MethodHandleNatives.java:296)
    at 
org.netbeans.api.java.source.ui.ElementJavadoc.getElementDocFromSource(ElementJavadoc.java:882)
    at 
org.netbeans.api.java.source.ui.ElementJavadoc.lambda$getElementDocFromSource$16(ElementJavadoc.java:849)
    at 
org.netbeans.api.java.source.ui.ElementJavadoc$$Lambda$431/40162588.run(Unknown 
Source)
    at 
org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:501)
    at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
    at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
    at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
    at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
    at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
    at 
org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
    at 
org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
    at 
org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
    at 
org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
    at 
org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
    at 
org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
    at 
org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:451)
    at 
org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:422)
    at 
org.netbeans.api.java.source.ui.ElementJavadoc.getElementDocFromSource(ElementJavadoc.java:845)
    at 
org.netbeans.api.java.source.ui.ElementJavadoc.getElementDoc(ElementJavadoc.java:742)
    at 
org.netbeans.api.java.source.ui.ElementJavadoc.(ElementJavadoc.java:369)
    at 
org.netbeans.api.java.source.ui.ElementJavadoc.create(ElementJavadoc.java:172)
    at 
org.netbeans.modules.editor.java.JavaCompletionProvider$JavaCompletionQuery$3.create(JavaCompletionProvider.java:235)
    at 
org.netbeans.modules.editor.java.JavaCompletionProvider$JavaCompletionQuery$3.create(JavaCompletionProvider.java:231)
    at 
org.netbeans.modules.java.completion.JavaDocumentationTask.resolve(JavaDocumentationTask.java:90)
    at org.netbeans.modules.java.completion.BaseTask.run(BaseTask.java:93)
    at 
org.netbeans.modules.java.completion.JavaDocumentationTask.run(JavaDocumentationTask.java:41)
    at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
    at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
    at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
    at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
    at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
    at 
org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
    at 
org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
    at 
org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
    at 
org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
    at