[jira] [Closed] (NETBEANS-5115) "No tests executed" on maven project

2021-02-17 Thread Francesco Illuminati (Jira)


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

Francesco Illuminati closed NETBEANS-5115.
--
Resolution: Fixed

{{My bad, the tests were not shown because to overcome a previous issue I have 
added to my maven-surefire-plugin the following configuration:}}

{{}}
{{ false}}
{{ }}

> "No tests executed" on maven project
> 
>
> Key: NETBEANS-5115
> URL: https://issues.apache.org/jira/browse/NETBEANS-5115
> Project: NetBeans
>  Issue Type: Bug
>  Components: utilities - Test Runner
>Affects Versions: 12.2, 12.3
> Environment: Linux version 5.4.0-53-generic (buildd@lcy01-amd64-007) 
> (gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #59-Ubuntu SMP Wed Oct 21 
> 09:38:44 UTC 2020
> openjdk 15-ea 2020-09-15
> OpenJDK Runtime Environment (build 15-ea+32-Ubuntu-220.04)
> OpenJDK 64-Bit Server VM (build 15-ea+32-Ubuntu-220.04, mixed mode, sharing)
>Reporter: Francesco Illuminati
>Priority: Major
> Attachments: nb12-test-error-2021-02-06_14.21.44.mp4
>
>
> On a maven java project executing project test or testing a single file 
> always returns "No tests executed" even if the maven goal is run (as can be 
> checked in the output window).
> This was tested with Junit Jupiter 5.6.0 and 5.7.0 and with 
> maven-surefire-plugin 3.0.0-M(1-5) and 2.22.2. 
>  It worked fine on NB 12.1 but only after the maven-surefire-plugin 3.0.0-M4 
> is manually added to pom.xml (would be nice if it was added automatically).



--
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] [Commented] (NETBEANS-5115) "No tests executed" on maven project

2021-02-13 Thread Francesco Illuminati (Jira)


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

Francesco Illuminati commented on NETBEANS-5115:


It seems that maven-surefire-plugin 2.12.4 is the only supported version (and 
the default one if none is specified in pom.xml). Apart from it being a quite 
old version, it doesn't seem to support JUnit 5 too well (in fact it cannot 
execute single tests). If a single test is requested a dialog appears asking to 
upgrade to maven-surefile-plugin version 2.22.0, it will update pom.xml, but 
then tests wouldn't work anymore.

> "No tests executed" on maven project
> 
>
> Key: NETBEANS-5115
> URL: https://issues.apache.org/jira/browse/NETBEANS-5115
> Project: NetBeans
>  Issue Type: Bug
>  Components: utilities - Test Runner
>Affects Versions: 12.2, 12.3
> Environment: Linux version 5.4.0-53-generic (buildd@lcy01-amd64-007) 
> (gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #59-Ubuntu SMP Wed Oct 21 
> 09:38:44 UTC 2020
> openjdk 15-ea 2020-09-15
> OpenJDK Runtime Environment (build 15-ea+32-Ubuntu-220.04)
> OpenJDK 64-Bit Server VM (build 15-ea+32-Ubuntu-220.04, mixed mode, sharing)
>Reporter: Francesco Illuminati
>Priority: Major
> Attachments: nb12-test-error-2021-02-06_14.21.44.mp4
>
>
> On a maven java project executing project test or testing a single file 
> always returns "No tests executed" even if the maven goal is run (as can be 
> checked in the output window).
> This was tested with Junit Jupiter 5.6.0 and 5.7.0 and with 
> maven-surefire-plugin 3.0.0-M(1-5) and 2.22.2. 
>  It worked fine on NB 12.1 but only after the maven-surefire-plugin 3.0.0-M4 
> is manually added to pom.xml (would be nice if it was added automatically).



--
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] [Commented] (NETBEANS-5115) "No tests executed" on maven project

2021-02-11 Thread Francesco Illuminati (Jira)


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

Francesco Illuminati commented on NETBEANS-5115:


I have also tested it with JDK 1.8 on nb 12.3-beta2 without any luck.

