[jira] [Commented] (NETBEANS-2537) SQL Editor loses MySQL/MariaDB comments

2019-05-12 Thread D. Clemons (JIRA)


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

D. Clemons commented on NETBEANS-2537:
--

Hi again Mr. Wielenga.  I installed NetBeans 11 on an Ubuntu 18.04 workstation, 
and can successfully connect to its MySQL 8.0 instance.  But I'm currently not 
able to view the stored prcocedures, and I'm still debugging that 
error-message.  I should have time to continue debugging tomorrow evening, but 
wanted you to know what I've attempted so far.  Thanks!

> SQL Editor loses MySQL/MariaDB comments
> ---
>
> Key: NETBEANS-2537
> URL: https://issues.apache.org/jira/browse/NETBEANS-2537
> Project: NetBeans
>  Issue Type: Improvement
>  Components: db - SQL Editor
>Affects Versions: 8.2
> Environment: Debian 9 (Stretch), 64-bit.
>Reporter: D. Clemons
>Priority: Minor
> Attachments: After.png, Before.png
>
>
> Steps to reproduce:
>  # Open database in NetBeans.
>  # Expand DB tree.
>  # Right click stored procedure and select "Edit."
>  # Add comments to stored procedure.
>  # Execute SQL (via icon, in my case).
>  # Close stored procedure.
>  # Right-click stored procedure folder and select "Refresh."
>  # Re-open stored procedure by right-clicking and selecting "Edit."
>  # Verify that comments have indeed been dropped.
> (See attached "Before.png" and "After.png" for illustration.)



--
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-2540) Mouse scroll in Maven effective POM view jumps by thousands of lines

2019-05-12 Thread JIRA


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

Jiří Kučera updated NETBEANS-2540:
--
Description: 
When a POM file of a Maven project is opened in the editor and the Effective 
View is selected, then mouse scroll jumps by thousands of lines instead of 
usual small amount (e.g. 1 or 3 lines) configured in OS. This is quite annoying 
since it makes mouse scroll completely unusable with long POM files with 
thousands of lines.

It looks like the mouse scroll doesn't jump by a constant number of lines, but 
the whole effective POM text is always divided to ca. 3 and 1/3 parts to which 
the scoll jumps. For example, when I have an effective POM 8280 lines long and 
its very beginning (the first line) is displayed, then the mouse scroll jumps 
to pages beginning with lines 2494, 4987, 7480 and 8223.

Steps to reproduce:
1) Open a Maven project (a more complex project is better to see the bug).
2) Open the pom.xml in editor (from the "Project Files" folder of the opened 
project).
3) Click the "Effective" button in the above of the editor window.
4) Scroll by mouse.
Expected: The text scrolls by standard small constant amount of lines (usually 
configured in OS).
Wrong: The text scrolls by long pages (the longer the text, the longer the 
page).

  was:
When a POM file of a Maven project is opened in the editor and the Effective 
View is selected, then mouse scroll jumps by thousands of lines instead of 
usual small amount (e.g. 1 or 3 lines) configured in OS. This is quite annoying 
since it makes mouse scroll completely unusable.

It looks like the mouse scroll doesn't jump by a constant number of lines, but 
the whole effective POM text is always divided to ca. 3 and 1/3 parts to which 
the scoll jumps. For example, when I have an effective POM 8280 lines long and 
its very beginning (the first line) is displayed, then the mouse scroll jumps 
to pages beginning with lines 2494, 4987, 7480 and 8223.

Steps to reproduce:
1) Open a Maven project (a more complex project is better to see the bug).
2) Open the pom.xml in editor (from the "Project Files" folder of the opened 
project).
3) Click the "Effective" button in the above of the editor window.
4) Scroll by mouse.
Expected: The text scrolls by standard small constant amount of lines (usually 
configured in OS).
Wrong: The text scrolls by long pages (the longer the text, the longer the 
page).


