[jira] [Commented] (NETBEANS-360) Autocomplete, better name matching

2018-11-19 Thread Geertjan Wielenga (JIRA)


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

Geertjan Wielenga commented on NETBEANS-360:


It's been available for Java in NetBeans since 7.4:

https://blogs.oracle.com/geertjan/beefed-up-code-completion-in-netbeans-ide-74

> Autocomplete, better name matching
> --
>
> Key: NETBEANS-360
> URL: https://issues.apache.org/jira/browse/NETBEANS-360
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: Next
> Environment: Windows 10
>Reporter: Bo Andersen
>Priority: Major
>
>  I am using the Netbeans 9 beta release (RC2). I needed a method in a 
> test-framework, and couldn't remember the exact naming, but only some part of 
> it. Netbeans seems only to match the beginning of methods names. I know other 
> IDEs can suggest methods based on naming-parts in a method, I think this is 
> very useful :)



--
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-360) Autocomplete, better name matching

2018-11-19 Thread Bo Andersen (JIRA)


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

Bo Andersen commented on NETBEANS-360:
--

Note: The issue still exists in Netbeans 10

> Autocomplete, better name matching
> --
>
> Key: NETBEANS-360
> URL: https://issues.apache.org/jira/browse/NETBEANS-360
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: Next
> Environment: Windows 10
>Reporter: Bo Andersen
>Priority: Major
>
>  I am using the Netbeans 9 beta release (RC2). I needed a method in a 
> test-framework, and couldn't remember the exact naming, but only some part of 
> it. Netbeans seems only to match the beginning of methods names. I know other 
> IDEs can suggest methods based on naming-parts in a method, I think this is 
> very useful :)



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



svn commit: r30996 - /dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/incubating-netbeans-html4j-1.6.zip.sha256

2018-11-19 Thread jtulach
Author: jtulach
Date: Tue Nov 20 06:11:57 2018
New Revision: 30996

Log:
Adding SHA 256 checksum per Bertrands's suggestion

Added:

dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/incubating-netbeans-html4j-1.6.zip.sha256

Added: 
dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/incubating-netbeans-html4j-1.6.zip.sha256
==
--- 
dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/incubating-netbeans-html4j-1.6.zip.sha256
 (added)
+++ 
dev/incubator/netbeans/incubating-netbeans-html4j/incubating-netbeans-html4j-1.6/incubating-netbeans-html4j-1.6.zip.sha256
 Tue Nov 20 06:11:57 2018
@@ -0,0 +1 @@
+3d8c554df95f13b1789130c2dcacf560562bcc61f159af39bed5d82e1f2ab01b  
incubating-netbeans-html4j-1.6.zip



-
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-1654) Slow Code Completion Detected under JDK 12

2018-11-19 Thread Michal Rama (JIRA)


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

Michal Rama commented on NETBEANS-1654:
---

The only code to add to the log is:
{code:java}
WARNING 
[org.netbeans.modules.java.j2seplatform.platformdefinition.J2SEPlatformDefaultJavadocImpl]:
 unrecognized Java spec version: 12{code}
I have to admit that I made the conclusion from the first impression. The error 
is no longer so intense.
 Honestly, I can only repeat the error after running the program, which always 
generates the code above.

 

> Slow Code Completion Detected under JDK 12
> --
>
> Key: NETBEANS-1654
> URL: https://issues.apache.org/jira/browse/NETBEANS-1654
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion & Templates
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 918, Java 12 
> Early-Access 19
>Reporter: Michal Rama
>Priority: Critical
>  Labels: editor
> Attachments: picture1.png
>
>
> Hello,
> When I start writing code or press CTRL + SPACE, it starts searching the 
> libraries and then offers me the possibility of writing/completing the code.
> Sometimes, however, it is (much) longer. NetBeans then offers the possibility 
> of writing / completing the code, but it also displays the notification.
> !picture1.png!
> The three notifications captured in the image showed it within a very short 
> time.
> Additionally, the first took 11 seconds, the second took 6 seconds and the 
> third took an incredible 36 seconds.
> This bug does not block me and the notification can be deleted, but it slows 
> down enough.
> I would be grateful for the repair.
> Thank you.



--
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-1654) Slow Code Completion Detected under JDK 12

2018-11-19 Thread Michal Rama (JIRA)


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

Michal Rama updated NETBEANS-1654:
--
Priority: Major  (was: Critical)

> Slow Code Completion Detected under JDK 12
> --
>
> Key: NETBEANS-1654
> URL: https://issues.apache.org/jira/browse/NETBEANS-1654
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion & Templates
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 918, Java 12 
> Early-Access 19
>Reporter: Michal Rama
>Priority: Major
>  Labels: editor
> Attachments: picture1.png
>
>
> Hello,
> When I start writing code or press CTRL + SPACE, it starts searching the 
> libraries and then offers me the possibility of writing/completing the code.
> Sometimes, however, it is (much) longer. NetBeans then offers the possibility 
> of writing / completing the code, but it also displays the notification.
> !picture1.png!
> The three notifications captured in the image showed it within a very short 
> time.
> Additionally, the first took 11 seconds, the second took 6 seconds and the 
> third took an incredible 36 seconds.
> This bug does not block me and the notification can be deleted, but it slows 
> down enough.
> I would be grateful for the repair.
> Thank you.



--
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] [Issue Comment Deleted] (NETBEANS-1654) Slow Code Completion Detected under JDK 12

2018-11-19 Thread Michal Rama (JIRA)


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

Michal Rama updated NETBEANS-1654:
--
Comment: was deleted

(was: I do not know why, but I did see the IDE log in NetBeans, and there was 
no "add" code during this error.

But, as I noticed, *SAVING SNAPSHOT* will be performed before the error is 
displayed.)

> Slow Code Completion Detected under JDK 12
> --
>
> Key: NETBEANS-1654
> URL: https://issues.apache.org/jira/browse/NETBEANS-1654
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion & Templates
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 918, Java 12 
> Early-Access 19
>Reporter: Michal Rama
>Priority: Critical
>  Labels: editor
> Attachments: picture1.png
>
>
> Hello,
> When I start writing code or press CTRL + SPACE, it starts searching the 
> libraries and then offers me the possibility of writing/completing the code.
> Sometimes, however, it is (much) longer. NetBeans then offers the possibility 
> of writing / completing the code, but it also displays the notification.
> !picture1.png!
> The three notifications captured in the image showed it within a very short 
> time.
> Additionally, the first took 11 seconds, the second took 6 seconds and the 
> third took an incredible 36 seconds.
> This bug does not block me and the notification can be deleted, but it slows 
> down enough.
> I would be grateful for the repair.
> Thank you.



--
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] [Issue Comment Deleted] (NETBEANS-1654) Slow Code Completion Detected under JDK 12

2018-11-19 Thread Michal Rama (JIRA)


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

Michal Rama updated NETBEANS-1654:
--
Comment: was deleted

(was: I have to admit that I made the conclusion from the first impression.
 The error is no longer so intense.
 Honestly, I can only repeat the error after running the program.

Unfortunately, as I said, Log is too extensive. But, when I last tried, these 
two lines appeared:
{code:java}
WARNING 
[org.netbeans.modules.java.j2seplatform.platformdefinition.J2SEPlatformDefaultJavadocImpl]:
 unrecognized Java spec version: 12
WARNING [null]: Last record repeated again.{code}
But I do not know if it will help.

PS. I tried it in a project with JDK 12.)

> Slow Code Completion Detected under JDK 12
> --
>
> Key: NETBEANS-1654
> URL: https://issues.apache.org/jira/browse/NETBEANS-1654
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion & Templates
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 918, Java 12 
> Early-Access 19
>Reporter: Michal Rama
>Priority: Critical
>  Labels: editor
> Attachments: picture1.png
>
>
> Hello,
> When I start writing code or press CTRL + SPACE, it starts searching the 
> libraries and then offers me the possibility of writing/completing the code.
> Sometimes, however, it is (much) longer. NetBeans then offers the possibility 
> of writing / completing the code, but it also displays the notification.
> !picture1.png!
> The three notifications captured in the image showed it within a very short 
> time.
> Additionally, the first took 11 seconds, the second took 6 seconds and the 
> third took an incredible 36 seconds.
> This bug does not block me and the notification can be deleted, but it slows 
> down enough.
> I would be grateful for the repair.
> Thank you.



--
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] [Issue Comment Deleted] (NETBEANS-1715) Just testing the JIRA integration

2018-11-19 Thread Chris Thistlethwaite (JIRA)


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

Chris Thistlethwaite updated NETBEANS-1715:
---
Comment: was deleted