> "No tests executed" on maven project
> 
>
> Key: NETBEANS-5115
> URL: https://issues.apache.org/jira/browse/NETBEANS-5115
> Project: NetBeans
>  Issue Type: Bug
>  Components: utilities - Test Runner
>Affects Versions: 12.2, 12.3
> Environment: Linux version 5.4.0-53-generic (buildd@lcy01-amd64-007) 
> (gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #59-Ubuntu SMP Wed Oct 21 
> 09:38:44 UTC 2020
> openjdk 15-ea 2020-09-15
> OpenJDK Runtime Environment (build 15-ea+32-Ubuntu-220.04)
> OpenJDK 64-Bit Server VM (build 15-ea+32-Ubuntu-220.04, mixed mode, sharing)
>Reporter: Francesco Illuminati
>Priority: Major
> Attachments: nb12-test-error-2021-02-06_14.21.44.mp4
>
>
> On a maven java project executing project test or testing a single file 
> always returns "No tests executed" even if the maven goal is run (as can be 
> checked in the output window).
> This was tested with Junit Jupiter 5.6.0 and 5.7.0 and with 
> maven-surefire-plugin 3.0.0-M(1-5) and 2.22.2. 
>  It worked fine on NB 12.1 but only after the maven-surefire-plugin 3.0.0-M4 
> is manually added to pom.xml (would be nice if it was added automatically).



--
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] [Commented] (NETBEANS-5115) "No tests executed" on maven project

2021-02-11 Thread Francesco Illuminati (Jira)


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

Francesco Illuminati commented on NETBEANS-5115:


I have tested with JDK 15 on nb 12.3-beta2 and it doesn't work

> "No tests executed" on maven project
> 
>
> Key: NETBEANS-5115
> URL: https://issues.apache.org/jira/browse/NETBEANS-5115
> Project: NetBeans
>  Issue Type: Bug
>  Components: utilities - Test Runner
>Affects Versions: 12.2, 12.3
> Environment: Linux version 5.4.0-53-generic (buildd@lcy01-amd64-007) 
> (gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #59-Ubuntu SMP Wed Oct 21 
> 09:38:44 UTC 2020
> openjdk 15-ea 2020-09-15
> OpenJDK Runtime Environment (build 15-ea+32-Ubuntu-220.04)
> OpenJDK 64-Bit Server VM (build 15-ea+32-Ubuntu-220.04, mixed mode, sharing)
>Reporter: Francesco Illuminati
>Priority: Major
> Attachments: nb12-test-error-2021-02-06_14.21.44.mp4
>
>
> On a maven java project executing project test or testing a single file 
> always returns "No tests executed" even if the maven goal is run (as can be 
> checked in the output window).
> This was tested with Junit Jupiter 5.6.0 and 5.7.0 and with 
> maven-surefire-plugin 3.0.0-M(1-5) and 2.22.2. 
>  It worked fine on NB 12.1 but only after the maven-surefire-plugin 3.0.0-M4 
> is manually added to pom.xml (would be nice if it was added automatically).



--
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-5115) "No tests executed" on maven project

2021-02-11 Thread Francesco Illuminati (Jira)


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

Francesco Illuminati updated NETBEANS-5115:
---
Affects Version/s: 12.3
  Description: 
On a maven java project executing project test or testing a single file always 
returns "No tests executed" even if the maven goal is run (as can be checked in 
the output window).

This was tested with Junit Jupiter 5.6.0 and 5.7.0 and with 
maven-surefire-plugin 3.0.0-M(1-5) and 2.22.2. 
 It worked fine on NB 12.1 but only after the maven-surefire-plugin 3.0.0-M4 is 
manually added to pom.xml (would be nice if it was added automatically).

  was:
On a maven java project executing project test or testing a single file always 
returns "No tests executed" even if the maven goal is run (as can be checked in 
the output window).

This was tested with Junit Jupiter 5.6.0 and 5.7.0 and with 
maven-surefire-plugin 3.0.0-M(1-5) and 2.22.2. 
It worked fine on NB 12.1 but only after the maven-surefire-plugin 3.0.0-M4 is 
manually added to pom.xml (would be nice if it was added automatically).

Unfortunately this bug severely impacts productivity: I'm forced back to NB 
12.1.

Aside from that the maven-surefire-plugin 3.0.0-M5 doesn't recognize the test 
resource folder using the default configuration (I have tried to set the 
resource folder manually in the pom.xml file without any luck).