> Mouse scroll in Maven effective POM view jumps by thousands of lines
> 
>
> Key: NETBEANS-2540
> URL: https://issues.apache.org/jira/browse/NETBEANS-2540
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Maven
>Affects Versions: 10.0, 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 12.0.1; Java HotSpot(TM) 64-Bit Server VM 12.0.1+12
> Runtime: Java(TM) SE Runtime Environment 12.0.1+12
> System: Windows 10 version 10.0 running on amd64; Cp1250; cs_CZ (nb)
> User directory: D:\.n2
> Cache directory: D:\.c2
> Product Version: Apache NetBeans IDE 10.0 (Build 
> incubator-netbeans-release-380-on-20181217)
> Java: 1.8.0_212; Java HotSpot(TM) 64-Bit Server VM 25.212-b10
> Runtime: Java(TM) SE Runtime Environment 1.8.0_212-b10
> System: Windows 10 version 10.0 running on amd64; Cp1250; cs_CZ (nb)
> User directory: D:\.n
> Cache directory: D:\.c
>Reporter: Jiří Kučera
>Priority: Minor
>
> When a POM file of a Maven project is opened in the editor and the Effective 
> View is selected, then mouse scroll jumps by thousands of lines instead of 
> usual small amount (e.g. 1 or 3 lines) configured in OS. This is quite 
> annoying since it makes mouse scroll completely unusable with long POM files 
> with thousands of lines.
> It looks like the mouse scroll doesn't jump by a constant number of lines, 
> but the whole effective POM text is always divided to ca. 3 and 1/3 parts to 
> which the scoll jumps. For example, when I have an effective POM 8280 lines 
> long and its very beginning (the first line) is displayed, then the mouse 
> scroll jumps to pages beginning with lines 2494, 4987, 7480 and 8223.
> Steps to reproduce:
> 1) Open a Maven project (a more complex project is better to see the bug).
> 2) Open the pom.xml in editor (from the "Project Files" folder of the opened 
> project).
> 3) Click the "Effective" button in the above of the editor window.
> 4) Scroll by mouse.
> Expected: The text scrolls by standard small constant amount of lines 
> (usually configured in OS).
> Wrong: The text scrolls by long pages (the longer the text, the longer the 
> page).



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

-
To unsubscribe, 

[jira] [Created] (NETBEANS-2540) Mouse scroll in Maven effective POM view jumps by thousands of lines

2019-05-12 Thread JIRA
Jiří Kučera created NETBEANS-2540:
-

 Summary: Mouse scroll in Maven effective POM view jumps by 
thousands of lines
 Key: NETBEANS-2540
 URL: https://issues.apache.org/jira/browse/NETBEANS-2540
 Project: NetBeans
  Issue Type: Bug
  Components: projects - Maven
Affects Versions: 11.0, 10.0
 Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)
Java: 12.0.1; Java HotSpot(TM) 64-Bit Server VM 12.0.1+12
Runtime: Java(TM) SE Runtime Environment 12.0.1+12
System: Windows 10 version 10.0 running on amd64; Cp1250; cs_CZ (nb)
User directory: D:\.n2
Cache directory: D:\.c2

Product Version: Apache NetBeans IDE 10.0 (Build 
incubator-netbeans-release-380-on-20181217)
Java: 1.8.0_212; Java HotSpot(TM) 64-Bit Server VM 25.212-b10
Runtime: Java(TM) SE Runtime Environment 1.8.0_212-b10
System: Windows 10 version 10.0 running on amd64; Cp1250; cs_CZ (nb)
User directory: D:\.n
Cache directory: D:\.c

Reporter: Jiří Kučera


When a POM file of a Maven project is opened in the editor and the Effective 
View is selected, then mouse scroll jumps by thousands of lines instead of 
usual small amount (e.g. 1 or 3 lines) configured in OS. This is quite annoying 
since it makes mouse scroll completely unusable.

It looks like the mouse scroll doesn't jump by a constant number of lines, but 
the whole effective POM text is always divided to ca. 3 and 1/3 parts to which 
the scoll jumps. For example, when I have an effective POM 8280 lines long and 
its very beginning (the first line) is displayed, then the mouse scroll jumps 
to pages beginning with lines 2494, 4987, 7480 and 8223.

Steps to reproduce:
1) Open a Maven project (a more complex project is better to see the bug).
2) Open the pom.xml in editor (from the "Project Files" folder of the opened 
project).
3) Click the "Effective" button in the above of the editor window.
4) Scroll by mouse.
Expected: The text scrolls by standard small constant amount of lines (usually 
configured in OS).
Wrong: The text scrolls by long pages (the longer the text, the longer the 
page).



--
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-2527) Junit test results when run via gradle are incomplete.