(was: another comment)

> Just testing the JIRA integration
> -
>
> Key: NETBEANS-1715
> URL: https://issues.apache.org/jira/browse/NETBEANS-1715
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Chris Thistlethwaite
>Assignee: Chris Thistlethwaite
>Priority: Trivial
>




--
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-1668) Netbeans Appears to Become Unresponsive

2018-11-19 Thread Michael D Billman (JIRA)


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

Michael D Billman commented on NETBEANS-1668:
-

i am still having trouble narrowing down to a reproducible event.  However, it 
seems to be ok if i don't include all dependencies.  Even still, the behavior 
is strange as I add more and more of the dependencies back in to the file.  
That is, the reload gets slower and slower.  I am attaching a dependencies file 
minus the internal dependencies to hopefully shed some light on the issue, but 
i am not making any progress in getting to a project that can be shared.  The 
same stack trace ultimately ends up being the problem.

> Netbeans Appears to Become Unresponsive
> ---
>
> Key: NETBEANS-1668
> URL: https://issues.apache.org/jira/browse/NETBEANS-1668
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 10.0
>Reporter: Michael D Billman
>Priority: Major
> Attachments: dependencies.gradle, nbstack2.txt
>
>
> Not sure the issue...try to load gradle project using version 4.10.1 and jdk 
> 11.0.1.
>  
> On startup, scanning "background scanning of projects" hangs at 96% and never 
> finishes.  Originally thought to be on the gradle plugin side, but author 
> believes it could be nb-javac.  running jstack identifies the following 
> thread as potentially problematic (full file attached):
>  
> "RepositoryUpdater.worker" #69 daemon prio=1 os_prio=-2 cpu=35015.63ms 
> elapsed=77.20s tid=0x31d6d800 nid=0x1cfc runnable [0x4438d000]
>  java.lang.Thread.State: RUNNABLE
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1572)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)...
> If this is determined to not be a netbeans issue, please let me know.



--
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-1715) Just testing the JIRA integration

2018-11-19 Thread Chris Thistlethwaite (JIRA)


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

Chris Thistlethwaite commented on NETBEANS-1715:


new comment

> Just testing the JIRA integration
> -
>
> Key: NETBEANS-1715
> URL: https://issues.apache.org/jira/browse/NETBEANS-1715
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Chris Thistlethwaite
>Assignee: Chris Thistlethwaite
>Priority: Trivial
>




--
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] [Issue Comment Deleted] (NETBEANS-1715) Just testing the JIRA integration

2018-11-19 Thread Chris Thistlethwaite (JIRA)


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

Chris Thistlethwaite updated NETBEANS-1715:
---
Comment: was deleted

(was: another comment)

> Just testing the JIRA integration
> -
>
> Key: NETBEANS-1715
> URL: https://issues.apache.org/jira/browse/NETBEANS-1715
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Chris Thistlethwaite
>Assignee: Chris Thistlethwaite
>Priority: Trivial
>




--
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] [Issue Comment Deleted] (NETBEANS-1715) Just testing the JIRA integration

2018-11-19 Thread Chris Thistlethwaite (JIRA)


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

Chris Thistlethwaite updated NETBEANS-1715:
---
Comment: was deleted

(was: And another one.)

> Just testing the JIRA integration
> -
>
> Key: NETBEANS-1715
> URL: https://issues.apache.org/jira/browse/NETBEANS-1715
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Chris Thistlethwaite
>Assignee: Chris Thistlethwaite
>Priority: Trivial
>




--
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-1668) Netbeans Appears to Become Unresponsive

2018-11-19 Thread Michael D Billman (JIRA)


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

Michael D Billman updated NETBEANS-1668:

Attachment: dependencies.gradle

> Netbeans Appears to Become Unresponsive
> ---
>
> Key: NETBEANS-1668
> URL: https://issues.apache.org/jira/browse/NETBEANS-1668
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 10.0
>Reporter: Michael D Billman
>Priority: Major
> Attachments: dependencies.gradle, nbstack2.txt
>
>
> Not sure the issue...try to load gradle project using version 4.10.1 and jdk 
> 11.0.1.
>  
> On startup, scanning "background scanning of projects" hangs at 96% and never 
> finishes.  Originally thought to be on the gradle plugin side, but author 
> believes it could be nb-javac.  running jstack identifies the following 
> thread as potentially problematic (full file attached):
>  
> "RepositoryUpdater.worker" #69 daemon prio=1 os_prio=-2 cpu=35015.63ms 
> elapsed=77.20s tid=0x31d6d800 nid=0x1cfc runnable [0x4438d000]
>  java.lang.Thread.State: RUNNABLE
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1572)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)
>  at com.sun.tools.javac.code.Symbol.complete(Symbol.java:645)
>  at 
> com.sun.tools.javac.comp.Modules.retrieveRequiresTransitive(Modules.java:1574)
>  at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:1540)
>  at 
> com.sun.tools.javac.comp.Modules.lambda$completeModule$21(Modules.java:1500)
>  at 
> com.sun.tools.javac.comp.Modules$$Lambda$704/0x000101167840.complete(Unknown
>  Source)...
> If this is determined to not be a netbeans issue, please let me know.



--
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] [Issue Comment Deleted] (NETBEANS-1715) Just testing the JIRA integration

2018-11-19 Thread Chris Thistlethwaite (JIRA)


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

Chris Thistlethwaite updated NETBEANS-1715:
---
Comment: was deleted

(was: booo)

> Just testing the JIRA integration
> -
>
> Key: NETBEANS-1715
> URL: https://issues.apache.org/jira/browse/NETBEANS-1715
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Chris Thistlethwaite
>Assignee: Chris Thistlethwaite
>Priority: Trivial
>




--
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] [Issue Comment Deleted] (NETBEANS-1715) Just testing the JIRA integration

2018-11-19 Thread Chris Thistlethwaite (JIRA)


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

Chris Thistlethwaite updated NETBEANS-1715:
---
Comment: was deleted

(was: p)

> Just testing the JIRA integration
> -
>
> Key: NETBEANS-1715
> URL: https://issues.apache.org/jira/browse/NETBEANS-1715
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Chris Thistlethwaite
>Assignee: Chris Thistlethwaite
>Priority: Trivial
>




--
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] [Issue Comment Deleted] (NETBEANS-1715) Just testing the JIRA integration

2018-11-19 Thread Chris Thistlethwaite (JIRA)


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

Chris Thistlethwaite updated NETBEANS-1715:
---
Comment: was deleted

(was: and go)

> Just testing the JIRA integration
> -
>
> Key: NETBEANS-1715
> URL: https://issues.apache.org/jira/browse/NETBEANS-1715
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Chris Thistlethwaite
>Assignee: Chris Thistlethwaite
>Priority: Trivial
>




--
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] [Issue Comment Deleted] (NETBEANS-1715) Just testing the JIRA integration

2018-11-19 Thread Chris Thistlethwaite (JIRA)


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

Chris Thistlethwaite updated NETBEANS-1715:
---
Comment: was deleted

(was: asdfasdf)

> Just testing the JIRA integration
> -
>
> Key: NETBEANS-1715
> URL: https://issues.apache.org/jira/browse/NETBEANS-1715
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Chris Thistlethwaite
>Assignee: Chris Thistlethwaite
>Priority: Trivial
>




--
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] [Issue Comment Deleted] (NETBEANS-1715) Just testing the JIRA integration

2018-11-19 Thread Chris Thistlethwaite (JIRA)


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

Chris Thistlethwaite updated NETBEANS-1715:
---
Comment: was deleted

(was: qwert)

> Just testing the JIRA integration
> -
>
> Key: NETBEANS-1715
> URL: https://issues.apache.org/jira/browse/NETBEANS-1715
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Chris Thistlethwaite
>Assignee: Chris Thistlethwaite
>Priority: Trivial
>




--
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] [Issue Comment Deleted] (NETBEANS-1715) Just testing the JIRA integration

2018-11-19 Thread Chris Thistlethwaite (JIRA)


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

Chris Thistlethwaite updated NETBEANS-1715:
---
Comment: was deleted

(was: asdf)

> Just testing the JIRA integration
> -
>
> Key: NETBEANS-1715
> URL: https://issues.apache.org/jira/browse/NETBEANS-1715
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Chris Thistlethwaite
>Assignee: Chris Thistlethwaite
>Priority: Trivial
>




--
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] [Issue Comment Deleted] (NETBEANS-1715) Just testing the JIRA integration

2018-11-19 Thread Chris Thistlethwaite (JIRA)


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

Chris Thistlethwaite updated NETBEANS-1715:
---
Comment: was deleted

