assdfsdafasfa
assdfsdafasfa
### 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...
### 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...
### 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()"...