2019-05-12 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi commented on NETBEANS-2527:
---

Thank you for reporting this especially for adding information on how to 
reproduce it.
I hope I can find a fix for this one.

> Junit test results when run via gradle are incomplete.
> --
>
> Key: NETBEANS-2527
> URL: https://issues.apache.org/jira/browse/NETBEANS-2527
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
> Runtime: OpenJDK Runtime Environment 11.0.2+9
> System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_US (nb)
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
> Runtime: OpenJDK Runtime Environment 11.0.1+13
> System: Linux version 4.4.172 running on amd64; UTF-8; en_US (nb)
>Reporter: Mark Flacy
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: Gradle_false_positive.png, Maven_true_failures.png
>
>
>  There are two major issues:
>  # When running the test task, the Gradle Test Run window shows ONLY ONE test 
> file result. All other test results are invisible.
>  # When running any test, standard output is not shown in the panel to the 
> right of the test file result.
>   
> I have a simple project at github that shows the behavior.
> [https://github.com/Richard-Cranium/NB11GradleJunitExample]
> The head of the master branch is the gradle based project that shows the 
> misleading behavior.
>  The head of the maven-version branch has the same source files, but 
> configured to use maven instead.
> The maven project's behavior when _Run -> Test Project_ is selected is what I 
> would expect from the gradle project's behavior when _Run -> Test Project_ is 
> selected against it.  See the attached images.



--
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-2527) Junit test results when run via gradle are incomplete.

2019-05-12 Thread Laszlo Kishalmi (JIRA)


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

Laszlo Kishalmi reassigned NETBEANS-2527:
-

Assignee: Laszlo Kishalmi

> Junit test results when run via gradle are incomplete.
> --
>
> Key: NETBEANS-2527
> URL: https://issues.apache.org/jira/browse/NETBEANS-2527
> Project: NetBeans
>  Issue Type: Bug
>  Components: projects - Gradle
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
> Runtime: OpenJDK Runtime Environment 11.0.2+9
> System: Mac OS X version 10.14.4 running on x86_64; UTF-8; en_US (nb)
> Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 11.0.1; OpenJDK 64-Bit Server VM 11.0.1+13
> Runtime: OpenJDK Runtime Environment 11.0.1+13
> System: Linux version 4.4.172 running on amd64; UTF-8; en_US (nb)
>Reporter: Mark Flacy
>Assignee: Laszlo Kishalmi
>Priority: Major
> Attachments: Gradle_false_positive.png, Maven_true_failures.png
>
>
>  There are two major issues:
>  # When running the test task, the Gradle Test Run window shows ONLY ONE test 
> file result. All other test results are invisible.
>  # When running any test, standard output is not shown in the panel to the 
> right of the test file result.
>   
> I have a simple project at github that shows the behavior.
> [https://github.com/Richard-Cranium/NB11GradleJunitExample]
> The head of the master branch is the gradle based project that shows the 
> misleading behavior.
>  The head of the maven-version branch has the same source files, but 
> configured to use maven instead.
> The maven project's behavior when _Run -> Test Project_ is selected is what I 
> would expect from the gradle project's behavior when _Run -> Test Project_ is 
> selected against it.  See the attached images.



--
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-2539) Bookmark and breakpoint in splitted window

2019-05-12 Thread Christian Laborde (JIRA)
Christian Laborde created NETBEANS-2539:
---

 Summary: Bookmark and breakpoint in splitted window
 Key: NETBEANS-2539
 URL: https://issues.apache.org/jira/browse/NETBEANS-2539
 Project: NetBeans
  Issue Type: Bug
  Components: cnd - Editor
 Environment: Linux and Windows, all versions. It is a very old bug 
never corrected.
Reporter: Christian Laborde


With splited window, bookmark and breakpoint are not working correctly.

Bookmark is always toggled in upper panel, breakpoint is toggled in the panel 
where you click into.



--
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-939) MEMORY LEAK!!

2019-05-12 Thread Eric Bresie (JIRA)


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

Eric Bresie commented on NETBEANS-939:
--