(was: more)

> Just testing the JIRA integration
> -
>
> Key: NETBEANS-1715
> URL: https://issues.apache.org/jira/browse/NETBEANS-1715
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Chris Thistlethwaite
>Assignee: Chris Thistlethwaite
>Priority: Trivial
>




--
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] [Issue Comment Deleted] (NETBEANS-1715) Just testing the JIRA integration

2018-11-19 Thread Chris Thistlethwaite (JIRA)


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

Chris Thistlethwaite updated NETBEANS-1715:
---
Comment: was deleted

(was: go)

> Just testing the JIRA integration
> -
>
> Key: NETBEANS-1715
> URL: https://issues.apache.org/jira/browse/NETBEANS-1715
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Chris Thistlethwaite
>Assignee: Chris Thistlethwaite
>Priority: Trivial
>




--
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-1715) Just testing the JIRA integration

2018-11-19 Thread Chris Thistlethwaite (JIRA)


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

Chris Thistlethwaite commented on NETBEANS-1715:


go

> Just testing the JIRA integration
> -
>
> Key: NETBEANS-1715
> URL: https://issues.apache.org/jira/browse/NETBEANS-1715
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Chris Thistlethwaite
>Assignee: Chris Thistlethwaite
>Priority: Trivial
>




--
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-1715) Just testing the JIRA integration

2018-11-19 Thread Chris Thistlethwaite (JIRA)


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

Chris Thistlethwaite commented on NETBEANS-1715:


asdf

> Just testing the JIRA integration
> -
>
> Key: NETBEANS-1715
> URL: https://issues.apache.org/jira/browse/NETBEANS-1715
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Chris Thistlethwaite
>Assignee: Chris Thistlethwaite
>Priority: Trivial
>




--
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-1715) Just testing the JIRA integration

2018-11-19 Thread Chris Thistlethwaite (JIRA)


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

Chris Thistlethwaite commented on NETBEANS-1715:


more

> Just testing the JIRA integration
> -
>
> Key: NETBEANS-1715
> URL: https://issues.apache.org/jira/browse/NETBEANS-1715
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Chris Thistlethwaite
>Assignee: Chris Thistlethwaite
>Priority: Trivial
>




--
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] [Resolved] (NETBEANS-565) Missing Css3.g file from donation

2018-11-19 Thread JIRA


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

Matthias Bläsing resolved NETBEANS-565.
---
Resolution: Fixed
  Assignee: Matthias Bläsing  (was: Geertjan Wielenga)

The patch was integrated into netbeans master.

> Missing Css3.g file from donation
> -
>
> Key: NETBEANS-565
> URL: https://issues.apache.org/jira/browse/NETBEANS-565
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 9.0
>Reporter: Matthias Bläsing
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
> Attachments: nb_css_parser.patch
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> While investigating a potential CSS parser error I saw while working with NB9
>  and noticed, that one of the most important files is missing:
> css.lib/src/org/netbeans/modules/css/lib/Css3.g
> that file holds an antlr3 grammer for CSS 3. That file was not donated
>  and I think the reason is, that the header contains a different
>  copyright:
> {noformat}
>  // Author  : Jim Idle, Temporal Wave LLC.
>  // Contact : j...@temporal-wave.com
>  // Website : http://www.temporal-wave.com
>  // License : ANTLR Free BSD License
> {noformat}
> My investigation showed, that the file is based on:
> [https://github.com/antlr/grammars-v3/blob/master/css21/css21.g]
>  or
>  [https://github.com/antlr/grammars-v3/raw/master/css21/css21.g]
> the headers and big chunks of the first checkin of Css3.g match.
> I see that oracle might feel uncomfortable/prohibited donating the
>  whole file, but what could be donated is a diff between the original
>  file from the antlr repository and the current state in netbeans.
> In technical term I suggest, that the patch against the base file is
>  donated:
> {noformat}
> # Get basefile
> wget https://github.com/antlr/grammars-v3/raw/master/css21/css21.g
> # Get netbeans state
> wget 
> http://hg.netbeans.org/releases/raw-file/tip/css.lib/src/org/netbeans/modules/css/lib/Css3.g
> # Create patch
> diff -u css21.g Css3.g > nb_css_parser.patch
> {noformat}
> That diff than only contains changes done by netbeans committers and this is
>  either covered by the normal Oracle copyright (employees working on
>  netbeans) or the OCLA.
> Maybe it helps, that there are only three authors listed in the history 
> (taken from the releases repository):
>  * Marek Fukala 
>  * Milutin Kristofic 
>  * Ondrej Brejla 
> As requested by mail I created this issue to track the donation. I attached 
> the diff/patch described above to this issue. I did not touch the file after 
> creating the diff, as the license headers can be adjusted if/when oracle 
> agrees to donate the contents (I'm willing to do the integration).



--
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 (ef37c85 -> 1b62938)

2018-11-19 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 ef37c85  Merge pull request #1013 from jlahoda/NETBEANS-1478
 add 67627e6  [NETBEANS-565] Import of CSS 2.1 grammar from antlr grammar 
repository
 add 1f86734  [NETBEANS-565] Apply CSS 2.1 -> CSS 3 patch donated by oracle 
to the Apache foundation
 add 0b7a27e  [NETBEANS-565] Update license header/info in CSS 3 grammar
 add 34d010a  [NETBEANS-565] Regenerate lexer and parser from grammar and 
fix unittests
 new 1b62938  Merge pull request #1020 from matthiasblaesing/css3_parser

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:
 ide/css.lib/licenseinfo.xml|27 +
 .../src/org/netbeans/modules/css/lib/Css3.g|  1908 
 .../org/netbeans/modules/css/lib/Css3Lexer.java|  3202 +++---
 .../org/netbeans/modules/css/lib/Css3Parser.java   | 10864 ++-
 nbbuild/licenses/BSD-css3-grammar  |28 +
 nbbuild/licenses/names.properties  | 1 +
 6 files changed, 8999 insertions(+), 7031 deletions(-)
 create mode 100644 ide/css.lib/licenseinfo.xml
 create mode 100644 ide/css.lib/src/org/netbeans/modules/css/lib/Css3.g
 create mode 100644 nbbuild/licenses/BSD-css3-grammar


-
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 #1020 from matthiasblaesing/css3_parser

2018-11-19 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 1b62938198771eb5a0374a2fe3fd1e1fed0203f4
Merge: ef37c85 34d010a
Author: Matthias Bläsing 
AuthorDate: Mon Nov 19 21:40:17 2018 +0100

Merge pull request #1020 from matthiasblaesing/css3_parser

[NETBEANS-565] Reintegrate CSS3 grammar

 ide/css.lib/licenseinfo.xml|27 +
 .../src/org/netbeans/modules/css/lib/Css3.g|  1908 
 .../org/netbeans/modules/css/lib/Css3Lexer.java|  3202 +++---
 .../org/netbeans/modules/css/lib/Css3Parser.java   | 10864 ++-
 nbbuild/licenses/BSD-css3-grammar  |28 +
 nbbuild/licenses/names.properties  | 1 +
 6 files changed, 8999 insertions(+), 7031 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



[jira] [Commented] (NETBEANS-1715) Just testing the JIRA integration

2018-11-19 Thread Chris Thistlethwaite (JIRA)


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

Chris Thistlethwaite commented on NETBEANS-1715:


qwert

> Just testing the JIRA integration
> -
>
> Key: NETBEANS-1715
> URL: https://issues.apache.org/jira/browse/NETBEANS-1715
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Chris Thistlethwaite
>Assignee: Chris Thistlethwaite
>Priority: Trivial
>




--
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-1715) Just testing the JIRA integration

2018-11-19 Thread Chris Thistlethwaite (JIRA)


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

Chris Thistlethwaite commented on NETBEANS-1715:


asdfasdf

> Just testing the JIRA integration
> -
>
> Key: NETBEANS-1715
> URL: https://issues.apache.org/jira/browse/NETBEANS-1715
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Chris Thistlethwaite
>Assignee: Chris Thistlethwaite
>Priority: Trivial
>




--
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-1715) Just testing the JIRA integration

2018-11-19 Thread Chris Thistlethwaite (JIRA)


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

Chris Thistlethwaite commented on NETBEANS-1715:


and go

> Just testing the JIRA integration
> -
>
> Key: NETBEANS-1715
> URL: https://issues.apache.org/jira/browse/NETBEANS-1715
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Chris Thistlethwaite
>Assignee: Chris Thistlethwaite
>Priority: Trivial
>




--
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] [Assigned] (NETBEANS-1715) Just testing the JIRA integration

