netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

Apache NetBeans

Results 708 netbeans issues
Sort by recently updated
recently updated
newest added

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

Maven
tests

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

Java
hints
ci:dev-build

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

kind:bug
UI
os:macos
JDK bug

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

kind:bug
Java
needs:triage

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

Code cleanup
Java
ci:all-tests
JavaDoc
ci:dev-build

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

Java
tests
Ant
ci:dev-build

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

kind:bug
Maven
os:windows
JDK bug

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

kind:bug
needs:triage

### 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:...

kind:bug
needs:triage
tests
Ant

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

kind:bug
needs:triage