[jira] [Updated] (NETBEANS-1644) Adding real formatting/beautifier for CSS

2021-07-18 Thread ASF GitHub Bot (Jira)


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

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

> Adding real formatting/beautifier for CSS
> -
>
> Key: NETBEANS-1644
> URL: https://issues.apache.org/jira/browse/NETBEANS-1644
> Project: NetBeans
>  Issue Type: Improvement
>  Components: web - CSS Editor
>Affects Versions: 8.2, 10.0
>Reporter: Christian Lenz
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When I try to format CSS code which looks like this:
> {code:css}
> .animateColor {background: green;}
> {code}
> It will not expand the expand/beautify it.
> Expected behaviour is this:
> {code:css}
> .animateColor {
> background: green;
> }
> {code}
> indented and formatted based on the rules from the options.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Assigned] (NETBEANS-1644) Adding real formatting/beautifier for CSS

2021-07-18 Thread Jira


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

Matthias Bläsing reassigned NETBEANS-1644:
--

Assignee: Matthias Bläsing

> Adding real formatting/beautifier for CSS
> -
>
> Key: NETBEANS-1644
> URL: https://issues.apache.org/jira/browse/NETBEANS-1644
> Project: NetBeans
>  Issue Type: Improvement
>  Components: web - CSS Editor
>Affects Versions: 8.2, 10.0
>Reporter: Christian Lenz
>Assignee: Matthias Bläsing
>Priority: Major
>
> When I try to format CSS code which looks like this:
> {code:css}
> .animateColor {background: green;}
> {code}
> It will not expand the expand/beautify it.
> Expected behaviour is this:
> {code:css}
> .animateColor {
> background: green;
> }
> {code}
> indented and formatted based on the rules from the options.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Updated] (NETBEANS-5862) Remove gtk version override in launcher configuration

2021-07-18 Thread Jira


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

Matthias Bläsing updated NETBEANS-5862:
---
Attachment: Outputtab+Scrollbars.png

> Remove gtk version override in launcher configuration
> -
>
> Key: NETBEANS-5862
> URL: https://issues.apache.org/jira/browse/NETBEANS-5862
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Affects Versions: 12.4
>Reporter: Matthias Bläsing
>Assignee: Matthias Bläsing
>Priority: Major
> Attachments: Listselection-Highlighting.png, 
> Outputtab+Scrollbars.png, Text-Selection.png, Toolbar-small.png, Toolbar.png
>
>
> With the change:
> [https://github.com/apache/netbeans/commit/65bca73b2f0833238a0732d3710d41a6d0f727a0#diff-d34ec34a46563823d7113adeba49c25aedb2ff55eed95b2602216568600d6b1d]
> The gtk version to be used by the JDK was fixed to 2.2. Checking on a recent 
> Ubuntu Version (21.04, Hirsute Hippo), the issues reported in NETBEANS-1344 
> seems to be fixed with recent JDKs (Java: 11.0.11; OpenJDK 64-Bit Server VM 
> 11.0.11+9-Ubuntu-0ubuntu2).
> Screenshots of the toolbars:



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Updated] (NETBEANS-5862) Remove gtk version override in launcher configuration

2021-07-18 Thread Jira


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

Matthias Bläsing updated NETBEANS-5862:
---
Attachment: Listselection-Highlighting.png

> Remove gtk version override in launcher configuration
> -
>
> Key: NETBEANS-5862
> URL: https://issues.apache.org/jira/browse/NETBEANS-5862
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Affects Versions: 12.4
>Reporter: Matthias Bläsing
>Assignee: Matthias Bläsing
>Priority: Major
> Attachments: Listselection-Highlighting.png, 
> Outputtab+Scrollbars.png, Text-Selection.png, Toolbar-small.png, Toolbar.png
>
>
> With the change:
> [https://github.com/apache/netbeans/commit/65bca73b2f0833238a0732d3710d41a6d0f727a0#diff-d34ec34a46563823d7113adeba49c25aedb2ff55eed95b2602216568600d6b1d]
> The gtk version to be used by the JDK was fixed to 2.2. Checking on a recent 
> Ubuntu Version (21.04, Hirsute Hippo), the issues reported in NETBEANS-1344 
> seems to be fixed with recent JDKs (Java: 11.0.11; OpenJDK 64-Bit Server VM 
> 11.0.11+9-Ubuntu-0ubuntu2).
> Screenshots of the toolbars:



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Updated] (NETBEANS-5862) Remove gtk version override in launcher configuration

2021-07-18 Thread Jira


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

Matthias Bläsing updated NETBEANS-5862:
---
Attachment: Text-Selection.png

> Remove gtk version override in launcher configuration
> -
>
> Key: NETBEANS-5862
> URL: https://issues.apache.org/jira/browse/NETBEANS-5862
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Affects Versions: 12.4
>Reporter: Matthias Bläsing
>Assignee: Matthias Bläsing
>Priority: Major
> Attachments: Text-Selection.png, Toolbar-small.png, Toolbar.png
>
>
> With the change:
> [https://github.com/apache/netbeans/commit/65bca73b2f0833238a0732d3710d41a6d0f727a0#diff-d34ec34a46563823d7113adeba49c25aedb2ff55eed95b2602216568600d6b1d]
> The gtk version to be used by the JDK was fixed to 2.2. Checking on a recent 
> Ubuntu Version (21.04, Hirsute Hippo), the issues reported in NETBEANS-1344 
> seems to be fixed with recent JDKs (Java: 11.0.11; OpenJDK 64-Bit Server VM 
> 11.0.11+9-Ubuntu-0ubuntu2).
> Screenshots of the toolbars:



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Closed] (NETBEANS-5862) Remove gtk version override in launcher configuration

2021-07-18 Thread Jira


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

Matthias Bläsing closed NETBEANS-5862.
--

> Remove gtk version override in launcher configuration
> -
>
> Key: NETBEANS-5862
> URL: https://issues.apache.org/jira/browse/NETBEANS-5862
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Affects Versions: 12.4
>Reporter: Matthias Bläsing
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.5
>
> Attachments: Grouped-Documents-Tabs.png, 
> Listselection-Highlighting.png, Outputtab+Scrollbars.png, Text-Selection.png, 
> Toolbar-small.png, Toolbar.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> With the change:
> [https://github.com/apache/netbeans/commit/65bca73b2f0833238a0732d3710d41a6d0f727a0#diff-d34ec34a46563823d7113adeba49c25aedb2ff55eed95b2602216568600d6b1d]
> The gtk version to be used by the JDK was fixed to 2.2. Checking on a recent 
> Ubuntu Version (21.04, Hirsute Hippo) with Gnome and Yaru-light theme, the 
> issues reported in NETBEANS-1344 seems to be fixed with recent JDKs (Java: 
> 11.0.11; OpenJDK 64-Bit Server VM 11.0.11+9-Ubuntu-0ubuntu2).
> Screenshots of the toolbars (first is normal size, second is small size):
>  !Toolbar.png! 
>  !Toolbar-small.png! 
> Text selection:
>  !Text-Selection.png! 
> Output window with selection and toolbars:
>  !Outputtab+Scrollbars.png! 
> List selection highlight:
>  !Listselection-Highlighting.png! 
> Document tabs with colored groups:
>  !Grouped-Documents-Tabs.png! 
> While not my preferred LAF, to me the gtk2 version looks worse, than the gtk3 
> version.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Resolved] (NETBEANS-5862) Remove gtk version override in launcher configuration