2018-11-19 Thread Chris Thistlethwaite (JIRA)


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

Chris Thistlethwaite reassigned NETBEANS-1715:
--

Assignee: Chris Thistlethwaite  (was: Christian Lenz)

> Just testing the JIRA integration
> -
>
> Key: NETBEANS-1715
> URL: https://issues.apache.org/jira/browse/NETBEANS-1715
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Chris Thistlethwaite
>Assignee: Chris Thistlethwaite
>Priority: Trivial
>




--
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-1715) Just testing the JIRA integration

2018-11-19 Thread Chris Thistlethwaite (JIRA)


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

Chris Thistlethwaite commented on NETBEANS-1715:


p

> Just testing the JIRA integration
> -
>
> Key: NETBEANS-1715
> URL: https://issues.apache.org/jira/browse/NETBEANS-1715
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Chris Thistlethwaite
>Assignee: Christian Lenz
>Priority: Trivial
>




--
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-1715) Just testing the JIRA integration

2018-11-19 Thread Chris Thistlethwaite (JIRA)


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

Chris Thistlethwaite commented on NETBEANS-1715:


booo

> Just testing the JIRA integration
> -
>
> Key: NETBEANS-1715
> URL: https://issues.apache.org/jira/browse/NETBEANS-1715
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Chris Thistlethwaite
>Assignee: Christian Lenz
>Priority: Trivial
>




--
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-1715) Just testing the JIRA integration

2018-11-19 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-1715:
--

And another one.

> Just testing the JIRA integration
> -
>
> Key: NETBEANS-1715
> URL: https://issues.apache.org/jira/browse/NETBEANS-1715
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Chris Thistlethwaite
>Assignee: Christian Lenz
>Priority: Trivial
>




--
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-1715) Just testing the JIRA integration

2018-11-19 Thread Chris Thistlethwaite (JIRA)


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

Chris Thistlethwaite commented on NETBEANS-1715:


another comment

> Just testing the JIRA integration
> -
>
> Key: NETBEANS-1715
> URL: https://issues.apache.org/jira/browse/NETBEANS-1715
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Chris Thistlethwaite
>Assignee: Christian Lenz
>Priority: Trivial
>




--
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-1715) Just testing the JIRA integration

2018-11-19 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-1715:
--

another comment

> Just testing the JIRA integration
> -
>
> Key: NETBEANS-1715
> URL: https://issues.apache.org/jira/browse/NETBEANS-1715
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Chris Thistlethwaite
>Assignee: Christian Lenz
>Priority: Trivial
>




--
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-1715) Just testing the JIRA integration

2018-11-19 Thread Chris Thistlethwaite (JIRA)


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

Chris Thistlethwaite commented on NETBEANS-1715:


testing a comment

> Just testing the JIRA integration
> -
>
> Key: NETBEANS-1715
> URL: https://issues.apache.org/jira/browse/NETBEANS-1715
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Chris Thistlethwaite
>Assignee: Christian Lenz
>Priority: Trivial
>




--
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-1344) NetBeans looks Ugly on Java 11 on Linux

2018-11-19 Thread Jeffrey Morlan (JIRA)


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

Jeffrey Morlan commented on NETBEANS-1344:
--

[~aldobrucale]: The text rendering issue is unrelated to GTK; that's between 
OpenJDK and newer versions of FreeType, and it affects any Java program. 
https://bugs.openjdk.java.net/browse/JDK-8212071

A workaround for it I use is to set the environment variable 
FREETYPE_PROPERTIES to "truetype:interpreter-version=35"

> NetBeans looks Ugly on Java 11 on Linux
> ---
>
> Key: NETBEANS-1344
> URL: https://issues.apache.org/jira/browse/NETBEANS-1344
> Project: NetBeans
>  Issue Type: Improvement
>Reporter: Laszlo Kishalmi
>Priority: Major
>  Labels: Java11, Linux, pull-request-available
> Attachments: Screenshot from 2018-10-04 09-11-28.png, 
> document_tab.png, image-2018-10-15-20-10-48-233.png, 
> image-2018-10-15-20-11-07-846.png, image-2018-10-15-20-16-27-048.png, 
> image-2018-10-15-20-19-36-959.png, image-2018-10-15-20-19-49-797.png, 
> image-2018-10-15-20-21-15-737.png, image-2018-10-15-20-24-00-937.png, 
> java10_code.png, java10_menu_and_toolbar.png, java10_output_window.png, 
> java10_projects.png, java11_code.png, java11_menu_and_toolbar.png, 
> java11_output_window.png, java11_projects.png, java11opt_code.png, 
> java11opt_menu_and_toolbar.png, java11opt_output_window.png, 
> java11opt_projects.png, openjdk-8_code.png, openjdk-8_tree.png, 
> openjdk-8_tree.png, oraclejdk-8_code.png, oraclejdk-8_tree.png, 
> selected_item.png, toolbar_buttons.png
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> Well actually Java 11 the defaults Gnome3 on Linux, resulting poor rendering 
> on the default GTK look and feel. Using other Look and feel (Nimbus, Darcula) 
> does not suffer from this issue.
>  Forcing to use GTK 2.2 fixes the GTK look and feel.
> To force gnome we need to pass: {{-Djdk.gtk.version=2.2}} to the Java



--
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-1715) Just testing the JIRA integration

2018-11-19 Thread Chris Thistlethwaite (JIRA)
Chris Thistlethwaite created NETBEANS-1715:
--

 Summary: Just testing the JIRA integration
 Key: NETBEANS-1715
 URL: https://issues.apache.org/jira/browse/NETBEANS-1715
 Project: NetBeans
  Issue Type: Improvement
Reporter: Chris Thistlethwaite
Assignee: Christian Lenz






--
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-1714) Adding new packages via action on the bower libs node

2018-11-19 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-1714:
--

Test comment.

> Adding new packages via action on the bower libs node
> -
>
> Key: NETBEANS-1714
> URL: https://issues.apache.org/jira/browse/NETBEANS-1714
> Project: NetBeans
>  Issue Type: Improvement
>  Components: javascript - Node.js
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>  Labels: bower
>
> It should be possible, when I expand my project dir, select the npm lib node, 
> to add a new dependency right from the context menu. You can do a right click 
> on the npm lib node choose Add package and the add npm package dialog should 
> open. This behaviour is possible for maven or ant based projects and should 
> be possible for npm packages too.



--
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] [Issue Comment Deleted] (NETBEANS-1714) Adding new packages via action on the bower libs node

2018-11-19 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-1714:
-
Comment: was deleted

(was: Test comment.)

> Adding new packages via action on the bower libs node
> -
>
> Key: NETBEANS-1714
> URL: https://issues.apache.org/jira/browse/NETBEANS-1714
> Project: NetBeans
>  Issue Type: Improvement
>  Components: javascript - Node.js
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>  Labels: bower
>
> It should be possible, when I expand my project dir, select the npm lib node, 
> to add a new dependency right from the context menu. You can do a right click 
> on the npm lib node choose Add package and the add npm package dialog should 
> open. This behaviour is possible for maven or ant based projects and should 
> be possible for npm packages too.



--
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] [Assigned] (NETBEANS-906) nb-javac throws AssertionError compiling valid Java code involving inner classes

2018-11-19 Thread Jeffrey Morlan (JIRA)


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

Jeffrey Morlan reassigned NETBEANS-906:
---

Assignee: Jan Lahoda  (was: Dusan Balek)

> nb-javac throws AssertionError compiling valid Java code involving inner 
> classes
> 
>
> Key: NETBEANS-906
> URL: https://issues.apache.org/jira/browse/NETBEANS-906
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 9.0
> Environment: OpenJDK 1.8.0_171 on Ubuntu
>Reporter: Jeffrey Morlan
>Assignee: Jan Lahoda
>Priority: Major
> Attachments: NETBEANS-906.patch
>
>
> NetBeans 9.0 RC1 with nb-javac plugin fails to compile code like this:
> public class Bug {
>     class A {}
>     static void b(Bug c) \{ c.new A(){}; }
> }
> It throws the following exception:
> java.lang.AssertionError
>   at com.sun.tools.javac.util.Assert.error(Assert.java:155)
>   at com.sun.tools.javac.util.Assert.check(Assert.java:46)
>   at 
> com.sun.tools.javac.comp.TransTypes.translateArgs(TransTypes.java:211)
>   at 
> com.sun.tools.javac.comp.TransTypes.visitNewClass(TransTypes.java:723)
>   at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1695)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
>   at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:504)
>   at com.sun.tools.javac.comp.TransTypes.visitExec(TransTypes.java:655)
>   at 
> com.sun.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1458)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.visitBlock(TreeTranslator.java:167)
>   at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
>   at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:504)
>   at 
> com.sun.tools.javac.comp.TransTypes.visitMethodDef(TransTypes.java:539)
>   at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.visitClassDef(TreeTranslator.java:139)
>   at 
> com.sun.tools.javac.comp.TransTypes.translateClass(TransTypes.java:971)
>   at 
> com.sun.tools.javac.comp.TransTypes.visitClassDef(TransTypes.java:525)
>   at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:778)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
>   at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:504)
>   at 
> com.sun.tools.javac.comp.TransTypes.translateTopLevelClass(TransTypes.java:995)
>   at com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1653)
>   at com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1520)
>   at 
> com.sun.tools.javac.api.JavacTaskImpl$2.process(JavacTaskImpl.java:567)
>   at 
> com.sun.tools.javac.api.JavacTaskImpl$Filter.run(JavacTaskImpl.java:644)
>   at 
> com.sun.tools.javac.api.JavacTaskImpl.generate(JavacTaskImpl.java:570)



