netbeans
netbeans copied to clipboard
Apache NetBeans
### Apache NetBeans version Apache NetBeans 23 ### What happened In Maven project, it's not possible to enter the path with spaces into VM options in Linux (not tested under...
### Apache NetBeans version Apache NetBeans 22 ### What happened Clicking this code hint:  Does not change anything in the editor. This hint does not work when the string...
### Apache NetBeans version Apache NetBeans 23 ### What happened I recently upgraded from 20 to 23 and now I'm having problems with "Unexpected Exception" frequently showing up in the...
### Apache NetBeans version Apache NetBeans 23 release candidate ### What happened Netbeans 23 launcher auto-detects HiDPI and set's `GDK_SCALE=2`. However, some jdk especially 21 and JBR distributions handle scaling...
### Apache NetBeans version Apache NetBeans 23 ### What happened It just occurred during I remove the remaining character on each occurrence or much character during find and replace. I...
### Apache NetBeans version Apache NetBeans 23 ### What happened The "methodToBeRenamed()" method is selected to be renamed to ''method()''; Code before refactoring, the body of “testMethod()” method calls ‘’method()‘’...
### Apache NetBeans version Apache NetBeans 23 ### What happened When the "methodToBeInlined()" method is selected for the Inline method refactoring, it causes a refactoring bug, because the inline method...
### Description When I type "export class Test {" and hitting enter, the editor sets the cursor into the correct position but without adding an automatic closing bracket as for...
### Apache NetBeans version Apache NetBeans 23 ### What happened When the "methodToBeInlined()" method is selected for the Inline method refactoring, it causes a refactoring bug, because empty try catch...
### Apache NetBeans version Apache NetBeans 23 ### What happened When "methodToBeInlined" is executed as an inline method, both the "method" target method and the inline method contain internal classes...