2021-07-18 Thread Jira


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

Matthias Bläsing resolved NETBEANS-5862.

Fix Version/s: 12.5
   Resolution: Fixed

Fix was merged to master

> Remove gtk version override in launcher configuration
> -
>
> Key: NETBEANS-5862
> URL: https://issues.apache.org/jira/browse/NETBEANS-5862
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Affects Versions: 12.4
>Reporter: Matthias Bläsing
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.5
>
> Attachments: Grouped-Documents-Tabs.png, 
> Listselection-Highlighting.png, Outputtab+Scrollbars.png, Text-Selection.png, 
> Toolbar-small.png, Toolbar.png
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> With the change:
> [https://github.com/apache/netbeans/commit/65bca73b2f0833238a0732d3710d41a6d0f727a0#diff-d34ec34a46563823d7113adeba49c25aedb2ff55eed95b2602216568600d6b1d]
> The gtk version to be used by the JDK was fixed to 2.2. Checking on a recent 
> Ubuntu Version (21.04, Hirsute Hippo) with Gnome and Yaru-light theme, the 
> issues reported in NETBEANS-1344 seems to be fixed with recent JDKs (Java: 
> 11.0.11; OpenJDK 64-Bit Server VM 11.0.11+9-Ubuntu-0ubuntu2).
> Screenshots of the toolbars (first is normal size, second is small size):
>  !Toolbar.png! 
>  !Toolbar-small.png! 
> Text selection:
>  !Text-Selection.png! 
> Output window with selection and toolbars:
>  !Outputtab+Scrollbars.png! 
> List selection highlight:
>  !Listselection-Highlighting.png! 
> Document tabs with colored groups:
>  !Grouped-Documents-Tabs.png! 
> While not my preferred LAF, to me the gtk2 version looks worse, than the gtk3 
> version.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Created] (NETBEANS-5863) "Test results" gets reset during test execution, leading to omitted results

2021-07-18 Thread Eirik Bakke (Jira)
Eirik Bakke created NETBEANS-5863:
-

 Summary: "Test results" gets reset during test execution, leading 
to omitted results
 Key: NETBEANS-5863
 URL: https://issues.apache.org/jira/browse/NETBEANS-5863
 Project: NetBeans
  Issue Type: Bug
  Components: java - JUnit, utilities - Test Runner
Affects Versions: 12.4
 Environment: NetBeans 12.4 on 64-bit Windows 10 on OpenJDK 11.0.11.
Reporter: Eirik Bakke
 Attachments: Test results dropped.png

In NetBeans 12.4, test results displayed in the "Test results" pane will get 
randomly cleared while the tests are running. The final output thus ends up not 
including all tests that were run. See the attached series of screenshots.

My application's test suite is JUnit in a maven-based NetBeans module running 
maven-surefire-plugin version 3.0.0-M4. Using an older version of the surefire 
plugin (2.18.1, which I used to use to avoid NETBEANS-458 ) did not solve the 
problem.

This problem occurs on NetBeans 12.4, but not on NetBeans 12.1. (I verified 
this by running my application's test suite  on both NetBeans versions, without 
changing surefire versions or anything else.)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Created] (NETBEANS-5862) Remove gtk version override in launcher configuration

2021-07-18 Thread Jira
Matthias Bläsing created NETBEANS-5862:
--

 Summary: Remove gtk version override in launcher configuration
 Key: NETBEANS-5862
 URL: https://issues.apache.org/jira/browse/NETBEANS-5862
 Project: NetBeans
  Issue Type: Improvement
  Components: ide - UI
Affects Versions: 12.4
Reporter: Matthias Bläsing
Assignee: Matthias Bläsing
 Attachments: Toolbar-small.png, Toolbar.png

With the change:

[https://github.com/apache/netbeans/commit/65bca73b2f0833238a0732d3710d41a6d0f727a0#diff-d34ec34a46563823d7113adeba49c25aedb2ff55eed95b2602216568600d6b1d]

The gtk version to be used by the JDK was fixed to 2.2. Checking on a recent 
Ubuntu Version (21.04, Hirsute Hippo), the issues reported in NETBEANS-1344 
seems to be fixed with recent JDKs (Java: 11.0.11; OpenJDK 64-Bit Server VM 
11.0.11+9-Ubuntu-0ubuntu2).

Screenshots of the toolbars:





--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Updated] (NETBEANS-5862) Remove gtk version override in launcher configuration

2021-07-18 Thread Jira


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

Matthias Bläsing updated NETBEANS-5862:
---
Attachment: Toolbar.png

> Remove gtk version override in launcher configuration
> -
>
> Key: NETBEANS-5862
> URL: https://issues.apache.org/jira/browse/NETBEANS-5862
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Affects Versions: 12.4
>Reporter: Matthias Bläsing
>Assignee: Matthias Bläsing
>Priority: Major
> Attachments: Toolbar-small.png, Toolbar.png
>
>
> With the change:
> [https://github.com/apache/netbeans/commit/65bca73b2f0833238a0732d3710d41a6d0f727a0#diff-d34ec34a46563823d7113adeba49c25aedb2ff55eed95b2602216568600d6b1d]
> The gtk version to be used by the JDK was fixed to 2.2. Checking on a recent 
> Ubuntu Version (21.04, Hirsute Hippo), the issues reported in NETBEANS-1344 
> seems to be fixed with recent JDKs (Java: 11.0.11; OpenJDK 64-Bit Server VM 
> 11.0.11+9-Ubuntu-0ubuntu2).
> Screenshots of the toolbars:



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Updated] (NETBEANS-5862) Remove gtk version override in launcher configuration

2021-07-18 Thread Jira


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

Matthias Bläsing updated NETBEANS-5862:
---
Attachment: Toolbar-small.png

> Remove gtk version override in launcher configuration
> -
>
> Key: NETBEANS-5862
> URL: https://issues.apache.org/jira/browse/NETBEANS-5862
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Affects Versions: 12.4
>Reporter: Matthias Bläsing
>Assignee: Matthias Bläsing
>Priority: Major
> Attachments: Toolbar-small.png, Toolbar.png
>
>
> With the change:
> [https://github.com/apache/netbeans/commit/65bca73b2f0833238a0732d3710d41a6d0f727a0#diff-d34ec34a46563823d7113adeba49c25aedb2ff55eed95b2602216568600d6b1d]
> The gtk version to be used by the JDK was fixed to 2.2. Checking on a recent 
> Ubuntu Version (21.04, Hirsute Hippo), the issues reported in NETBEANS-1344 
> seems to be fixed with recent JDKs (Java: 11.0.11; OpenJDK 64-Bit Server VM 
> 11.0.11+9-Ubuntu-0ubuntu2).
> Screenshots of the toolbars:



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Updated] (NETBEANS-5863) "Test results" spuriously clears tests during run, and shows success despite failure

2021-07-18 Thread Eirik Bakke (Jira)


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