[https://netbeans.apache.org/wiki/DevFaqMemoryLeaks.asciidoc]

> MEMORY LEAK!!
> -
>
> Key: NETBEANS-939
> URL: https://issues.apache.org/jira/browse/NETBEANS-939
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 8.2
> Environment: See above
>Reporter: Andrew Hellyer
>Priority: Major
>
> *Product Version:* NetBeans IDE 8.2 (Build 201705191307)
> *Updates:* NetBeans IDE is updated to version [NetBeans 8.2 Patch 
> 2|http://wiki.netbeans.org/NetBeans8.2PatchesInfo]
> *Java:* 1.8.0_172; Java HotSpot(TM) 64-Bit Server VM 25.172-b11
> *Runtime:* Java(TM) SE Runtime Environment 1.8.0_172-b11
> *System:* Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
>  
>  
> *I have multiple projects open with multiple files from each open.*
> *Simply moving from file to file or moving the mouse increases memory usage.*
> *This just gets progressively worse as time goes on, until NB is so slow it 
> has to be restarted or the computer crashes/freezes due to memory issues.* 
> ***This has been happening since 8.2 came out. How come nobody has done 
> anything about it? There are multiple reports on the previous bug reporting 
> system!*



--
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-1118) Unable to Install Netbean

2019-05-12 Thread Eric Bresie (JIRA)


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

Eric Bresie commented on NETBEANS-1118:
---

[~kriswhiz] is this still an issue?  If not then recommend closing this issue.

> Unable to Install Netbean
> -
>
> Key: NETBEANS-1118
> URL: https://issues.apache.org/jira/browse/NETBEANS-1118
> Project: NetBeans
>  Issue Type: Task
>  Components: platform - JDK Problems
>Affects Versions: Next
>Reporter: Bijoo Krishna Menon
>Priority: Major
>




--
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-1320) Could not debug node.js application from IDE

2019-05-12 Thread Eric Bresie (JIRA)


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

Eric Bresie commented on NETBEANS-1320:
---

Is part of this (I.e compatibility with v6 vs v8) something that could be 
addressed as a configuration setting when defining the node js in use in some 
way?  Maybe even allow multiple “node js run times”?

> Could not debug node.js application from IDE
> 
>
> Key: NETBEANS-1320
> URL: https://issues.apache.org/jira/browse/NETBEANS-1320
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Node.js
>Affects Versions: 9.0, 10.0
>Reporter: Apostolos Katranitsas
>Priority: Major
>
> Could not debug node.js application because option --debug[-brk] has changed 
> to --inspect[-brk] since node.js version 8.
> Also I don't know if the --inspect[-brk] options is working the same as the 
> --debug[-brk] option.
>  
> The file in question is the 
> [NodeExecutable.java|http://hg.netbeans.org/main/file/tip/javascript.nodejs/src/org/netbeans/modules/javascript/nodejs/exec/NodeExecutable.java].
> As the options is hard coded in the file, someone could alter the text of the 
> option or detect if node.js version is >= 8 then use the inspect option.



--
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-166) Move online help over to Apache

2019-05-12 Thread Eric Bresie (JIRA)


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

Eric Bresie commented on NETBEANS-166:
--

