a9080cf8b1b3d6b3bdf1f3a6e68b044ffc035153
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 7 | ||
| Move Method public getId() : VariableDeclaratorId from class com.github.javaparser.ast.body.BaseParameter to public getId() : VariableDeclaratorId from class com.github.javaparser.ast.body.Parameter | From | To | |
| Move Method public getName() : String from class com.github.javaparser.ast.body.BaseParameter to public getName() : String from class com.github.javaparser.ast.body.Parameter | From | To | |
| Move Method public setId(id VariableDeclaratorId) : void from class com.github.javaparser.ast.body.BaseParameter to public setId(id VariableDeclaratorId) : void from class com.github.javaparser.ast.body.Parameter | From | To | |
| Move Method public setName(name String) : T from class com.github.javaparser.ast.body.BaseParameter to public setName(name String) : Parameter from class com.github.javaparser.ast.body.Parameter | From | To | |
| Move Method public setAnnotations(annotations List<AnnotationExpr>) : T from class com.github.javaparser.ast.body.BaseParameter to public setAnnotations(annotations List<AnnotationExpr>) : Parameter from class com.github.javaparser.ast.body.Parameter | From | To | |
| Move Method public getModifiers() : EnumSet<Modifier> from class com.github.javaparser.ast.body.BaseParameter to public getModifiers() : EnumSet<Modifier> from class com.github.javaparser.ast.body.Parameter | From | To | |
| Move Method public getAnnotations() : List<AnnotationExpr> from class com.github.javaparser.ast.body.BaseParameter to public getAnnotations() : List<AnnotationExpr> from class com.github.javaparser.ast.body.Parameter | From | To | |
| Inline Method | 3 | ||
| Inline Method public visit(n MultiTypeParameter, arg A) : Node inlined to public visit(n Parameter, arg A) : Node in class com.github.javaparser.ast.visitor.ModifierVisitorAdapter | From | To | |
| Inline Method protected visit(n BaseParameter<?>, arg A) : Node inlined to public visit(n Parameter, arg A) : Node in class com.github.javaparser.ast.visitor.ModifierVisitorAdapter | From | To | |
| Inline Method protected visit(n1 BaseParameter<?>, arg Node) : Boolean inlined to public visit(n1 Parameter, arg Node) : Boolean in class com.github.javaparser.ast.visitor.EqualsVisitor | From | To | |
| Change Return Type | 2 | ||
| Change Return Type T to Parameter in method public setName(name String) : Parameter in class com.github.javaparser.ast.body.Parameter | From | To | |
| Change Return Type T to Parameter in method public setAnnotations(annotations List<AnnotationExpr>) : Parameter in class com.github.javaparser.ast.body.Parameter | From | To | |
| Move Attribute | 3 | ||
| Move Attribute private id : VariableDeclaratorId from class com.github.javaparser.ast.body.BaseParameter to private id : VariableDeclaratorId from class com.github.javaparser.ast.body.Parameter | From | To | |
| Move Attribute private annotations : List<AnnotationExpr> from class com.github.javaparser.ast.body.BaseParameter to private annotations : List<AnnotationExpr> from class com.github.javaparser.ast.body.Parameter | From | To | |
| Move Attribute private modifiers : EnumSet<Modifier> from class com.github.javaparser.ast.body.BaseParameter to private modifiers : EnumSet<Modifier> from class com.github.javaparser.ast.body.Parameter | From | To |