Eirik Bakke updated NETBEANS-5863:
--
Description: 
In NetBeans 12.4, test results displayed in the "Test results" pane will get 
randomly cleared while the tests are running. The final output thus ends up not 
including all tests that were run. See the attached series of screenshots. 
Sometimes the "Test results" pane will end up showing a green bar with "Tests 
passed: 100.00 %" even when there were test failures.

My application's test suite is JUnit in a maven-based NetBeans module running 
maven-surefire-plugin version 3.0.0-M4. Using an older version of the surefire 
plugin (2.18.1, which I previously used to avoid NETBEANS-458 ) did not solve 
the problem.

This problem occurs on NetBeans 12.4, but not on NetBeans 12.1. I verified this 
by running my application's test suite  on both NetBeans versions, without 
changing surefire versions or anything else.

  was:
In NetBeans 12.4, test results displayed in the "Test results" pane will get 
randomly cleared while the tests are running. The final output thus ends up not 
including all tests that were run. See the attached series of screenshots. 
Sometimes the "Test results" pane will end up showing a green bar with "Tests 
passed: 100.00 %" even when there were test failures.

My application's test suite is JUnit in a maven-based NetBeans module running 
maven-surefire-plugin version 3.0.0-M4. Using an older version of the surefire 
plugin (2.18.1, which I previously used to avoid NETBEANS-458 ) did not solve 
the problem.

This problem occurs on NetBeans 12.4, but not on NetBeans 12.1. (I verified 
this by running my application's test suite  on both NetBeans versions, without 
changing surefire versions or anything else.)


> "Test results" spuriously clears tests during run, and shows success despite 
> failure
> 
>
> Key: NETBEANS-5863
> URL: https://issues.apache.org/jira/browse/NETBEANS-5863
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - JUnit, utilities - Test Runner
>Affects Versions: 12.4
> Environment: NetBeans 12.4 on 64-bit Windows 10 on OpenJDK 11.0.11.
>Reporter: Eirik Bakke
>Priority: Major
> Attachments: Failure became success!.png, Test results dropped.png
>
>
> In NetBeans 12.4, test results displayed in the "Test results" pane will get 
> randomly cleared while the tests are running. The final output thus ends up 
> not including all tests that were run. See the attached series of 
> screenshots. Sometimes the "Test results" pane will end up showing a green 
> bar with "Tests passed: 100.00 %" even when there were test failures.
> My application's test suite is JUnit in a maven-based NetBeans module running 
> maven-surefire-plugin version 3.0.0-M4. Using an older version of the 
> surefire plugin (2.18.1, which I previously used to avoid NETBEANS-458 ) did 
> not solve the problem.
> This problem occurs on NetBeans 12.4, but not on NetBeans 12.1. I verified 
> this by running my application's test suite  on both NetBeans versions, 
> without changing surefire versions or anything else.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Updated] (NETBEANS-5863) "Test results" spuriously clears tests during run, and shows success despite failure

2021-07-18 Thread Eirik Bakke (Jira)


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

Eirik Bakke updated NETBEANS-5863:
--
Description: 
In NetBeans 12.4, test results displayed in the "Test results" pane will get 
randomly cleared while the tests are running. The final output thus ends up not 
including all tests that were run. See the attached series of screenshots. 
Sometimes the "Test results" pane will end up showing a green bar with "Tests 
passed: 100.00 %" even when there were test failures.

My application's test suite is JUnit in a maven-based NetBeans module running 
maven-surefire-plugin version 3.0.0-M4. Using an older version of the surefire 
plugin (2.18.1, which I previously used to avoid NETBEANS-458 ) did not solve 
the problem.

This problem occurs on NetBeans 12.4, but not on NetBeans 12.1. (I verified 
this by running my application's test suite  on both NetBeans versions, without 
changing surefire versions or anything else.)

  was:
In NetBeans 12.4, test results displayed in the "Test results" pane will get 
randomly cleared while the tests are running. The final output thus ends up not 
including all tests that were run. See the attached series of screenshots. 
Sometimes the "Test results" pane will end up showing a green bar with "Tests 
passed: 100.00 %" even when there were test failures.

My application's test suite is JUnit in a maven-based NetBeans module running 
maven-surefire-plugin version 3.0.0-M4. Using an older version of the surefire 
plugin (2.18.1, which I used to use to avoid NETBEANS-458 ) did not solve the 
problem.

This problem occurs on NetBeans 12.4, but not on NetBeans 12.1. (I verified 
this by running my application's test suite  on both NetBeans versions, without 
changing surefire versions or anything else.)


> "Test results" spuriously clears tests during run, and shows success despite 
> failure
> 
>
> Key: NETBEANS-5863
> URL: https://issues.apache.org/jira/browse/NETBEANS-5863
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - JUnit, utilities - Test Runner
>Affects Versions: 12.4
> Environment: NetBeans 12.4 on 64-bit Windows 10 on OpenJDK 11.0.11.
>Reporter: Eirik Bakke
>Priority: Major
> Attachments: Failure became success!.png, Test results dropped.png
>
>
> In NetBeans 12.4, test results displayed in the "Test results" pane will get 
> randomly cleared while the tests are running. The final output thus ends up 
> not including all tests that were run. See the attached series of 
> screenshots. Sometimes the "Test results" pane will end up showing a green 
> bar with "Tests passed: 100.00 %" even when there were test failures.
> My application's test suite is JUnit in a maven-based NetBeans module running 
> maven-surefire-plugin version 3.0.0-M4. Using an older version of the 
> surefire plugin (2.18.1, which I previously used to avoid NETBEANS-458 ) did 
> not solve the problem.
> This problem occurs on NetBeans 12.4, but not on NetBeans 12.1. (I verified 
> this by running my application's test suite  on both NetBeans versions, 
> without changing surefire versions or anything else.)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Updated] (NETBEANS-5862) Remove gtk version override in launcher configuration

2021-07-18 Thread ASF GitHub Bot (Jira)


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

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