So is the linked oracle context able to be migrated to Apache wiki site 
([https://cwiki.apache.org/confluence/display/NETBEANS/] )?  

Was this type of content to be “contributed “ at some point?

> Move online help over to Apache
> ---
>
> Key: NETBEANS-166
> URL: https://issues.apache.org/jira/browse/NETBEANS-166
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Emilian Bold
>Priority: Major
>  Labels: Java9-IDE
>
> Help | Help Contents opens a Java help window with 2 pages where the 2nd page 
> has a lot of links that open the system browser towards 
> https://docs.oracle.com/netbeans/nb82/netbeans/NBDAG/
> That link should be towards an Apache server, perhaps netbeans.apache.org.



--
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-939) MEMORY LEAK!!

2019-05-12 Thread Eric Bresie (JIRA)


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

Eric Bresie commented on NETBEANS-939:
--

I don’t suppose a run of findbug, pmd, or even the profile tool would help 
diagnose this?  

Or have the recent Gradle plugin (including coming 11.1 changes) impacted this 
item?

> MEMORY LEAK!!
> -
>
> Key: NETBEANS-939
> URL: https://issues.apache.org/jira/browse/NETBEANS-939
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Affects Versions: 8.2
> Environment: See above
>Reporter: Andrew Hellyer
>Priority: Major
>
> *Product Version:* NetBeans IDE 8.2 (Build 201705191307)
> *Updates:* NetBeans IDE is updated to version [NetBeans 8.2 Patch 
> 2|http://wiki.netbeans.org/NetBeans8.2PatchesInfo]
> *Java:* 1.8.0_172; Java HotSpot(TM) 64-Bit Server VM 25.172-b11
> *Runtime:* Java(TM) SE Runtime Environment 1.8.0_172-b11
> *System:* Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
>  
>  
> *I have multiple projects open with multiple files from each open.*
> *Simply moving from file to file or moving the mouse increases memory usage.*
> *This just gets progressively worse as time goes on, until NB is so slow it 
> has to be restarted or the computer crashes/freezes due to memory issues.* 
> ***This has been happening since 8.2 came out. How come nobody has done 
> anything about it? There are multiple reports on the previous bug reporting 
> system!*



--
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-2507) Slow Java code completion

2019-05-12 Thread Anthony Vanelverdinghe (JIRA)


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

Anthony Vanelverdinghe updated NETBEANS-2507:
-
Affects Version/s: 11.0

> Slow Java code completion
> -
>
> Key: NETBEANS-2507
> URL: https://issues.apache.org/jira/browse/NETBEANS-2507
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Editor
>Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12
> Runtime: OpenJDK Runtime Environment 12.0.1+12
> System: Windows 10 version 10.0 running on amd64; UTF-8; en_GB (nb)
>Reporter: Anthony Vanelverdinghe
>Priority: Major
> Attachments: selfsampler.npss
>
>
> There are serious issues with code completion in recent NetBeans versions. 
> Attached is a profiling snapshot: all I did was triggering autocompletion at 
> "java.nio.file.Files."
> Of the 2 "Code Completion" threads with the most CPU time:
>  * one spends over 9 seconds in 
> [FastJar::list|https://github.com/apache/netbeans/blob/master/java/java.source.base/src/org/netbeans/modules/java/source/parsing/FastJar.java#L154]
>  * the other involves a call to 
> org.netbeans.modules.j2ee.persistence.editor.completion.JPACodeCompletionProvider$JPACodeCompletionQuery.query
>  () even though the code completion had nothing to do with JPA and neither 
> the project nor the class use JPA



--
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-2507) Slow Java code completion

2019-05-12 Thread Anthony Vanelverdinghe (JIRA)


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

Anthony Vanelverdinghe updated NETBEANS-2507:
-
Environment: 
Product Version: Apache NetBeans IDE 11.0 (Build 
incubator-netbeans-release-404-on-20190319)
Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12
Runtime: OpenJDK Runtime Environment 12.0.1+12
System: Windows 10 version 10.0 running on amd64; UTF-8; en_GB (nb)

> Slow Java code completion
> -
>
> Key: NETBEANS-2507
> URL: https://issues.apache.org/jira/browse/NETBEANS-2507
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Editor
> Environment: Product Version: Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12
> Runtime: OpenJDK Runtime Environment 12.0.1+12
> System: Windows 10 version 10.0 running on amd64; UTF-8; en_GB (nb)
>Reporter: Anthony Vanelverdinghe
>Priority: Major
> Attachments: selfsampler.npss
>
>
> There are serious issues with code completion in recent NetBeans versions. 
> Attached is a profiling snapshot: all I did was triggering autocompletion at 
> "java.nio.file.Files."
> Of the 2 "Code Completion" threads with the most CPU time:
>  * one spends over 9 seconds in 
> [FastJar::list|https://github.com/apache/netbeans/blob/master/java/java.source.base/src/org/netbeans/modules/java/source/parsing/FastJar.java#L154]
>  * the other involves a call to 
> org.netbeans.modules.j2ee.persistence.editor.completion.JPACodeCompletionProvider$JPACodeCompletionQuery.query
>  () even though the code completion had nothing to do with JPA and neither 
> the project nor the class use JPA



--
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-2507) Slow Java code completion

2019-05-12 Thread Anthony Vanelverdinghe (JIRA)


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

Anthony Vanelverdinghe updated NETBEANS-2507:
-
Component/s: ide - Performance

> Slow Java code completion
> -
>
> Key: NETBEANS-2507
> URL: https://issues.apache.org/jira/browse/NETBEANS-2507
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance
>Reporter: Anthony Vanelverdinghe
>Priority: Major
> Attachments: selfsampler.npss
>
>
> There are serious issues with code completion in recent NetBeans versions. 
> Attached is a profiling snapshot: all I did was triggering autocompletion at 
> "java.nio.file.Files."
> Of the 2 "Code Completion" threads with the most CPU time:
>  * one spends over 9 seconds in 
> [FastJar::list|https://github.com/apache/netbeans/blob/master/java/java.source.base/src/org/netbeans/modules/java/source/parsing/FastJar.java#L154]
>  * the other involves a call to 
> org.netbeans.modules.j2ee.persistence.editor.completion.JPACodeCompletionProvider$JPACodeCompletionQuery.query
>  () even though the code completion had nothing to do with JPA and neither 
> the project nor the class use JPA



--
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-2507) Slow Java code completion

2019-05-12 Thread Anthony Vanelverdinghe (JIRA)


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

Anthony Vanelverdinghe updated NETBEANS-2507:
-
Component/s: java - Editor

> Slow Java code completion
> -
>
> Key: NETBEANS-2507
> URL: https://issues.apache.org/jira/browse/NETBEANS-2507
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Editor
>Reporter: Anthony Vanelverdinghe
>Priority: Major
> Attachments: selfsampler.npss
>
>
> There are serious issues with code completion in recent NetBeans versions. 
> Attached is a profiling snapshot: all I did was triggering autocompletion at 
> "java.nio.file.Files."
> Of the 2 "Code Completion" threads with the most CPU time:
>  * one spends over 9 seconds in 
> [FastJar::list|https://github.com/apache/netbeans/blob/master/java/java.source.base/src/org/netbeans/modules/java/source/parsing/FastJar.java#L154]
>  * the other involves a call to 
> org.netbeans.modules.j2ee.persistence.editor.completion.JPACodeCompletionProvider$JPACodeCompletionQuery.query
>  () even though the code completion had nothing to do with JPA and neither 
> the project nor the class use JPA



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

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

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



[netbeans] branch master updated (a89a4c5 -> 2b84667)

2019-05-12 Thread jtulach
This is an automated email from the ASF dual-hosted git repository.

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


from a89a4c5  [NETBEANS-2467] Using the correct jcodings dependency to 
avoid touch nonexisting field.
 new 47e2d39  Updating to Apache NetBeans HTML/Java API version 1.6.1
 new ba1296c  Specify correct version in the license files
 new affd0c0  Removing default geo location provider, as the service works 
no longer
 new 728baaf  Setting up X server for UI-related test execution
 new 2b84667  Merge pull request #1239 from 
JaroslavTulach/jtulach/HtmlJava161

The 2533 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:
 .travis.yml|   4 +
 nbbuild/travis/scripting.sh|   1 +
 platform/api.htmlui/apichanges.xml |  14 +++
 platform/api.htmlui/manifest.mf|   2 +-
 platform/api.htmlui/nbproject/project.xml  |   6 --
 .../netbeans/modules/htmlui/FreeGeoProvider.java   | 104 -
 .../modules/htmlui/FreeGeoProviderTest.java|  98 ---
 .../net.java.html.boot.fx/external/binaries-list   |   2 +-
 ...txt => net.java.html.boot.fx-1.6.1-license.txt} |   2 +-
 .../nbproject/project.properties   |   2 +-
 .../net.java.html.boot.fx/nbproject/project.xml|   2 +-
 .../external/binaries-list |   2 +-
 ...=> net.java.html.boot.script-1.6.1-license.txt} |   2 +-
 .../nbproject/project.properties   |   2 +-
 .../nbproject/project.xml  |   2 +-
 platform/net.java.html.boot/external/binaries-list |   2 +-
 ...se.txt => net.java.html.boot-1.6.1-license.txt} |   2 +-
 .../nbproject/project.properties   |   2 +-
 platform/net.java.html.boot/nbproject/project.xml  |   2 +-
 platform/net.java.html.geo/external/binaries-list  |   2 +-
 ...nse.txt => net.java.html.geo-1.6.1-license.txt} |   2 +-
 .../net.java.html.geo/nbproject/project.properties |   2 +-
 platform/net.java.html.geo/nbproject/project.xml   |   2 +-
 platform/net.java.html.json/external/binaries-list |   2 +-
 ...se.txt => net.java.html.json-1.6.1-license.txt} |   2 +-
 .../nbproject/project.properties   |   2 +-
 platform/net.java.html.json/nbproject/project.xml  |   2 +-
 .../net.java.html.sound/external/binaries-list |   2 +-
 ...e.txt => net.java.html.sound-1.6.1-license.txt} |   2 +-
 .../nbproject/project.properties   |   2 +-
 platform/net.java.html.sound/nbproject/project.xml |   2 +-
 platform/net.java.html/external/binaries-list  |   2 +-
 ...license.txt => net.java.html-1.6.1-license.txt} |   2 +-
 .../net.java.html/nbproject/project.properties |   2 +-
 platform/net.java.html/nbproject/project.xml   |   2 +-
 platform/o.n.html.ko4j/external/binaries-list  |   2 +-
 ...4j-1.5.1-license.txt => ko4j-1.6.1-license.txt} |   2 +-
 .../o.n.html.ko4j/nbproject/project.properties |   2 +-
 platform/o.n.html.ko4j/nbproject/project.xml   |   2 +-
 platform/o.n.html.xhr4j/external/binaries-list |   2 +-
 ...j-1.5.1-license.txt => xhr4j-1.6.1-license.txt} |   2 +-
 .../o.n.html.xhr4j/nbproject/project.properties|   2 +-
 platform/o.n.html.xhr4j/nbproject/project.xml  |   2 +-
 43 files changed, 56 insertions(+), 245 deletions(-)
 delete mode 100644 