> "No tests executed" on maven project
> 
>
> Key: NETBEANS-5115
> URL: https://issues.apache.org/jira/browse/NETBEANS-5115
> Project: NetBeans
>  Issue Type: Bug
>  Components: utilities - Test Runner
>Affects Versions: 12.2, 12.3
> Environment: Linux version 5.4.0-53-generic (buildd@lcy01-amd64-007) 
> (gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #59-Ubuntu SMP Wed Oct 21 
> 09:38:44 UTC 2020
> openjdk 15-ea 2020-09-15
> OpenJDK Runtime Environment (build 15-ea+32-Ubuntu-220.04)
> OpenJDK 64-Bit Server VM (build 15-ea+32-Ubuntu-220.04, mixed mode, sharing)
>Reporter: Francesco Illuminati
>Priority: Major
> Attachments: nb12-test-error-2021-02-06_14.21.44.mp4
>
>
> On a maven java project executing project test or testing a single file 
> always returns "No tests executed" even if the maven goal is run (as can be 
> checked in the output window).
> This was tested with Junit Jupiter 5.6.0 and 5.7.0 and with 
> maven-surefire-plugin 3.0.0-M(1-5) and 2.22.2. 
>  It worked fine on NB 12.1 but only after the maven-surefire-plugin 3.0.0-M4 
> is manually added to pom.xml (would be nice if it was added automatically).



--
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] [Commented] (NETBEANS-5326) Running tests with codelense link shows no test output

2021-02-06 Thread Francesco Illuminati (Jira)


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

Francesco Illuminati commented on NETBEANS-5326:


I have a similar problem with the IDE itself. Take a look at NETBEANS-5115 .

> Running tests with codelense link shows no test output
> --
>
> Key: NETBEANS-5326
> URL: https://issues.apache.org/jira/browse/NETBEANS-5326
> Project: NetBeans
>  Issue Type: Bug
>  Components: lsp, vscode
>Affects Versions: 12.3
>Reporter: Martin Entlicher
>Assignee: Martin Entlicher
>Priority: Critical
>  Labels: Usability, pull-request-available
> Fix For: 12.3
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently if you click on "Run test" in the editor it runs the test but no 
> output is shown and no way to obtain the output.
> This is particularly problematic if the test fails as you have no way to know 
> what failed.
> The situation is slightly better with the "Debug test" link which does show 
> test output however if a test fails for some reason there is no output about 
> the test result.



--
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-5115) "No tests executed" on maven project

2021-02-06 Thread Francesco Illuminati (Jira)


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

Francesco Illuminati updated NETBEANS-5115:
---
Attachment: nb12-test-error-2021-02-06_14.21.44.mp4

> "No tests executed" on maven project
> 
>
> Key: NETBEANS-5115
> URL: https://issues.apache.org/jira/browse/NETBEANS-5115
> Project: NetBeans
>  Issue Type: Bug
>  Components: utilities - Test Runner
>Affects Versions: 12.2
> Environment: Linux version 5.4.0-53-generic (buildd@lcy01-amd64-007) 
> (gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #59-Ubuntu SMP Wed Oct 21 
> 09:38:44 UTC 2020
> openjdk 15-ea 2020-09-15
> OpenJDK Runtime Environment (build 15-ea+32-Ubuntu-220.04)
> OpenJDK 64-Bit Server VM (build 15-ea+32-Ubuntu-220.04, mixed mode, sharing)
>Reporter: Francesco Illuminati
>Priority: Major
> Attachments: nb12-test-error-2021-02-06_14.21.44.mp4
>
>
> On a maven java project executing project test or testing a single file 
> always returns "No tests executed" even if the maven goal is run (as can be 
> checked in the output window).
> This was tested with Junit Jupiter 5.6.0 and 5.7.0 and with 
> maven-surefire-plugin 3.0.0-M(1-5) and 2.22.2. 
> It worked fine on NB 12.1 but only after the maven-surefire-plugin 3.0.0-M4 
> is manually added to pom.xml (would be nice if it was added automatically).
> Unfortunately this bug severely impacts productivity: I'm forced back to NB 
> 12.1.
> Aside from that the maven-surefire-plugin 3.0.0-M5 doesn't recognize the test 
> resource folder using the default configuration (I have tried to set the 
> resource folder manually in the pom.xml file without any luck).



--
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] [Issue Comment Deleted] (NETBEANS-5115) "No tests executed" on maven project