> Remove gtk version override in launcher configuration
> -
>
> Key: NETBEANS-5862
> URL: https://issues.apache.org/jira/browse/NETBEANS-5862
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Affects Versions: 12.4
>Reporter: Matthias Bläsing
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
> Attachments: Grouped-Documents-Tabs.png, 
> Listselection-Highlighting.png, Outputtab+Scrollbars.png, Text-Selection.png, 
> Toolbar-small.png, Toolbar.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> With the change:
> [https://github.com/apache/netbeans/commit/65bca73b2f0833238a0732d3710d41a6d0f727a0#diff-d34ec34a46563823d7113adeba49c25aedb2ff55eed95b2602216568600d6b1d]
> The gtk version to be used by the JDK was fixed to 2.2. Checking on a recent 
> Ubuntu Version (21.04, Hirsute Hippo) with Gnome and Yaru-light theme, the 
> issues reported in NETBEANS-1344 seems to be fixed with recent JDKs (Java: 
> 11.0.11; OpenJDK 64-Bit Server VM 11.0.11+9-Ubuntu-0ubuntu2).
> Screenshots of the toolbars (first is normal size, second is small size):
>  !Toolbar.png! 
>  !Toolbar-small.png! 
> Text selection:
>  !Text-Selection.png! 
> Output window with selection and toolbars:
>  !Outputtab+Scrollbars.png! 
> List selection highlight:
>  !Listselection-Highlighting.png! 
> Document tabs with colored groups:
>  !Grouped-Documents-Tabs.png! 
> While not my preferred LAF, to me the gtk2 version looks worse, than the gtk3 
> version.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[netbeans] branch master updated: [NETBEANS-5862] Remove gtk version override in launcher configuration

2021-07-18 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 2fa8bad  [NETBEANS-5862] Remove gtk version override in launcher 
configuration
2fa8bad is described below

commit 2fa8bad073ba153baae5e01359bd9f1b52eed5ce
Author: Matthias Bläsing 
AuthorDate: Sun Jul 18 11:58:27 2021 +0200

[NETBEANS-5862] Remove gtk version override in launcher configuration
---
 nb/ide.launcher/netbeans.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nb/ide.launcher/netbeans.conf b/nb/ide.launcher/netbeans.conf
index 9c963ba..edc8226 100644
--- a/nb/ide.launcher/netbeans.conf
+++ b/nb/ide.launcher/netbeans.conf
@@ -63,7 +63,7 @@ 
netbeans_default_cachedir="${DEFAULT_CACHEDIR_ROOT}/@@metabuild.RawVersion@@"
 # (see: https://issues.apache.org/jira/browse/NETBEANS-1344)
 #
 
-netbeans_default_options="-J-XX:+UseStringDeduplication -J-Xss2m 
@@metabuild.logcli@@ -J-Djdk.gtk.version=2.2 
-J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true 
-J-Dsun.java2d.noddraw=true -J-Dsun.java2d.dpiaware=true 
-J-Dsun.zip.disableMemoryMapping=true -J-Dplugin.manager.check.updates=false 
-J-Dnetbeans.extbrowser.manual_chrome_plugin_install=yes 
-J--add-opens=java.base/java.net=ALL-UNNAMED 
-J--add-opens=java.base/java.lang.ref=ALL-UNNAMED -J--add-opens=java.bas [...]
+netbeans_default_options="-J-XX:+UseStringDeduplication -J-Xss2m 
@@metabuild.logcli@@ -J-Dapple.laf.useScreenMenuBar=true 
-J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true 
-J-Dsun.java2d.dpiaware=true -J-Dsun.zip.disableMemoryMapping=true 
-J-Dplugin.manager.check.updates=false 
-J-Dnetbeans.extbrowser.manual_chrome_plugin_install=yes 
-J--add-opens=java.base/java.net=ALL-UNNAMED 
-J--add-opens=java.base/java.lang.ref=ALL-UNNAMED 
-J--add-opens=java.base/java.lang=ALL-UNNAMED  [...]
 
 # Default location of JDK:
 # (set by installer or commented out if launcher should decide)

-
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-1645) Adding real formatting/beautifier for LESS and SCSS

2021-07-18 Thread Jira


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

Matthias Bläsing resolved NETBEANS-1645.

Resolution: Duplicate

SCSS + LESS are implemented as CSS derivates and thus the implementations are 
shared with CSS. A CSS formatter will also format LESS and SCSS.

> Adding real formatting/beautifier for LESS and SCSS
> ---
>
> Key: NETBEANS-1645
> URL: https://issues.apache.org/jira/browse/NETBEANS-1645
> Project: NetBeans
>  Issue Type: Improvement
>  Components: web - CSS Editor, web - CSS Preprocessors (SASS, LESS, 
> ...)
>Affects Versions: 8.2, 10.0
>Reporter: Christian Lenz
>Priority: Major
>
> When I try to format SCSS code which looks like this:
> {code:css}
> .animateColor {background: green;}
> {code}
> It will not expand the expand/beautify it.
> Expected behaviour is this:
> {code:css}
> .animateColor {
> background: green;
> }
> {code}
> indented and formatted based on the rules from the options.
> I guess this will happen for LESS too.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Updated] (NETBEANS-5862) Remove gtk version override in launcher configuration

2021-07-18 Thread Jira


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

Matthias Bläsing updated NETBEANS-5862:
---
Description: 
With the change:

[https://github.com/apache/netbeans/commit/65bca73b2f0833238a0732d3710d41a6d0f727a0#diff-d34ec34a46563823d7113adeba49c25aedb2ff55eed95b2602216568600d6b1d]

The gtk version to be used by the JDK was fixed to 2.2. Checking on a recent 
Ubuntu Version (21.04, Hirsute Hippo) with Gnome and Yaru-light theme, the 
issues reported in NETBEANS-1344 seems to be fixed with recent JDKs (Java: 
11.0.11; OpenJDK 64-Bit Server VM 11.0.11+9-Ubuntu-0ubuntu2).

Screenshots of the toolbars (first is normal size, second is small size):

 !Toolbar.png! 
 !Toolbar-small.png! 

Text selection:

 !Text-Selection.png! 

Output window with selection and toolbars:

 !Outputtab+Scrollbars.png! 

List selection highlight:

 !Listselection-Highlighting.png! 

Document tabs with colored groups:

 !Grouped-Documents-Tabs.png! 


While not my preferred LAF, to me the gtk2 version looks worse, than the gtk3 
version.


  was:
With the change:

[https://github.com/apache/netbeans/commit/65bca73b2f0833238a0732d3710d41a6d0f727a0#diff-d34ec34a46563823d7113adeba49c25aedb2ff55eed95b2602216568600d6b1d]

The gtk version to be used by the JDK was fixed to 2.2. Checking on a recent 
Ubuntu Version (21.04, Hirsute Hippo), the issues reported in NETBEANS-1344 
seems to be fixed with recent JDKs (Java: 11.0.11; OpenJDK 64-Bit Server VM 
11.0.11+9-Ubuntu-0ubuntu2).

Screenshots of the toolbars:




> Remove gtk version override in launcher configuration
> -
>
> Key: NETBEANS-5862
> URL: https://issues.apache.org/jira/browse/NETBEANS-5862
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Affects Versions: 12.4
>Reporter: Matthias Bläsing
>Assignee: Matthias Bläsing
>Priority: Major
> Attachments: Grouped-Documents-Tabs.png, 
> Listselection-Highlighting.png, Outputtab+Scrollbars.png, Text-Selection.png, 
> Toolbar-small.png, Toolbar.png
>
>
> With the change:
> [https://github.com/apache/netbeans/commit/65bca73b2f0833238a0732d3710d41a6d0f727a0#diff-d34ec34a46563823d7113adeba49c25aedb2ff55eed95b2602216568600d6b1d]
> The gtk version to be used by the JDK was fixed to 2.2. Checking on a recent 
> Ubuntu Version (21.04, Hirsute Hippo) with Gnome and Yaru-light theme, the 
> issues reported in NETBEANS-1344 seems to be fixed with recent JDKs (Java: 
> 11.0.11; OpenJDK 64-Bit Server VM 11.0.11+9-Ubuntu-0ubuntu2).
> Screenshots of the toolbars (first is normal size, second is small size):
>  !Toolbar.png! 
>  !Toolbar-small.png! 
> Text selection:
>  !Text-Selection.png! 
> Output window with selection and toolbars:
>  !Outputtab+Scrollbars.png! 
> List selection highlight:
>  !Listselection-Highlighting.png! 
> Document tabs with colored groups:
>  !Grouped-Documents-Tabs.png! 
> While not my preferred LAF, to me the gtk2 version looks worse, than the gtk3 
> version.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[netbeans] branch master updated: [NETBEANS-5859] Upgraded Jacoco to 0.8.7 to support JDK 17 coverage in Gradle projects

2021-07-18 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 2a603b6  [NETBEANS-5859] Upgraded Jacoco to 0.8.7 to support JDK 17 
coverage in Gradle projects
2a603b6 is described below

commit 2a603b681e52eafa754fcef2cecf9afebfeebbf2
Author: Laszlo Kishalmi 
AuthorDate: Thu Jul 15 05:22:20 2021 -0700

[NETBEANS-5859] Upgraded Jacoco to 0.8.7 to support JDK 17 coverage in 
Gradle projects
---
 java/gradle.java.coverage/external/binaries-list  | 2 +-
 ...acoco.core-0.8.6-license.txt => org.jacoco.core-0.8.7-license.txt} | 2 +-
 jacoco.core-0.8.6-notice.txt => org.jacoco.core-0.8.7-notice.txt} | 2 +-
 java/gradle.java.coverage/nbproject/project.properties| 2 +-
 java/gradle.java.coverage/nbproject/project.xml   | 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/java/gradle.java.coverage/external/binaries-list 
b/java/gradle.java.coverage/external/binaries-list
index 0a2de06..e5912eb 100644
--- a/java/gradle.java.coverage/external/binaries-list
+++ b/java/gradle.java.coverage/external/binaries-list
@@ -14,4 +14,4 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-8C20544D06B8A54DE1A585E4FCD0B101C0B433D9 org.jacoco:org.jacoco.core:0.8.6
+2C2DC2B720A7FB33AFCF4F45B05DB2EB5B4FFA10 org.jacoco:org.jacoco.core:0.8.7
diff --git 
a/java/gradle.java.coverage/external/org.jacoco.core-0.8.6-license.txt 
b/java/gradle.java.coverage/external/org.jacoco.core-0.8.7-license.txt
similarity index 99%
rename from java/gradle.java.coverage/external/org.jacoco.core-0.8.6-license.txt
rename to java/gradle.java.coverage/external/org.jacoco.core-0.8.7-license.txt
index 8ad978b..80b2c8f 100644
--- a/java/gradle.java.coverage/external/org.jacoco.core-0.8.6-license.txt
+++ b/java/gradle.java.coverage/external/org.jacoco.core-0.8.7-license.txt
@@ -1,6 +1,6 @@
 Name: JaCoCo Core
 Description: Java Code Coverage for Eclipse
-Version: 0.8.6
+Version: 0.8.7
 License: EPL-v10
 Origin: EclEmma Project
 URL: https://www.jacoco.org/
diff --git 
a/java/gradle.java.coverage/external/org.jacoco.core-0.8.6-notice.txt 
b/java/gradle.java.coverage/external/org.jacoco.core-0.8.7-notice.txt
similarity index 61%
rename from java/gradle.java.coverage/external/org.jacoco.core-0.8.6-notice.txt
rename to java/gradle.java.coverage/external/org.jacoco.core-0.8.7-notice.txt
index 622252c..c5edbf6 100644
--- a/java/gradle.java.coverage/external/org.jacoco.core-0.8.6-notice.txt
+++ b/java/gradle.java.coverage/external/org.jacoco.core-0.8.7-notice.txt
@@ -1,2 +1,2 @@
 This product includes/uses JaCoCo Core (https://www.jacoco.org/)
-developed by EclEmma Project, 2006-2019
+developed by EclEmma Project, 2006-2021
diff --git a/java/gradle.java.coverage/nbproject/project.properties 
b/java/gradle.java.coverage/nbproject/project.properties
index de3cde4..0535329 100644
--- a/java/gradle.java.coverage/nbproject/project.properties
+++ b/java/gradle.java.coverage/nbproject/project.properties
@@ -23,4 +23,4 @@ is.eager=true
 test-unit-sys-prop.test.netbeans.dest.dir=${netbeans.dest.dir}
 test-unit-sys-prop.java.awt.headless=true
 
-release.external/org.jacoco.core-0.8.6.jar=modules/gradle/org.jacoco.core.jar
+release.external/org.jacoco.core-0.8.7.jar=modules/gradle/org.jacoco.core.jar
diff --git a/java/gradle.java.coverage/nbproject/project.xml 
b/java/gradle.java.coverage/nbproject/project.xml
index b08eaf1..3807f57 100644
--- a/java/gradle.java.coverage/nbproject/project.xml
+++ b/java/gradle.java.coverage/nbproject/project.xml
@@ -111,7 +111,7 @@
 
 org.netbeans.libs.asm
 
-5.10
+5.15
 
 
 
@@ -119,7 +119,7 @@
 
 
 
gradle/org.jacoco.core.jar
-
external/org.jacoco.core-0.8.6.jar
+
external/org.jacoco.core-0.8.7.jar
 
 
 

-
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-5861) Java/NetBeans : Navigator Hangs upon encountering Anonymous Classes

2021-07-18 Thread karthikeyan (Jira)


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

karthikeyan commented on NETBEANS-5861:
---

Hope I have installed unsupported version of JDK (15) for NetBeans 12.0. Did 
not encounter such a problem with the following environment:

Product Version: NetBeans IDE 8.1 (Build 20151001)
Updates: NetBeans IDE is updated to version NetBeans 8.1 Patch 1
Java: 1.8.0_92; Java HotSpot(TM) 64-Bit Server VM 25.92-b14
Runtime: Java(TM) SE Runtime Environment 1.8.0_92-b14
System: Windows 7 version 6.1 running on amd64; UTF-8; en_US (nb)

 

Will try configure supported versions of JDK with NetBeans 12.0...

> Java/NetBeans : Navigator Hangs upon encountering Anonymous Classes
> ---
>
> Key: NETBEANS-5861
> URL: https://issues.apache.org/jira/browse/NETBEANS-5861
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI, java - Editor
>Affects Versions: 12.0
> Environment: Product Version: Apache NetBeans IDE 12.0
> Java: 15.0.1; Java HotSpot(TM) 64-Bit Server VM 15.0.1+9-18
> Runtime: Java(TM) SE Runtime Environment 15.0.1+9-18
> System: Windows 10 version 10.0
>Reporter: karthikeyan
>Priority: Major
> Attachments: AnonymousClassReplaced.jpg, JFrameCreationErr.jpg, 
> NavigatorHangs.jpg
>
>
> 1. IDE displays error while creating a Java Swing, JFrame Form using IDE (
> E.g. While trying to create a JFrame form with name "SwingButtonDemo" inside 
> package "Demo" it shows
> "The file SwingButtonDemo.java already exists"
> Screen shot attached (JFrameCreationErr.jpg)
> But, anyway it creates the package and the Java Source file and it is visible 
> in the Project Window
> 2. The Design View of this JFrame Source File has no problem but when trying 
> to explore the source code of this java file "SwingButtonDemo.java", the 
> Navigator Window simply hangs. Screen shot attached (NavigatorHangs.jpg). 
> This happens not only here. Wherever there is an anonymous class used, the 
> Navigator simply hangs. So it is not possible to do the coding in the source 
> editor as the context sensitive help of showing up list of members/functions 
> of an object does not work because the Navigator hangs.
> Here the following code snippet which caused the problem is :
> java.awt.EventQueue.invokeLater(new Runnable() {
>  public void run() {
>  new SwingButtonDemo().setVisible(true);
>  }
>  });
> Replacing the above code snippet with Lambda Expression solves the problem 
> and bring back the Navigator to function properly. Screen shot attached 
> AnonymousClassReplaced.jpg).
> Runnable SwRun = () -> { 
>  new SwingButtonDemo().setVisible(true);
>  };
>  
>  java.awt.EventQueue.invokeLater(SwRun);
> But the problem is , here the source code is editable. But when we add 
> components and register EventListeners, the IDE generates code that are 
> uneditable and it invariably uses Anonymous classes, making the Navigator to 
> hang. Is there any setting with which the Navigator can be configured to 
> ignore Anonymous classes or there any fix ?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Closed] (NETBEANS-5710) You have found a bug in the application!

