netbeans
netbeans copied to clipboard
Apache NetBeans
This fix reformats the `test` property passed to the MavenCommandLineExecutor by replacing occurrences of `f.q.c.n.TestClass#f.q.c.n.TestClass.testMethod` with ` f.q.c.n.TestClass#testMethod`. The location where this fix is applied might not be ideal, because...
if the formatter is configured to sort members alphabetically, the hint should not rearrange record components. The fix reuses the existing special case for enums, which holds the enum "members"...
### Apache NetBeans version Apache NetBeans 26 ### What happened I am fully aware of how crazy this sounds but I know what I'm seeing. I am using an (Apple...
### Apache NetBeans version Apache NetBeans 24 ### What happened Same issue as https://github.com/apache/netbeans/issues/7467 ### Language / Project Type / NetBeans Component _No response_ ### How to reproduce I tried...
Well this PR removes the unmaintained Mylyn integration. The main reason is to remove some really old library dependencies as old Apache httpclient, Lang. there mostly were used by the...
closes #8440 Added test ```java if (testcase ==null) { return; } ``` This will prevent the NPE. Result should be the same, because when there is no testcase there is...
### Apache NetBeans version Apache NetBeans 26 ### What happened After upgrading from Netbeans 24 to Netbeans 26 my Maven project located on mapped network drive stopped to build. The...
### Apache NetBeans version Apache NetBeans 26 ### What happened Playing with a reporters example I happened to trigger an NPE. I will add the source code as zip file...
### Apache NetBeans version Apache NetBeans 25 ### What happened When running a unit test on a freeform project the subject line error occurs. Out put from IDE.log: ``` java.lang.NullPointerException:...
### Apache NetBeans version Apache NetBeans 26 ### What happened Netbeans is running JDK 24 but my project is build on maven running on JDK 17. This is repeatedly logged...