platform/api.htmlui/src/org/netbeans/modules/htmlui/FreeGeoProvider.java
 delete mode 100644 
platform/api.htmlui/test/unit/src/org/netbeans/modules/htmlui/FreeGeoProviderTest.java
 rename 
platform/net.java.html.boot.fx/external/{net.java.html.boot.fx-1.5.1-license.txt
 => net.java.html.boot.fx-1.6.1-license.txt} (99%)
 rename 
platform/net.java.html.boot.script/external/{net.java.html.boot.script-1.5.1-license.txt
 => net.java.html.boot.script-1.6.1-license.txt} (99%)
 rename 
platform/net.java.html.boot/external/{net.java.html.boot-1.5.1-license.txt => 
net.java.html.boot-1.6.1-license.txt} (99%)
 rename 
platform/net.java.html.geo/external/{net.java.html.geo-1.5.1-license.txt => 
net.java.html.geo-1.6.1-license.txt} (99%)
 rename 
platform/net.java.html.json/external/{net.java.html.json-1.5.1-license.txt => 
net.java.html.json-1.6.1-license.txt} (99%)
 rename 
platform/net.java.html.sound/external/{net.java.html.sound-1.5.1-license.txt => 
net.java.html.sound-1.6.1-license.txt} (99%)
 rename platform/net.java.html/external/{net.java.html-1.5.1-license.txt => 
net.java.html-1.6.1-license.txt} (99%)
 rename platform/o.n.html.ko4j/external/{ko4j-1.5.1-license.txt => 
ko4j-1.6.1-license.txt} (99%)
 rename platform/o.n.html.xhr4j/external/{xhr4j-1.5.1-license.txt => 
xhr4j-1.6.1-license.txt} (99%)



[jira] [Assigned] (NETBEANS-2455) Splash screens for development version

2019-05-12 Thread Antonio Vieiro (JIRA)


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

Antonio Vieiro reassigned NETBEANS-2455:


Assignee: Eirik Bakke  (was: Antonio Vieiro)

> Splash screens for development version
> --
>
> Key: NETBEANS-2455
> URL: https://issues.apache.org/jira/browse/NETBEANS-2455
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Junichi Yamamoto
>Assignee: Eirik Bakke
>Priority: Major
>  Labels: HiDPI, pull-request-available
> Attachments: Simplified Splash Screen.ai, Splash Screen HiDPI and 
> Product Version.png, apache-netbeans-splash.png, apache-netbeans-splash.svg, 
> image-2019-05-10-05-51-46-560.png, netbeans-logo-notext.svg, 
> netbeans-logo-text.svg, splash.png
>
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> Currently, the version of the splash screen is 10 in the master branch. So we 
> should fix it (e.g. Dev., Development Version, ...).



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