2021-07-18 Thread Jira


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

Matthias Bläsing closed NETBEANS-5710.
--
Resolution: Invalid

Unreadle description

> You have found a bug in the application!
> 
>
> Key: NETBEANS-5710
> URL: https://issues.apache.org/jira/browse/NETBEANS-5710
> Project: NetBeans
>  Issue Type: Bug
>Reporter: A ADITYA SRIKANTA SASTRY
>Priority: Critical
>
> -->Log
>  Session: Wednesday, May 26, 2021 at 12:45:58 PM India Standard Time>System 
> Info:   Product Version         = Apache NetBeans IDE 12.3  Operating System  
>       = Windows 10 version 10.0 running on amd64  Java; VM; Vendor        = 
> 16.0.1; Java HotSpot(TM) 64-Bit Server VM 16.0.1+9-24; Oracle Corporation  
> Runtime                 = Java(TM) SE Runtime Environment 16.0.1+9-24  Java 
> Home               = C:\Program Files\Java\jdk-16.0.1  System Locale; 
> Encoding = en_IN (nb); Cp1252  Home Directory          = C:\Users\sastr  
> Current Directory       = C:\Program Files\NetBeans-12.3  User Directory      
>     = C:\Users\sastr\AppData\Roaming\NetBeans\12.3  Cache Directory         = 
> C:\Users\sastr\AppData\Local\NetBeans\Cache\12.3  Installation            = 
> C:\Program Files\NetBeans-12.3\netbeans\nb                            
> C:\Program Files\NetBeans-12.3\netbeans\ergonomics                            
> C:\Program Files\NetBeans-12.3\netbeans\ide                            
> C:\Program Files\NetBeans-12.3\netbeans\extide                            
> C:\Program Files\NetBeans-12.3\netbeans\java                            
> C:\Program Files\NetBeans-12.3\netbeans\apisupport                            
> C:\Program Files\NetBeans-12.3\netbeans\webcommon                            
> C:\Program Files\NetBeans-12.3\netbeans\websvccommon                          
>   C:\Program Files\NetBeans-12.3\netbeans\enterprise                          
>   C:\Program Files\NetBeans-12.3\netbeans\profiler                            
> C:\Program Files\NetBeans-12.3\netbeans\php                            
> C:\Program Files\NetBeans-12.3\netbeans\harness                            
> C:\Program Files\NetBeans-12.3\netbeans\cpplite                            
> C:\Program Files\NetBeans-12.3\netbeans\groovy                            
> C:\Program Files\NetBeans-12.3\netbeans\javafx                            
> C:\Program Files\NetBeans-12.3\netbeans\platform  Boot & Ext. Classpath   =   
> Application Classpath   = C:\Program 
> Files\NetBeans-12.3\netbeans\platform\lib\boot.jar;C:\Program 
> Files\NetBeans-12.3\netbeans\platform\lib\org-openide-modules.jar;C:\Program 
> Files\NetBeans-12.3\netbeans\platform\lib\org-openide-util-lookup.jar;C:\Program
>  Files\NetBeans-12.3\netbeans\platform\lib\org-openide-util-ui.jar;C:\Program 
> Files\NetBeans-12.3\netbeans\platform\lib\org-openide-util.jar  Startup 
> Classpath       = C:\Program 
> Files\NetBeans-12.3\netbeans\platform\core\asm-8.0.1.jar;C:\Program 
> Files\NetBeans-12.3\netbeans\platform\core\asm-commons-8.0.1.jar;C:\Program 
> Files\NetBeans-12.3\netbeans\platform\core\asm-tree-8.0.1.jar;C:\Program 
> Files\NetBeans-12.3\netbeans\platform\core\core-base.jar;C:\Program 
> Files\NetBeans-12.3\netbeans\platform\core\core.jar;C:\Program 
> Files\NetBeans-12.3\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\Program
>  
> Files\NetBeans-12.3\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\Program
>  
> Files\NetBeans-12.3\netbeans\platform\core\org-openide-filesystems.jar;C:\Program
>  Files\NetBeans-12.3\netbeans\nb\core\org-netbeans-upgrader.jar;C:\Program 
> Files\NetBeans-12.3\netbeans\nb\core\locale\core_nb.jar---WARNING
>  [org.netbeans.core.startup.NbEvents]: The extension C:\Program 
> Files\NetBeans-12.3\netbeans\ide\modules\ext\jcodings-1.0.18.jar may be 
> multiply loaded by modules: [C:\Program 
> Files\NetBeans-12.3\netbeans\ide\modules\org-netbeans-libs-bytelist.jar, 
> C:\Program 
> Files\NetBeans-12.3\netbeans\ide\modules\org-netbeans-modules-textmate-lexer.jar];
>  see: 
> http://www.netbeans.org/download/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/classpath.html#class-pathINFO
>  [org.netbeans.modules.netbinox]: Install area set to file:/C:/Program 
> Files/NetBeans-12.3/netbeans/WARNING [org.netbeans.core.modules]: the modules 
> [org.netbeans.modules.java.editor.lib, org.netbeans.modules.web.core.syntax, 
> org.netbeans.modules.xml.text] use 
> org.netbeans.modules.editor.deprecated.pre65formatting which is 
> deprecated.WARNING [org.netbeans.core.modules]: the 

[jira] [Updated] (NETBEANS-5863) "Test results" spuriously clears tests during run, and shows success despite failure

2021-07-18 Thread Eirik Bakke (Jira)


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

Eirik Bakke updated NETBEANS-5863:
--
Description: 
In NetBeans 12.4, test results displayed in the "Test results" pane will get 
randomly cleared while the tests are running. The final output thus ends up not 
including all tests that were run. See the attached series of screenshots. 
Sometimes the "Test results" pane will end up showing a green bar with "Tests 
passed: 100.00 %" even when there were test failures.

My application's test suite is JUnit in a maven-based NetBeans module running 
maven-surefire-plugin version 3.0.0-M4. Using an older version of the surefire 
plugin (2.18.1, which I used to use to avoid NETBEANS-458 ) did not solve the 
problem.

