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 version works for ant projects. (Including netbeans projects). This PR closes #8567 This implementation of finding file object+line number reverses the search by starting at the top of the...

dependencies

Check returned array value before using, avoiding NPE. While working on an unrelated subject, I got an error notification that mentions an NPE in the modified file Simply add a...

Closes #8495. Added test, to show the problem is real. Changed org.netbeans.modules.java.source.save.CasualDiff.java https://github.com/apache/netbeans/blob/37f95bda2c410a54a46666d2aec9a22ac3d21819/java/java.source.base/src/org/netbeans/modules/java/source/save/CasualDiff.java#L2133-L2136 Line 2135 copies too much because `localPointer` is not properly advanced. Solution: move localPointer to behind token...

Java

closes #8594 Implementation: Add method to test that the return type given is useable by the CreateMethod fix. Uses that method in 4 places in `CreateElement`. Added test to verify...

Java
hints

This PR closes #7044 The issue describes that record info was lost when doing and inner to outer or pull up refactoring. In this pull request * tests to show...

Java

### Issue Hash key length is different in different sections of project. We are increasing two of them to 64. We received an issue stating that Gradle Project Trust and...

### Description The JS editor already supports inline JSX, so maybe it would be feasible to reuse it for template literals with a tagFunction name of "html", see screenshot. This...

JavaScript
HTML
kind:feature
needs:triage
Contribution welcome

[Fix issue 8087](https://github.com/apache/netbeans/issues/8087) NetBeans Notes: - Add support for Jakarta EE 9/10 plugins for metro, jax-ws, and maven-war-plugin - Add support for jakarta namespaces for Jakarta EE 9 and later...

Java EE/Jakarta EE
Maven
enterprise

extracted from https://github.com/apache/netbeans/pull/8391 - return values must mimic Integer instances and their equals contracts - unit test used the wrong return value (int instead of Object) - added unit test...

Code cleanup
do not merge
Platform
UI
ci:all-tests

### Apache NetBeans version Apache NetBeans 26 ### What happened Was coding a java file. File is compilable. Typing a call to a new unknown method. Hint appears to propose...

kind:bug
Java
hints