2021-02-06 Thread Francesco Illuminati (Jira)


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

Francesco Illuminati updated NETBEANS-5115:
---
Comment: was deleted

(was: Strangely enough I performed a new try withe the same installation of nb 
12.2 and now it is  testing normally. I close the issue because it was probably 
depending on something else than the IDE.)

> "No tests executed" on maven project
> 
>
> Key: NETBEANS-5115
> URL: https://issues.apache.org/jira/browse/NETBEANS-5115
> Project: NetBeans
>  Issue Type: Bug
>  Components: utilities - Test Runner
>Affects Versions: 12.2
> Environment: Linux version 5.4.0-53-generic (buildd@lcy01-amd64-007) 
> (gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #59-Ubuntu SMP Wed Oct 21 
> 09:38:44 UTC 2020
> openjdk 15-ea 2020-09-15
> OpenJDK Runtime Environment (build 15-ea+32-Ubuntu-220.04)
> OpenJDK 64-Bit Server VM (build 15-ea+32-Ubuntu-220.04, mixed mode, sharing)
>Reporter: Francesco Illuminati
>Priority: Major
>
> On a maven java project executing project test or testing a single file 
> always returns "No tests executed" even if the maven goal is run (as can be 
> checked in the output window).
> This was tested with Junit Jupiter 5.6.0 and 5.7.0 and with 
> maven-surefire-plugin 3.0.0-M(1-5) and 2.22.2. 
> It worked fine on NB 12.1 but only after the maven-surefire-plugin 3.0.0-M4 
> is manually added to pom.xml (would be nice if it was added automatically).
> Unfortunately this bug severely impacts productivity: I'm forced back to NB 
> 12.1.
> Aside from that the maven-surefire-plugin 3.0.0-M5 doesn't recognize the test 
> resource folder using the default configuration (I have tried to set the 
> resource folder manually in the pom.xml file without any luck).



--
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] [Reopened] (NETBEANS-5115) "No tests executed" on maven project

2021-02-06 Thread Francesco Illuminati (Jira)


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

Francesco Illuminati reopened NETBEANS-5115:


I am sorry, the issue is still present, tests are executed but not shown in the 
`Test Results` panel.

> "No tests executed" on maven project
> 
>
> Key: NETBEANS-5115
> URL: https://issues.apache.org/jira/browse/NETBEANS-5115
> Project: NetBeans
>  Issue Type: Bug
>  Components: utilities - Test Runner
>Affects Versions: 12.2
> Environment: Linux version 5.4.0-53-generic (buildd@lcy01-amd64-007) 
> (gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #59-Ubuntu SMP Wed Oct 21 
> 09:38:44 UTC 2020
> openjdk 15-ea 2020-09-15
> OpenJDK Runtime Environment (build 15-ea+32-Ubuntu-220.04)
> OpenJDK 64-Bit Server VM (build 15-ea+32-Ubuntu-220.04, mixed mode, sharing)
>Reporter: Francesco Illuminati
>Priority: Major
>
> On a maven java project executing project test or testing a single file 
> always returns "No tests executed" even if the maven goal is run (as can be 
> checked in the output window).
> This was tested with Junit Jupiter 5.6.0 and 5.7.0 and with 
> maven-surefire-plugin 3.0.0-M(1-5) and 2.22.2. 
> It worked fine on NB 12.1 but only after the maven-surefire-plugin 3.0.0-M4 
> is manually added to pom.xml (would be nice if it was added automatically).
> Unfortunately this bug severely impacts productivity: I'm forced back to NB 
> 12.1.
> Aside from that the maven-surefire-plugin 3.0.0-M5 doesn't recognize the test 
> resource folder using the default configuration (I have tried to set the 
> resource folder manually in the pom.xml file without any luck).



--
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-2412) import alert stays even after is solved

2021-02-03 Thread Francesco Illuminati (Jira)


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