--
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-906) nb-javac throws AssertionError compiling valid Java code involving inner classes

2018-11-19 Thread Jeffrey Morlan (JIRA)


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

Jeffrey Morlan commented on NETBEANS-906:
-

ping [~dbalek], [~jlahoda], [~rtaneja] - nb-javac has gotten updated on the 
plugin portal a few more times without this bug being addressed.

> nb-javac throws AssertionError compiling valid Java code involving inner 
> classes
> 
>
> Key: NETBEANS-906
> URL: https://issues.apache.org/jira/browse/NETBEANS-906
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 9.0
> Environment: OpenJDK 1.8.0_171 on Ubuntu
>Reporter: Jeffrey Morlan
>Assignee: Dusan Balek
>Priority: Major
> Attachments: NETBEANS-906.patch
>
>
> NetBeans 9.0 RC1 with nb-javac plugin fails to compile code like this:
> public class Bug {
>     class A {}
>     static void b(Bug c) \{ c.new A(){}; }
> }
> It throws the following exception:
> java.lang.AssertionError
>   at com.sun.tools.javac.util.Assert.error(Assert.java:155)
>   at com.sun.tools.javac.util.Assert.check(Assert.java:46)
>   at 
> com.sun.tools.javac.comp.TransTypes.translateArgs(TransTypes.java:211)
>   at 
> com.sun.tools.javac.comp.TransTypes.visitNewClass(TransTypes.java:723)
>   at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1695)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
>   at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:504)
>   at com.sun.tools.javac.comp.TransTypes.visitExec(TransTypes.java:655)
>   at 
> com.sun.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1458)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.visitBlock(TreeTranslator.java:167)
>   at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
>   at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:504)
>   at 
> com.sun.tools.javac.comp.TransTypes.visitMethodDef(TransTypes.java:539)
>   at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.visitClassDef(TreeTranslator.java:139)
>   at 
> com.sun.tools.javac.comp.TransTypes.translateClass(TransTypes.java:971)
>   at 
> com.sun.tools.javac.comp.TransTypes.visitClassDef(TransTypes.java:525)
>   at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:778)
>   at 
> com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
>   at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:504)
>   at 
> com.sun.tools.javac.comp.TransTypes.translateTopLevelClass(TransTypes.java:995)
>   at com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1653)
>   at com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1520)
>   at 
> com.sun.tools.javac.api.JavacTaskImpl$2.process(JavacTaskImpl.java:567)
>   at 
> com.sun.tools.javac.api.JavacTaskImpl$Filter.run(JavacTaskImpl.java:644)
>   at 
> com.sun.tools.javac.api.JavacTaskImpl.generate(JavacTaskImpl.java:570)



--
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-1714) Adding new packages via action on the bower libs node

2018-11-19 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-1714:
-
Labels: bower  (was: )

> Adding new packages via action on the bower libs node
> -
>
> Key: NETBEANS-1714
> URL: https://issues.apache.org/jira/browse/NETBEANS-1714
> Project: NetBeans
>  Issue Type: Improvement
>  Components: javascript - Node.js
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>  Labels: bower
>
> It should be possible, when I expand my project dir, select the npm lib node, 
> to add a new dependency right from the context menu. You can do a right click 
> on the npm lib node choose Add package and the add npm package dialog should 
> open. This behaviour is possible for maven or ant based projects and should 
> be possible for npm packages too.



--
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-1714) Adding new packages via action on the bower libs node

2018-11-19 Thread Christian Lenz (JIRA)
Christian Lenz created NETBEANS-1714:


 Summary: Adding new packages via action on the bower libs node
 Key: NETBEANS-1714
 URL: https://issues.apache.org/jira/browse/NETBEANS-1714
 Project: NetBeans
  Issue Type: Improvement
  Components: javascript - Node.js
Affects Versions: Next
Reporter: Christian Lenz


It should be possible, when I expand my project dir, select the npm lib node, 
to add a new dependency right from the context menu. You can do a right click 
on the npm lib node choose Add package and the add npm package dialog should 
open. This behaviour is possible for maven or ant based projects and should be 
possible for npm packages too.



--
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-1710) Adding npm UI should preload all npm packages

2018-11-19 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-1710:
-
Description: 
Due to a similar functionality, that NetBeans scans for maven repositories and 
you can see all available maven dependencies, it should be possible to preload 
all npm packages from npmjs.com before I open the adding NPM UI. When I open 
this dialog, all packages should be available as list immediately. Depends on 
what information you can get but name can be enough for the whole list.

After you click on a package, you can make a new request to get the 
information. Descripion. latest version, all other versions, stars, etc.

This makes the UI more intuitive on searching while typing. Now I have to 
search for "ang", hitting search and waiting seconds to find the package that I 
want.

WebStorm makes the better UI for this. It preloads all and it seems so, that 
they really mean all NPM packages (mostly only the name) and you can filter 
(not search) for a package which makes it more nicely. No entering, no waiting, 
no entering and waiting again, if you have a typo.

So this behaviour makes much more sense and less frustrating while searching.

  was:
Due to a similar functionality, that NetBeans scans for maven repositories and 
you can see all available maven dependencies, it should be possible to preload 
all npm packages from npmjs.com before I open the adding NPM UI. When I open 
this dialog, all packages should be available as list immediately. Depends on 
what information you can get but name can be enough for the whole list.

After you click on a package, you can make a new request to get the 
information. Descripion. latest version, all other versions, stars, etc.

This makes the UI more intuitive on searching while typing. Now I have to 
search for "ang", hitting search and waiting seconds to find the package that I 
want.

WebStorm makes the better UI for this. It preloads all and it seems so, that 
they really mean all NPM packages (mostly only the name) and you can filter 
(not search) for a package which makes it more nicely. No entering, no waiting, 
no entering and waiting again, if you make a typo.

So this behaviour makes much more sense and less frustrating while searching.


> Adding npm UI should preload all npm packages
> -
>
> Key: NETBEANS-1710
> URL: https://issues.apache.org/jira/browse/NETBEANS-1710
> Project: NetBeans
>  Issue Type: Improvement
>  Components: javascript - Node.js
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>
> Due to a similar functionality, that NetBeans scans for maven repositories 
> and you can see all available maven dependencies, it should be possible to 
> preload all npm packages from npmjs.com before I open the adding NPM UI. When 
> I open this dialog, all packages should be available as list immediately. 
> Depends on what information you can get but name can be enough for the whole 
> list.
> After you click on a package, you can make a new request to get the 
> information. Descripion. latest version, all other versions, stars, etc.
> This makes the UI more intuitive on searching while typing. Now I have to 
> search for "ang", hitting search and waiting seconds to find the package that 
> I want.
> WebStorm makes the better UI for this. It preloads all and it seems so, that 
> they really mean all NPM packages (mostly only the name) and you can filter 
> (not search) for a package which makes it more nicely. No entering, no 
> waiting, no entering and waiting again, if you have a typo.
> So this behaviour makes much more sense and less frustrating while searching.



--
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-1713) Adding new packages via action on the npm libs node

2018-11-19 Thread Christian Lenz (JIRA)
Christian Lenz created NETBEANS-1713:


 Summary: Adding new packages via action on the npm libs node
 Key: NETBEANS-1713
 URL: https://issues.apache.org/jira/browse/NETBEANS-1713
 Project: NetBeans
  Issue Type: Improvement
  Components: javascript - Node.js
Affects Versions: Next
Reporter: Christian Lenz


It should be possible, when I expand my project dir, select the npm lib node, 
to add a new dependency right from the context menu. You can do a right click 
on the npm lib node choose Add package and the add npm package dialog should 
open. This behaviour is possible for maven or ant based projects and should be 
possible for npm packages too.



