00e95181f47b51e4529b8cb3ad8cb310faa10b07
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 27
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable annotationMemberDeclaration : AnnotationMemberDeclaration to decl : AnnotationMemberDeclaration in method public removeDefaultValueWhenDefaultValueIsPresent() : void in class com.github.javaparser.ast.body.AnnotationMemberDeclarationTest | From | To | |
Rename Variable annotationMemberDeclaration : AnnotationMemberDeclaration to decl : AnnotationMemberDeclaration in method public whenSettingNameTheParentOfNameIsAssigned() : void in class com.github.javaparser.ast.body.AnnotationMemberDeclarationTest | From | To | |
Rename Variable annotationMemberDeclaration : AnnotationMemberDeclaration to decl : AnnotationMemberDeclaration in method public removeDefaultValueWhenNoDefaultValueIsPresent() : void in class com.github.javaparser.ast.body.AnnotationMemberDeclarationTest | From | To | |
Change Return Type | 2 | ||
Change Return Type void to ArrayCreationLevel in method public removeDimension() : ArrayCreationLevel in class com.github.javaparser.ast.ArrayCreationLevel | From | To | |
Change Return Type Expression to AnnotationMemberDeclaration in method public removeDefaultValue() : AnnotationMemberDeclaration in class com.github.javaparser.ast.body.AnnotationMemberDeclaration | From | To | |
Extract Method | 25 | ||
Extract Method public removeQualifier() : Name extracted from public remove(node Node) : boolean in class com.github.javaparser.ast.expr.Name | From | To | |
Extract Method public removeTryBlock() : TryStmt extracted from public remove(node Node) : boolean in class com.github.javaparser.ast.stmt.TryStmt | From | To | |
Extract Method public removeComment() : Node extracted from public remove(node Node) : boolean in class com.github.javaparser.ast.Node | From | To | |
Extract Method public removeExtendedTypes() : WildcardType extracted from public remove(node Node) : boolean in class com.github.javaparser.ast.type.WildcardType | From | To | |
Extract Method public removeExpression() : ExplicitConstructorInvocationStmt extracted from public remove(node Node) : boolean in class com.github.javaparser.ast.stmt.ExplicitConstructorInvocationStmt | From | To | |
Extract Method public removeInitializer() : VariableDeclarator extracted from public remove(node Node) : boolean in class com.github.javaparser.ast.body.VariableDeclarator | From | To | |
Extract Method public removeCompare() : ForStmt extracted from public remove(node Node) : boolean in class com.github.javaparser.ast.stmt.ForStmt | From | To | |
Extract Method public removeLabel() : BreakStmt extracted from public remove(node Node) : boolean in class com.github.javaparser.ast.stmt.BreakStmt | From | To | |
Extract Method public removeScope() : MethodCallExpr extracted from public remove(node Node) : boolean in class com.github.javaparser.ast.expr.MethodCallExpr | From | To | |
Extract Method public removeFinallyBlock() : TryStmt extracted from public remove(node Node) : boolean in class com.github.javaparser.ast.stmt.TryStmt | From | To | |
Extract Method public removeSuperTypes() : WildcardType extracted from public remove(node Node) : boolean in class com.github.javaparser.ast.type.WildcardType | From | To | |
Extract Method public removeScope() : ObjectCreationExpr extracted from public remove(node Node) : boolean in class com.github.javaparser.ast.expr.ObjectCreationExpr | From | To | |
Extract Method public removeLabel() : SwitchEntryStmt extracted from public remove(node Node) : boolean in class com.github.javaparser.ast.stmt.SwitchEntryStmt | From | To | |
Extract Method public removeExpression() : ReturnStmt extracted from public remove(node Node) : boolean in class com.github.javaparser.ast.stmt.ReturnStmt | From | To | |
Extract Method public removeInitializer() : ArrayCreationExpr extracted from public remove(node Node) : boolean in class com.github.javaparser.ast.expr.ArrayCreationExpr | From | To | |
Extract Method public removeScope() : ClassOrInterfaceType extracted from public remove(node Node) : boolean in class com.github.javaparser.ast.type.ClassOrInterfaceType | From | To | |
Extract Method public removeClassExpr() : SuperExpr extracted from public remove(node Node) : boolean in class com.github.javaparser.ast.expr.SuperExpr | From | To | |
Extract Method public removeLabel() : ContinueStmt extracted from public remove(node Node) : boolean in class com.github.javaparser.ast.stmt.ContinueStmt | From | To | |
Extract Method public removeClassExpr() : ThisExpr extracted from public remove(node Node) : boolean in class com.github.javaparser.ast.expr.ThisExpr | From | To | |
Extract Method public removeScope() : FieldAccessExpr extracted from public remove(node Node) : boolean in class com.github.javaparser.ast.expr.FieldAccessExpr | From | To | |
Extract Method public removeElseStmt() : IfStmt extracted from public remove(node Node) : boolean in class com.github.javaparser.ast.stmt.IfStmt | From | To | |
Extract Method public removeInner() : EnclosedExpr extracted from public remove(node Node) : boolean in class com.github.javaparser.ast.expr.EnclosedExpr | From | To | |
Extract Method public removeBody() : MethodDeclaration extracted from public remove(node Node) : boolean in class com.github.javaparser.ast.body.MethodDeclaration | From | To | |
Extract Method public removeMessage() : AssertStmt extracted from public remove(node Node) : boolean in class com.github.javaparser.ast.stmt.AssertStmt | From | To | |
Extract Method public removePackageDeclaration() : CompilationUnit extracted from public remove(node Node) : boolean in class com.github.javaparser.ast.CompilationUnit | From | To |