Francesco Illuminati closed NETBEANS-2412.
--
Resolution: Fixed

This issue is occurring much less than before and it's not a problem anymore 
(eventually just close and re-open the file on the editor).

> import alert stays even after is solved
> ---
>
> Key: NETBEANS-2412
> URL: https://issues.apache.org/jira/browse/NETBEANS-2412
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Editor
>Affects Versions: 10.0, 11.0
>Reporter: Francesco Illuminati
>Priority: Minor
> Attachments: wrong_import_error.png
>
>
> When a new class or static method is used in a java class the IDE underline 
> it with red alerting that it is not imported. But sometimes the red underline 
> stays after correctly importing the class and even when using it elsewhere! 
> The underline goes away after an IDE restart.



--
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-5115) "No tests executed" on maven project

2021-02-03 Thread Francesco Illuminati (Jira)


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

Francesco Illuminati closed NETBEANS-5115.
--
Resolution: Fixed

Strangely enough I performed a new try withe the same installation of nb 12.2 
and now it is  testing normally. I close the issue because it was probably 
depending on something else than the IDE.

> "No tests executed" on maven project
> 
>
> Key: NETBEANS-5115
> URL: https://issues.apache.org/jira/browse/NETBEANS-5115
> Project: NetBeans
>  Issue Type: Bug
>  Components: utilities - Test Runner
>Affects Versions: 12.2
> Environment: Linux version 5.4.0-53-generic (buildd@lcy01-amd64-007) 
> (gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #59-Ubuntu SMP Wed Oct 21 
> 09:38:44 UTC 2020
> openjdk 15-ea 2020-09-15
> OpenJDK Runtime Environment (build 15-ea+32-Ubuntu-220.04)
> OpenJDK 64-Bit Server VM (build 15-ea+32-Ubuntu-220.04, mixed mode, sharing)
>Reporter: Francesco Illuminati
>Priority: Major
>
> On a maven java project executing project test or testing a single file 
> always returns "No tests executed" even if the maven goal is run (as can be 
> checked in the output window).
> This was tested with Junit Jupiter 5.6.0 and 5.7.0 and with 
> maven-surefire-plugin 3.0.0-M(1-5) and 2.22.2. 
> It worked fine on NB 12.1 but only after the maven-surefire-plugin 3.0.0-M4 
> is manually added to pom.xml (would be nice if it was added automatically).
> Unfortunately this bug severely impacts productivity: I'm forced back to NB 
> 12.1.
> Aside from that the maven-surefire-plugin 3.0.0-M5 doesn't recognize the test 
> resource folder using the default configuration (I have tried to set the 
> resource folder manually in the pom.xml file without any luck).



--
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-5117) No icon shown in the KDE taskbar (Linux Kubuntu 20.04)

2021-02-03 Thread Francesco Illuminati (Jira)


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

Francesco Illuminati closed NETBEANS-5117.
--
Resolution: Fixed

To have the proper icon shown it should be assigned in the menu using the KDE 
menu editor. It can be done manually.

> No icon shown in the KDE taskbar (Linux Kubuntu 20.04)
> --
>
> Key: NETBEANS-5117
> URL: https://issues.apache.org/jira/browse/NETBEANS-5117
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 12.2
> Environment: Linux version 5.4.0-53-generic (buildd@lcy01-amd64-007) 
> (gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #59-Ubuntu SMP Wed Oct 21 
> 09:38:44 UTC 2020
> openjdk 15-ea 2020-09-15
> OpenJDK Runtime Environment (build 15-ea+32-Ubuntu-220.04)
> OpenJDK 64-Bit Server VM (build 15-ea+32-Ubuntu-220.04, mixed mode, sharing)
>Reporter: Francesco Illuminati
>Priority: Minor
>
> NB 12.1 shows the icon correctly with identical environment and configuration.



--
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-5117) No icon shown in the KDE taskbar (Linux Kubuntu 20.04)

2020-12-08 Thread Francesco Illuminati (Jira)
Francesco Illuminati created NETBEANS-5117:
--

 Summary: No icon shown in the KDE taskbar (Linux Kubuntu 20.04)
 Key: NETBEANS-5117
 URL: https://issues.apache.org/jira/browse/NETBEANS-5117
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI
Affects Versions: 12.2
 Environment: Linux version 5.4.0-53-generic (buildd@lcy01-amd64-007) 
(gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #59-Ubuntu SMP Wed Oct 21 
09:38:44 UTC 2020

openjdk 15-ea 2020-09-15
OpenJDK Runtime Environment (build 15-ea+32-Ubuntu-220.04)
OpenJDK 64-Bit Server VM (build 15-ea+32-Ubuntu-220.04, mixed mode, sharing)
Reporter: Francesco Illuminati


NB 12.1 shows the icon correctly with identical environment and configuration.



--
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-5116) The menu Window -> IDE Tools -> Exception Reporter is broken

2020-12-08 Thread Francesco Illuminati (Jira)
Francesco Illuminati created NETBEANS-5116:
--

 Summary: The menu Window -> IDE Tools -> Exception Reporter is 
broken
 Key: NETBEANS-5116
 URL: https://issues.apache.org/jira/browse/NETBEANS-5116
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI
Affects Versions: 12.2, 12.1
Reporter: Francesco Illuminati


It shows a windows with a broken link pointing to the old netbeans.org domain 
and should be removed or updated. The button "Show my issues" is also broken.



--
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-5115) "No tests executed" on maven project

2020-12-08 Thread Francesco Illuminati (Jira)
Francesco Illuminati created NETBEANS-5115:
--

 Summary: "No tests executed" on maven project
 Key: NETBEANS-5115
 URL: https://issues.apache.org/jira/browse/NETBEANS-5115
 Project: NetBeans
  Issue Type: Bug
  Components: utilities - Test Runner
Affects Versions: 12.2
 Environment: Linux version 5.4.0-53-generic (buildd@lcy01-amd64-007) 
(gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #59-Ubuntu SMP Wed Oct 21 
09:38:44 UTC 2020

openjdk 15-ea 2020-09-15
OpenJDK Runtime Environment (build 15-ea+32-Ubuntu-220.04)
OpenJDK 64-Bit Server VM (build 15-ea+32-Ubuntu-220.04, mixed mode, sharing)

Reporter: Francesco Illuminati


On a maven java project executing project test or testing a single file always 
returns "No tests executed" even if the maven goal is run (as can be checked in 
the output window).

This was tested with Junit Jupiter 5.6.0 and 5.7.0 and with 
maven-surefire-plugin 3.0.0-M(1-5) and 2.22.2. 
It worked fine on NB 12.1 but only after the maven-surefire-plugin 3.0.0-M4 is 
manually added to pom.xml (would be nice if it was added automatically).

Unfortunately this bug severely impacts productivity: I'm forced back to NB 
12.1.

Aside from that the maven-surefire-plugin 3.0.0-M5 doesn't recognize the test 
resource folder using the default configuration (I have tried to set the 
resource folder manually in the pom.xml file without any luck).



--
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-2412) import alert stays even after is solved

2019-04-14 Thread Francesco Illuminati (JIRA)
Francesco Illuminati created NETBEANS-2412:
--

 Summary: import alert stays even after is solved
 Key: NETBEANS-2412
 URL: https://issues.apache.org/jira/browse/NETBEANS-2412
 Project: NetBeans
  Issue Type: Bug
  Components: java - Editor
Affects Versions: 11.0, 10.0
Reporter: Francesco Illuminati
 Attachments: wrong_import_error.png

When a new class or static method is used in a java class the IDE underline it 
with red alerting that it is not imported. But sometimes the red underline 
stays after correctly importing the class and even when using it elsewhere! The 
underline goes away after an IDE restart.



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

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

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



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

2018-11-19 Thread Francesco Illuminati (JIRA)


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

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

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

  was:
10 v3 version

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


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



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

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

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



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

2018-11-19 Thread Francesco Illuminati (JIRA)


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

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

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

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



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

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

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



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

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

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

Ubuntu 18.10
Reporter: Francesco Illuminati


10 v3 version

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



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

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

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



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

2018-11-19 Thread Francesco Illuminati (JIRA)


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

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

Ubuntu 18.10,
the project uses Lombok

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

Ubuntu 18.10

Description: 
10 v3 version

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

  was:
10 v3 version

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


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



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

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

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