--
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-1712) Make the search against the repo instead of bower search

2018-11-19 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-1712:
-
Labels: bower  (was: )

> Make the search against the repo instead of bower search
> 
>
> Key: NETBEANS-1712
> URL: https://issues.apache.org/jira/browse/NETBEANS-1712
> Project: NetBeans
>  Issue Type: Improvement
>  Components: javascript - Node.js
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>  Labels: bower
>
> Searching bower packages to add them to the project uses "bower search 
> _query_" to search for packages. I think it could be better to make the 
> search direclty against this url: https://registry.bower.io. I think that can 
> improve the performance a bit of making a call against an URL, and parse the 
> result instead of the CLI. I think they also have a REST API to get all the 
> information with JSON as result. I did a research months ago.



--
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-1712) Make the search against the repo instead of bower search

2018-11-19 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-1712:
-
Description: Searching bower packages to add them to the project uses 
"bower search _query_" to search for packages. I think it could be better to 
make the search direclty against this url: https://registry.bower.io. I think 
that can improve the performance a bit of making a call against an URL, and 
parse the result instead of the CLI. I think they also have a REST API to get 
all the information with JSON as result. I did a research months ago.  (was: 
Searching npm packages to add them to the project uses "npm search _query_" to 
search for packages. I think it could be better to make the search against this 
url: https://www.npmjs.com/search?q=angular. I think that can improve the 
performance a bit of make a call against an URL, and parse the result. I think 
they also have a REST API to get all the information with JSON as result. I did 
a research months ago.)

> Make the search against the repo instead of bower search
> 
>
> Key: NETBEANS-1712
> URL: https://issues.apache.org/jira/browse/NETBEANS-1712
> Project: NetBeans
>  Issue Type: Improvement
>  Components: javascript - Node.js
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>
> Searching bower packages to add them to the project uses "bower search 
> _query_" to search for packages. I think it could be better to make the 
> search direclty against this url: https://registry.bower.io. I think that can 
> improve the performance a bit of making a call against an URL, and parse the 
> result instead of the CLI. I think they also have a REST API to get all the 
> information with JSON as result. I did a research months ago.



--
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-1712) Make the search against the repo instead of bower search

2018-11-19 Thread Christian Lenz (JIRA)
Christian Lenz created NETBEANS-1712:


 Summary: Make the search against the repo instead of bower search
 Key: NETBEANS-1712
 URL: https://issues.apache.org/jira/browse/NETBEANS-1712
 Project: NetBeans
  Issue Type: Improvement
  Components: javascript - Node.js
Affects Versions: Next
Reporter: Christian Lenz


Searching npm packages to add them to the project uses "npm search _query_" to 
search for packages. I think it could be better to make the search against this 
url: https://www.npmjs.com/search?q=angular. I think that can improve the 
performance a bit of make a call against an URL, and parse the result. I think 
they also have a REST API to get all the information with JSON as result. I did 
a research months ago.



--
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-1711) Adding bower UI should preload all bower packages

2018-11-19 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-1711:
-
Description: 
Due to a similar functionality, that NetBeans scans for maven repositories and 
you can see all available maven dependencies, it should be possible to preload 
all bower packages from https://registry.bower.io before I open the adding 
bower UI. When I open this dialog, all packages should be available as list 
immediately. Depends on what information you can get but name can be enough for 
the whole list.

After you click on a package, you can make a new request to get the 
information. Descripion. latest version, all other versions, stars, etc.

This makes the UI more intuitive on searching while typing. Now I have to 
search for "ang", hitting search and waiting seconds to find the package that I 
want.

WebStorm makes the better UI for this. It preloads all and it seems so, that 
they really mean all bower packages (mostly only the name) and you can filter 
(not search) for a package which makes it more nicely. No entering, no waiting, 
no entering and waiting again, if you have a typo.

So this behaviour makes much more sense and less frustrating while searching.

  was:
Due to a similar functionality, that NetBeans scans for maven repositories and 
you can see all available maven dependencies, it should be possible to preload 
all bower packages from https://bower.io/search/ before I open the adding bower 
UI. When I open this dialog, all packages should be available as list 
immediately. Depends on what information you can get but name can be enough for 
the whole list.

After you click on a package, you can make a new request to get the 
information. Descripion. latest version, all other versions, stars, etc.

This makes the UI more intuitive on searching while typing. Now I have to 
search for "ang", hitting search and waiting seconds to find the package that I 
want.

WebStorm makes the better UI for this. It preloads all and it seems so, that 
they really mean all bower packages (mostly only the name) and you can filter 
(not search) for a package which makes it more nicely. No entering, no waiting, 
no entering and waiting again, if you have a typo.

So this behaviour makes much more sense and less frustrating while searching.


> Adding bower UI should preload all bower packages
> -
>
> Key: NETBEANS-1711
> URL: https://issues.apache.org/jira/browse/NETBEANS-1711
> Project: NetBeans
>  Issue Type: Improvement
>  Components: javascript - Node.js
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>
> Due to a similar functionality, that NetBeans scans for maven repositories 
> and you can see all available maven dependencies, it should be possible to 
> preload all bower packages from https://registry.bower.io before I open the 
> adding bower UI. When I open this dialog, all packages should be available as 
> list immediately. Depends on what information you can get but name can be 
> enough for the whole list.
> After you click on a package, you can make a new request to get the 
> information. Descripion. latest version, all other versions, stars, etc.
> This makes the UI more intuitive on searching while typing. Now I have to 
> search for "ang", hitting search and waiting seconds to find the package that 
> I want.
> WebStorm makes the better UI for this. It preloads all and it seems so, that 
> they really mean all bower packages (mostly only the name) and you can filter 
> (not search) for a package which makes it more nicely. No entering, no 
> waiting, no entering and waiting again, if you have a typo.
> So this behaviour makes much more sense and less frustrating while searching.



--
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-1711) Adding bower UI should preload all bower packages

2018-11-19 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-1711:
-
Description: 
Due to a similar functionality, that NetBeans scans for maven repositories and 
you can see all available maven dependencies, it should be possible to preload 
all bower packages from https://bower.io/search/ before I open the adding bower 
UI. When I open this dialog, all packages should be available as list 
immediately. Depends on what information you can get but name can be enough for 
the whole list.

After you click on a package, you can make a new request to get the 
information. Descripion. latest version, all other versions, stars, etc.

This makes the UI more intuitive on searching while typing. Now I have to 
search for "ang", hitting search and waiting seconds to find the package that I 
want.

WebStorm makes the better UI for this. It preloads all and it seems so, that 
they really mean all bower packages (mostly only the name) and you can filter 
(not search) for a package which makes it more nicely. No entering, no waiting, 
no entering and waiting again, if you have a typo.

So this behaviour makes much more sense and less frustrating while searching.

  was:
Due to a similar functionality, that NetBeans scans for maven repositories and 
you can see all available maven dependencies, it should be possible to preload 
all npm packages from npmjs.com before I open the adding NPM UI. When I open 
this dialog, all packages should be available as list. Depends on what 
information you can get but name can be enough for the whole list.

After you click on a package, you can make a new request to get the 
information. Descripion. latest version, all other versions, stars, etc.

This makes the UI more intuitive on searching while typing. Now I have to 
search for "ang", hitting search and waiting seconds to find the package that I 
want.

WebStorm makes the better UI for this. It preloads all and it seems so, that 
they really mean all NPM packages (mostly only the name) and you can filter 
(not search) for a package which makes it more nicely. No entering, no waiting, 
no entering and waiting again, if you make a typo.

So this behaviour makes much more sense and less frustrating while searching.


> Adding bower UI should preload all bower packages
> -
>
> Key: NETBEANS-1711
> URL: https://issues.apache.org/jira/browse/NETBEANS-1711
> Project: NetBeans
>  Issue Type: Improvement
>  Components: javascript - Node.js
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>
> Due to a similar functionality, that NetBeans scans for maven repositories 
> and you can see all available maven dependencies, it should be possible to 
> preload all bower packages from https://bower.io/search/ before I open the 
> adding bower UI. When I open this dialog, all packages should be available as 
> list immediately. Depends on what information you can get but name can be 
> enough for the whole list.
> After you click on a package, you can make a new request to get the 
> information. Descripion. latest version, all other versions, stars, etc.
> This makes the UI more intuitive on searching while typing. Now I have to 
> search for "ang", hitting search and waiting seconds to find the package that 
> I want.
> WebStorm makes the better UI for this. It preloads all and it seems so, that 
> they really mean all bower packages (mostly only the name) and you can filter 
> (not search) for a package which makes it more nicely. No entering, no 
> waiting, no entering and waiting again, if you have a typo.
> So this behaviour makes much more sense and less frustrating while searching.