This problem occurs on NetBeans 12.4, but not on NetBeans 12.1. (I verified 
this by running my application's test suite  on both NetBeans versions, without 
changing surefire versions or anything else.)

  was:
In NetBeans 12.4, test results displayed in the "Test results" pane will get 
randomly cleared while the tests are running. The final output thus ends up not 
including all tests that were run. See the attached series of screenshots. 
Sometimes the "Test results" pane will end up saying "All tests succeeded" even 
when there were test failures.

My application's test suite is JUnit in a maven-based NetBeans module running 
maven-surefire-plugin version 3.0.0-M4. Using an older version of the surefire 
plugin (2.18.1, which I used to use to avoid NETBEANS-458 ) did not solve the 
problem.

This problem occurs on NetBeans 12.4, but not on NetBeans 12.1. (I verified 
this by running my application's test suite  on both NetBeans versions, without 
changing surefire versions or anything else.)


> "Test results" spuriously clears tests during run, and shows success despite 
> failure
> 
>
> Key: NETBEANS-5863
> URL: https://issues.apache.org/jira/browse/NETBEANS-5863
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - JUnit, utilities - Test Runner
>Affects Versions: 12.4
> Environment: NetBeans 12.4 on 64-bit Windows 10 on OpenJDK 11.0.11.
>Reporter: Eirik Bakke
>Priority: Major
> Attachments: Failure became success!.png, Test results dropped.png
>
>
> In NetBeans 12.4, test results displayed in the "Test results" pane will get 
> randomly cleared while the tests are running. The final output thus ends up 
> not including all tests that were run. See the attached series of 
> screenshots. Sometimes the "Test results" pane will end up showing a green 
> bar with "Tests passed: 100.00 %" even when there were test failures.
> My application's test suite is JUnit in a maven-based NetBeans module running 
> maven-surefire-plugin version 3.0.0-M4. Using an older version of the 
> surefire plugin (2.18.1, which I used to use to avoid NETBEANS-458 ) did not 
> solve the problem.
> This problem occurs on NetBeans 12.4, but not on NetBeans 12.1. (I verified 
> this by running my application's test suite  on both NetBeans versions, 
> without changing surefire versions or anything else.)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Updated] (NETBEANS-5863) "Test results" spuriously clears tests during run, and shows success despite failure

2021-07-18 Thread Eirik Bakke (Jira)


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

Eirik Bakke updated NETBEANS-5863:
--
 Attachment: Failure became success!.png
Description: 
In NetBeans 12.4, test results displayed in the "Test results" pane will get 
randomly cleared while the tests are running. The final output thus ends up not 
including all tests that were run. See the attached series of screenshots. 
Sometimes the "Test results" pane will end up saying "All tests succeeded" even 
when there were test failures.

My application's test suite is JUnit in a maven-based NetBeans module running 
maven-surefire-plugin version 3.0.0-M4. Using an older version of the surefire 
plugin (2.18.1, which I used to use to avoid NETBEANS-458 ) did not solve the 
problem.

This problem occurs on NetBeans 12.4, but not on NetBeans 12.1. (I verified 
this by running my application's test suite  on both NetBeans versions, without 
changing surefire versions or anything else.)

  was:
In NetBeans 12.4, test results displayed in the "Test results" pane will get 
randomly cleared while the tests are running. The final output thus ends up not 
including all tests that were run. See the attached series of screenshots.

My application's test suite is JUnit in a maven-based NetBeans module running 
maven-surefire-plugin version 3.0.0-M4. Using an older version of the surefire 
plugin (2.18.1, which I used to use to avoid NETBEANS-458 ) did not solve the 
problem.

This problem occurs on NetBeans 12.4, but not on NetBeans 12.1. (I verified 
this by running my application's test suite  on both NetBeans versions, without 
changing surefire versions or anything else.)

Summary: "Test results" spuriously clears tests during run, and shows 
success despite failure  (was: "Test results" gets reset during test execution, 
leading to omitted results)

> "Test results" spuriously clears tests during run, and shows success despite 
> failure
> 
>
> Key: NETBEANS-5863
> URL: https://issues.apache.org/jira/browse/NETBEANS-5863
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - JUnit, utilities - Test Runner
>Affects Versions: 12.4
> Environment: NetBeans 12.4 on 64-bit Windows 10 on OpenJDK 11.0.11.
>Reporter: Eirik Bakke
>Priority: Major
> Attachments: Failure became success!.png, Test results dropped.png
>
>
> In NetBeans 12.4, test results displayed in the "Test results" pane will get 
> randomly cleared while the tests are running. The final output thus ends up 
> not including all tests that were run. See the attached series of 
> screenshots. Sometimes the "Test results" pane will end up saying "All tests 
> succeeded" even when there were test failures.
> My application's test suite is JUnit in a maven-based NetBeans module running 
> maven-surefire-plugin version 3.0.0-M4. Using an older version of the 
> surefire plugin (2.18.1, which I used to use to avoid NETBEANS-458 ) did not 
> solve the problem.
> This problem occurs on NetBeans 12.4, but not on NetBeans 12.1. (I verified 
> this by running my application's test suite  on both NetBeans versions, 
> without changing surefire versions or anything else.)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Updated] (NETBEANS-5862) Remove gtk version override in launcher configuration

2021-07-18 Thread Jira


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

Matthias Bläsing updated NETBEANS-5862:
---
Attachment: Grouped-Documents-Tabs.png

> Remove gtk version override in launcher configuration
> -
>
> Key: NETBEANS-5862
> URL: https://issues.apache.org/jira/browse/NETBEANS-5862
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Affects Versions: 12.4
>Reporter: Matthias Bläsing
>Assignee: Matthias Bläsing
>Priority: Major
> Attachments: Grouped-Documents-Tabs.png, 
> Listselection-Highlighting.png, Outputtab+Scrollbars.png, Text-Selection.png, 
> Toolbar-small.png, Toolbar.png
>
>
> With the change:
> [https://github.com/apache/netbeans/commit/65bca73b2f0833238a0732d3710d41a6d0f727a0#diff-d34ec34a46563823d7113adeba49c25aedb2ff55eed95b2602216568600d6b1d]
> The gtk version to be used by the JDK was fixed to 2.2. Checking on a recent 
> Ubuntu Version (21.04, Hirsute Hippo), the issues reported in NETBEANS-1344 
> seems to be fixed with recent JDKs (Java: 11.0.11; OpenJDK 64-Bit Server VM 
> 11.0.11+9-Ubuntu-0ubuntu2).
> Screenshots of the toolbars:



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



svn commit: r48868 - /dev/netbeans/netbeans-vscode-ext/12.4.301/ /release/netbeans/netbeans-vscode-ext/12.4.301/

2021-07-18 Thread jtulach
Author: jtulach
Date: Sun Jul 18 18:18:39 2021
New Revision: 48868

Log:
Releasing VSNetBeans 12.4.301

Added:
release/netbeans/netbeans-vscode-ext/12.4.301/
  - copied from r48837, dev/netbeans/netbeans-vscode-ext/12.4.301/
Removed:
dev/netbeans/netbeans-vscode-ext/12.4.301/


-
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-5864) Detect Dark GTK Themes

