netbeans
netbeans copied to clipboard
Apache NetBeans
### Apache NetBeans version Apache NetBeans 23 ### What happened When the "variabeToBeRenamed" is selected for the rename variable refactoring, code before refactoring, "variable" variable assigned to "fieldToBeRenamed" field; class...
### Apache NetBeans version Apache NetBeans 23 ### What happened When the "fieldToBeRenamed" field is selected for the rename field refactoring, code before refactoring, "variable" variable assigned to "fieldToBeRenamed" field;...
### Apache NetBeans version Apache NetBeans 23 ### What happened When the "methodToBeRenamed" method is selected for the rename method refactoring, new method name is 'hasCode' interface I{ String methodToBeRenamed();...
### Apache NetBeans version Apache NetBeans 23 ### What happened When the "methodToBeRenamed" method is selected for the rename method refactoring, it causes a refactoring bug because the new method...
### Apache NetBeans version Apache NetBeans 23 ### What happened When the "methodToBeRenamed" method is selected for the rename method refactoring, it causes a refactoring bug because the new method...
### Apache NetBeans version Apache NetBeans 23 ### What happened The "methodToBeRenamed" method is renamed in the "ParentClass" class; Code before refactoring, the body of "testMethod()" method calls the "method()"...
### Apache NetBeans version Apache NetBeans 23 ### What happened When the "methodToBeRenamed()" method is selected for the rename method refactoring,code before refactoring, the "methodToBeRenamed()" method in the "ParentClass" is...
### Apache NetBeans version Apache NetBeans 19 ### What happened Right-click on an ear-project will open the "Select deployment sever" as usual but the WildFly 29 server is not present...
### Apache NetBeans version Apache NetBeans 22 ### What happened When using NetBeans to connect to a FileZilla FTP server via FTP over TLS (FTPS), the IDE successfully establishes the...
### Apache NetBeans version Apache NetBeans 23 ### What happened When I rename a typescript file using project window, completion stops working on that file. An unexpected exception shows up...