--
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-1710) Adding npm UI should preload all npm packages

2018-11-19 Thread Christian Lenz (JIRA)
Christian Lenz created NETBEANS-1710:


 Summary: Adding npm UI should preload all npm packages
 Key: NETBEANS-1710
 URL: https://issues.apache.org/jira/browse/NETBEANS-1710
 Project: NetBeans
  Issue Type: Improvement
  Components: javascript - Node.js
Affects Versions: Next
Reporter: Christian Lenz


Due to a similar functionality, that NetBeans scans for maven repositories and 
you can see all available maven dependencies, it should be possible to preload 
all npm packages from npmjs.com before I open the adding NPM UI. When I open 
this dialog, all packages should be available as list. Depends on what 
information you can get but name can be enough for the whole list.

After you click on a package, you can make a new request to get the 
information. Descripion. latest version, all other versions, stars, etc.

This makes the UI more intuitive on searching while typing. Now I have to 
search for "ang", hitting search and waiting seconds to find the package that I 
want.

WebStorm makes the better UI for this. It preloads all and it seems so, that 
they really mean all NPM packages (mostly only the name) and you can filter 
(not search) for a package which makes it more nicely. No entering, no waiting, 
no entering and waiting again, if you make a typo.

So this behaviour makes much more sense and less frustrating while searching.



--
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-1710) Adding npm UI should preload all npm packages

2018-11-19 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-1710:
-
Description: 
Due to a similar functionality, that NetBeans scans for maven repositories and 
you can see all available maven dependencies, it should be possible to preload 
all npm packages from npmjs.com before I open the adding NPM UI. When I open 
this dialog, all packages should be available as list immediately. Depends on 
what information you can get but name can be enough for the whole list.

After you click on a package, you can make a new request to get the 
information. Descripion. latest version, all other versions, stars, etc.

This makes the UI more intuitive on searching while typing. Now I have to 
search for "ang", hitting search and waiting seconds to find the package that I 
want.

WebStorm makes the better UI for this. It preloads all and it seems so, that 
they really mean all NPM packages (mostly only the name) and you can filter 
(not search) for a package which makes it more nicely. No entering, no waiting, 
no entering and waiting again, if you make a typo.

So this behaviour makes much more sense and less frustrating while searching.

  was:
Due to a similar functionality, that NetBeans scans for maven repositories and 
you can see all available maven dependencies, it should be possible to preload 
all npm packages from npmjs.com before I open the adding NPM UI. When I open 
this dialog, all packages should be available as list. Depends on what 
information you can get but name can be enough for the whole list.

After you click on a package, you can make a new request to get the 
information. Descripion. latest version, all other versions, stars, etc.

This makes the UI more intuitive on searching while typing. Now I have to 
search for "ang", hitting search and waiting seconds to find the package that I 
want.

WebStorm makes the better UI for this. It preloads all and it seems so, that 
they really mean all NPM packages (mostly only the name) and you can filter 
(not search) for a package which makes it more nicely. No entering, no waiting, 
no entering and waiting again, if you make a typo.

So this behaviour makes much more sense and less frustrating while searching.


> Adding npm UI should preload all npm packages
> -
>
> Key: NETBEANS-1710
> URL: https://issues.apache.org/jira/browse/NETBEANS-1710
> Project: NetBeans
>  Issue Type: Improvement
>  Components: javascript - Node.js
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>
> Due to a similar functionality, that NetBeans scans for maven repositories 
> and you can see all available maven dependencies, it should be possible to 
> preload all npm packages from npmjs.com before I open the adding NPM UI. When 
> I open this dialog, all packages should be available as list immediately. 
> Depends on what information you can get but name can be enough for the whole 
> list.
> After you click on a package, you can make a new request to get the 
> information. Descripion. latest version, all other versions, stars, etc.
> This makes the UI more intuitive on searching while typing. Now I have to 
> search for "ang", hitting search and waiting seconds to find the package that 
> I want.
> WebStorm makes the better UI for this. It preloads all and it seems so, that 
> they really mean all NPM packages (mostly only the name) and you can filter 
> (not search) for a package which makes it more nicely. No entering, no 
> waiting, no entering and waiting again, if you make a typo.
> So this behaviour makes much more sense and less frustrating while searching.



--
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-1711) Adding bower UI should preload all bower packages

2018-11-19 Thread Christian Lenz (JIRA)
Christian Lenz created NETBEANS-1711:


 Summary: Adding bower UI should preload all bower packages
 Key: NETBEANS-1711
 URL: https://issues.apache.org/jira/browse/NETBEANS-1711
 Project: NetBeans
  Issue Type: Improvement
  Components: javascript - Node.js
Affects Versions: Next
Reporter: Christian Lenz


Due to a similar functionality, that NetBeans scans for maven repositories and 
you can see all available maven dependencies, it should be possible to preload 
all npm packages from npmjs.com before I open the adding NPM UI. When I open 
this dialog, all packages should be available as list. Depends on what 
information you can get but name can be enough for the whole list.

After you click on a package, you can make a new request to get the 
information. Descripion. latest version, all other versions, stars, etc.

This makes the UI more intuitive on searching while typing. Now I have to 
search for "ang", hitting search and waiting seconds to find the package that I 
want.

WebStorm makes the better UI for this. It preloads all and it seems so, that 
they really mean all NPM packages (mostly only the name) and you can filter 
(not search) for a package which makes it more nicely. No entering, no waiting, 
no entering and waiting again, if you make a typo.

So this behaviour makes much more sense and less frustrating while searching.



--
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-1709) Make the search against the repo instead of npm search

2018-11-19 Thread Christian Lenz (JIRA)
Christian Lenz created NETBEANS-1709:


 Summary: Make the search against the repo instead of npm search
 Key: NETBEANS-1709
 URL: https://issues.apache.org/jira/browse/NETBEANS-1709
 Project: NetBeans
  Issue Type: Improvement
  Components: javascript - Node.js
Affects Versions: Next
Reporter: Christian Lenz


Searching npm packages to add them to the project uses "npm search _query_" to 
search for packages. I think it could be better to make the search against this 
url: https://www.npmjs.com/search?q=angular. I think that can improve the 
performance a bit of make a call against an URL, and parse the result. I think 
they also have a REST API to get all the information with JSON as result. I did 
a research months ago.



--
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-1708) Weird UI for adding npm packages

2018-11-19 Thread Christian Lenz (JIRA)
Christian Lenz created NETBEANS-1708:


 Summary: Weird UI for adding npm packages
 Key: NETBEANS-1708
 URL: https://issues.apache.org/jira/browse/NETBEANS-1708
 Project: NetBeans
  Issue Type: Bug
  Components: javascript - Node.js
Affects Versions: 8.2, 10.0
Reporter: Christian Lenz
 Attachments: npm add packages pipes.png

Go to project properties and npm and clicking the add button. Search for smth 
like "ang". The results shows a lot of unused || I don't know what that 
means, maybe there is smth wrong while parsing the result? I'm using NVM 
https://github.com/creationix/nvm but it shouldn't make a difference.



--
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-1708) Weird UI for adding npm packages

2018-11-19 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-1708:
--

Using Windows 10 64bit, Node 10.0.0, NPM 5.6.0.

> Weird UI for adding npm packages
> 
>
> Key: NETBEANS-1708
> URL: https://issues.apache.org/jira/browse/NETBEANS-1708
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Node.js
>Affects Versions: 8.2, 10.0
>Reporter: Christian Lenz
>Priority: Major
> Attachments: npm add packages pipes.png
>
>
> Go to project properties and npm and clicking the add button. Search for smth 
> like "ang". The results shows a lot of unused || I don't know what that 
> means, maybe there is smth wrong while parsing the result? I'm using NVM 
> https://github.com/creationix/nvm but it shouldn't make a difference.



--
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-1708) Weird UI for adding npm packages

2018-11-19 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-1708:
-
Attachment: npm add packages pipes.png

> Weird UI for adding npm packages
> 
>
> Key: NETBEANS-1708
> URL: https://issues.apache.org/jira/browse/NETBEANS-1708
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Node.js
>Affects Versions: 8.2, 10.0
>Reporter: Christian Lenz
>Priority: Major
> Attachments: npm add packages pipes.png
>
>
> Go to project properties and npm and clicking the add button. Search for smth 
> like "ang". The results shows a lot of unused || I don't know what that 
> means, maybe there is smth wrong while parsing the result? I'm using NVM 
> https://github.com/creationix/nvm but it shouldn't make a difference.