2021-07-18 Thread Laszlo Kishalmi (Jira)
Laszlo Kishalmi created NETBEANS-5864:
-

 Summary: Detect Dark GTK Themes
 Key: NETBEANS-5864
 URL: https://issues.apache.org/jira/browse/NETBEANS-5864
 Project: NetBeans
  Issue Type: Improvement
  Components: platform - Other
Reporter: Laszlo Kishalmi
Assignee: Laszlo Kishalmi


Set "nb.dark.theme" in UIManager if the current GTK theme is a dark one.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Updated] (NETBEANS-5719) Unused property hint shown when used to instantiate an anonymous class

2021-07-18 Thread ASF GitHub Bot (Jira)


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

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

> Unused property hint shown when used to instantiate an anonymous class
> --
>
> Key: NETBEANS-5719
> URL: https://issues.apache.org/jira/browse/NETBEANS-5719
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: 12.4
> Environment: Product Version: Apache NetBeans IDE 12.4
> Java: 15.0.2; OpenJDK 64-Bit Server VM 15.0.2+7-27
> Runtime: OpenJDK Runtime Environment 15.0.2+7-27
>Reporter: Czukowski
>Assignee: Junichi Yamamoto
>Priority: Minor
>  Labels: pull-request-available
> Attachments: image-2021-05-27-12-06-22-136.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> If a class property is used only to create an instance of an anonymous class, 
> it is marked with an 'Unused' hint.
> The example code is below. There is also an image attached with a screenshot, 
> note how {{$anyParameter}} in {{Factory1}} constructor is underlined. This 
> goes for both constructor argument promotion and the PHP7-style property 
> declaration.
>  
> {code:php}
>  namespace Cz\Test\UsedProperty;
> class Factory1
> {
> public function __construct(private bool $anyParameter)
> {
> }
> public function create(): Interface1
> {
> return new class ($this->anyParameter) implements Interface1
> {
> public function __construct(private bool $parameter1)
> {
> }
> public function getSomeParameter(): bool
> {
> return $this->parameter1;
> }
> };
> }
> }
> interface Interface1
> {
> function getSomeParameter(): bool;
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[jira] [Updated] (NETBEANS-5864) Detect Dark GTK Themes

2021-07-18 Thread ASF GitHub Bot (Jira)


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

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

> Detect Dark GTK Themes
> --
>
> Key: NETBEANS-5864
> URL: https://issues.apache.org/jira/browse/NETBEANS-5864
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Other
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Set "nb.dark.theme" in UIManager if the current GTK theme is a dark one.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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



[netbeans] branch master updated: Use j.u.Properties instead of o.o.u.EditableProperties to reduce CPU usage

2021-07-18 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/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
 new 9a5fd32  Use j.u.Properties instead of o.o.u.EditableProperties to 
reduce CPU usage
 new 06ec476  Merge pull request #3061 from 
matthiasblaesing/excessive_cpu_usage_lsp_client
9a5fd32 is described below

commit 9a5fd32800caf4fe77f548e111ed31dbd421cc7c
Author: Matthias Bläsing 
AuthorDate: Wed Jul 14 21:03:35 2021 +0200

Use j.u.Properties instead of o.o.u.EditableProperties to reduce CPU usage

It was observed, that with a big project, massive time was spend in
org.openide.util.EditableProperties.addItem(). Given, that none of the
benefits of EditableProperties take hold:

- the properties are used as pure backing store, without the expectation
  of a user to modify them
- the order of the entries is irrelevant
- the file is not put into VCS (it is in the cache path)
- special line break handling is not relevant

the easiest work around is to drop usage of EditableProperties and
use plain Properties.
---
 .../modules/lsp/client/bindings/CustomIndexerImpl.java | 14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git 
a/ide/lsp.client/src/org/netbeans/modules/lsp/client/bindings/CustomIndexerImpl.java
 
b/ide/lsp.client/src/org/netbeans/modules/lsp/client/bindings/CustomIndexerImpl.java
index 097e64f..7834f26 100644
--- 
a/ide/lsp.client/src/org/netbeans/modules/lsp/client/bindings/CustomIndexerImpl.java
+++ 
b/ide/lsp.client/src/org/netbeans/modules/lsp/client/bindings/CustomIndexerImpl.java
@@ -21,7 +21,9 @@ package org.netbeans.modules.lsp.client.bindings;
 import java.io.IOException;
 import java.io.InputStream;
 import java.io.OutputStream;
+import java.util.Collection;
 import java.util.HashSet;
+import java.util.Properties;
 import java.util.Set;
 import java.util.function.Consumer;
 import org.netbeans.api.editor.mimelookup.MimeRegistration;
@@ -34,7 +36,6 @@ import 
org.netbeans.modules.parsing.spi.indexing.CustomIndexerFactory;
 import org.netbeans.modules.parsing.spi.indexing.Indexable;
 import org.openide.filesystems.FileObject;
 import org.openide.filesystems.FileUtil;
-import org.openide.util.EditableProperties;
 import org.openide.util.Exceptions;
 import org.openide.util.RequestProcessor;
 
@@ -57,7 +58,8 @@ public class CustomIndexerImpl extends CustomIndexer {
 }
 }
 
-Set mimeTypes = new HashSet<>(props.values());
+@SuppressWarnings("unchecked")
+Set mimeTypes = new HashSet<>((Collection) props.values());
 Project prj = FileOwnerQuery.getOwner(root);
 
 if (prj != null) {
@@ -72,8 +74,8 @@ public class CustomIndexerImpl extends CustomIndexer {
 
 private static final String INDEX_FILE_NAME = "index.properties";
 
-private static void handleStoredFiles(Context context, 
Consumer handleProperties) {
-EditableProperties props = new EditableProperties(true);
+private static void handleStoredFiles(Context context, 
Consumer handleProperties) {
+Properties props = new Properties();
 FileObject index = 
context.getIndexFolder().getFileObject(INDEX_FILE_NAME);
 
 if (index != null) {
@@ -84,7 +86,7 @@ public class CustomIndexerImpl extends CustomIndexer {
 }
 }
 
-EditableProperties old = props.cloneProperties();
+Properties old = (Properties) props.clone();
 
 handleProperties.accept(props);
 
@@ -94,7 +96,7 @@ public class CustomIndexerImpl extends CustomIndexer {
 index = 
context.getIndexFolder().createData(INDEX_FILE_NAME);
 }
 try (OutputStream out = index.getOutputStream()) {
-props.store(out);
+props.store(out, "");
 }
 } catch (IOException ex) {
 Exceptions.printStackTrace(ex);

-
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-4443) PHP 8.0 Support

2021-07-18 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto closed NETBEANS-4443.
--
Fix Version/s: 12.4
   Resolution: Fixed

> PHP 8.0 Support
> ---
>
> Key: NETBEANS-4443
> URL: https://issues.apache.org/jira/browse/NETBEANS-4443
> Project: NetBeans
>  Issue Type: New Feature
>  Components: php - Editor
>Reporter: Junichi Yamamoto
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available, pull-requests-available
> Fix For: 12.4
>
>  Time Spent: 30.5h
>  Remaining Estimate: 0h
>
> https://wiki.php.net/rfc#php_80



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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