netbeans
netbeans copied to clipboard
Apache NetBeans
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...
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...
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...
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...
### 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...
[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...
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...
### 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...