--
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-1707) Support for adding global npm packages

2018-11-19 Thread Christian Lenz (JIRA)
Christian Lenz created NETBEANS-1707:


 Summary: Support for adding global npm packages
 Key: NETBEANS-1707
 URL: https://issues.apache.org/jira/browse/NETBEANS-1707
 Project: NetBeans
  Issue Type: Improvement
  Components: javascript - Node.js
Affects Versions: Next
Reporter: Christian Lenz


I can add/update/delete npm packages per project. It would be even more nice, 
to have the same ability for global installed packages. So for this we need a 
new tab inside of the options for npm and see all global packages installed and 
if available updates and add and delete packages.



--
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-1706) Can't build maven project

2018-11-19 Thread Rami Swailem (JIRA)
Rami Swailem created NETBEANS-1706:
--

 Summary: Can't build maven project
 Key: NETBEANS-1706
 URL: https://issues.apache.org/jira/browse/NETBEANS-1706
 Project: NetBeans
  Issue Type: Bug
  Components: mavenutilities
Reporter: Rami Swailem
Assignee: Eric Barboni


Group ID was changed from org.netbeans.modules to org.apache.netbeans.modules.

 

Please change it in CreateClusterAppMojo.java -> getHarnessNbm() 

{{ if ("org.netbeans.modules".equals(a.getGroupId()) && 
"org-netbeans-bootstrap".equals(a.getArtifactId())) {}}

and in 

{{ Artifact nbmArt = artifactFactory.createArtifact(}}
{{ "org.netbeans.modules",}}

 

 

 

 



--
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-1217) Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError

2018-11-19 Thread JIRA


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

Jiří Kovalský updated NETBEANS-1217:

Fix Version/s: 10.0

> Exception com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
> --
>
> Key: NETBEANS-1217
> URL: https://issues.apache.org/jira/browse/NETBEANS-1217
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Parsing & Indexing
>Affects Versions: 9.0, 10.0
>Reporter: Alexander Bagiev
>Assignee: Reema Taneja
>Priority: Critical
>  Labels: ca_survey
> Fix For: 10.0
>
> Attachments: IDE_Log.log, ide_log.txt, messages.log, 
> nb-javac-api.jar, nb-javac-impl.jar, netbeans-1217.patch, ui_log.txt
>
>
> After updating working directory of Git repository (outside IDE) the 
> following exception raised:
> com.sun.tools.javac.code.Types$FunctionDescriptorLookupError
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:809)
>  at com.sun.tools.javac.code.Types$DescriptorCache.failure(Types.java:805)
>  at 
> com.sun.tools.javac.code.Types$DescriptorCache.findDescriptorInternal(Types.java:735)
>  at com.sun.tools.javac.code.Types$DescriptorCache.get(Types.java:719)
>  at com.sun.tools.javac.code.Types.findDescriptorType(Types.java:828)
>  at 
> com.sun.tools.javac.tree.JCTree$JCFunctionalExpression.getDescriptorType(JCTree.java:737)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitLambda(Flow.java:1311)
>  at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1813)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1259)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.visitSelect(TreeScanner.java:302)
>  at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2116)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitApply(Flow.java:1258)
>  at 
> com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1640)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitReturn(Flow.java:1235)
>  at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1552)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:57)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitBlock(Flow.java:1021)
>  at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1026)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$FlowAnalyzer.visitMethodDef(Flow.java:989)
>  at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:872)
>  at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
>  at com.sun.tools.javac.comp.Flow$BaseAnalyzer.scan(Flow.java:415)
>  at com.sun.tools.javac.comp.Flow$

[jira] [Updated] (NETBEANS-1705) Refactoring Java Class Name in maven java project

2018-11-19 Thread Francesco Illuminati (JIRA)


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

Francesco Illuminati updated NETBEANS-1705:
---
Description: 
10 v3 version

When renaming a java class using refactoring the name is not changed in SOME 
classes of the project.

  was:
10 v3 version

When renaming a java class using refactoring the name is not changed in the 
project.


> Refactoring Java Class Name in maven java project
> -
>
> Key: NETBEANS-1705
> URL: https://issues.apache.org/jira/browse/NETBEANS-1705
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 10.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-365-on-20181105)
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13-Ubuntu-2ubuntu1
> Runtime: OpenJDK Runtime Environment 11.0.1+13-Ubuntu-2ubuntu1
> System: Linux version 4.18.0-11-generic running on amd64; UTF-8; en_US (nb)
> Ubuntu 18.10
>Reporter: Francesco Illuminati
>Priority: Major
>
> 10 v3 version
> When renaming a java class using refactoring the name is not changed in SOME 
> classes of the project.



--
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-1705) Refactoring Java Class Name in maven java project

2018-11-19 Thread Francesco Illuminati (JIRA)


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

Francesco Illuminati closed NETBEANS-1705.
--
Resolution: Invalid

I cannot figure it out how to reproduce the bug even on the same project. If I 
will find a reproducible pattern I will open this bug again.

> Refactoring Java Class Name in maven java project
> -
>
> Key: NETBEANS-1705
> URL: https://issues.apache.org/jira/browse/NETBEANS-1705
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 10.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-365-on-20181105)
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13-Ubuntu-2ubuntu1
> Runtime: OpenJDK Runtime Environment 11.0.1+13-Ubuntu-2ubuntu1
> System: Linux version 4.18.0-11-generic running on amd64; UTF-8; en_US (nb)
> Ubuntu 18.10,
> the project uses Lombok
>Reporter: Francesco Illuminati
>Priority: Major
>
> 10 v3 version
> When renaming a java class using refactoring the name is not changed in SOME 
> classes of the project. 



--
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-1705) Refactoring Java Class Name in maven java project

2018-11-19 Thread Francesco Illuminati (JIRA)
Francesco Illuminati created NETBEANS-1705:
--

 Summary: Refactoring Java Class Name in maven java project
 Key: NETBEANS-1705
 URL: https://issues.apache.org/jira/browse/NETBEANS-1705
 Project: NetBeans
  Issue Type: Bug
  Components: java - Refactoring
Affects Versions: 10.0
 Environment: Product Version: Apache NetBeans IDE Dev (Build 
incubator-netbeans-release-365-on-20181105)
Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13-Ubuntu-2ubuntu1
Runtime: OpenJDK Runtime Environment 11.0.1+13-Ubuntu-2ubuntu1
System: Linux version 4.18.0-11-generic running on amd64; UTF-8; en_US (nb)

Ubuntu 18.10
Reporter: Francesco Illuminati


10 v3 version

When renaming a java class using refactoring the name is not changed in the 
project.



--
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-1705) Refactoring Java Class Name in maven java project

2018-11-19 Thread Francesco Illuminati (JIRA)


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

Francesco Illuminati updated NETBEANS-1705:
---
Environment: 
Product Version: Apache NetBeans IDE Dev (Build 
incubator-netbeans-release-365-on-20181105)
Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13-Ubuntu-2ubuntu1
Runtime: OpenJDK Runtime Environment 11.0.1+13-Ubuntu-2ubuntu1
System: Linux version 4.18.0-11-generic running on amd64; UTF-8; en_US (nb)

Ubuntu 18.10,
the project uses Lombok

  was:
Product Version: Apache NetBeans IDE Dev (Build 
incubator-netbeans-release-365-on-20181105)
Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13-Ubuntu-2ubuntu1
Runtime: OpenJDK Runtime Environment 11.0.1+13-Ubuntu-2ubuntu1
System: Linux version 4.18.0-11-generic running on amd64; UTF-8; en_US (nb)

Ubuntu 18.10

Description: 
10 v3 version

When renaming a java class using refactoring the name is not changed in SOME 
classes of the project. 

  was:
10 v3 version

When renaming a java class using refactoring the name is not changed in SOME 
classes of the project.


> Refactoring Java Class Name in maven java project
> -
>
> Key: NETBEANS-1705
> URL: https://issues.apache.org/jira/browse/NETBEANS-1705
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Refactoring
>Affects Versions: 10.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-365-on-20181105)
> Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13-Ubuntu-2ubuntu1
> Runtime: OpenJDK Runtime Environment 11.0.1+13-Ubuntu-2ubuntu1
> System: Linux version 4.18.0-11-generic running on amd64; UTF-8; en_US (nb)
> Ubuntu 18.10,
> the project uses Lombok
>Reporter: Francesco Illuminati
>Priority: Major
>
> 10 v3 version
> When renaming a java class using refactoring the name is not changed in SOME 
> classes of the project. 



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