b8a29557b0138592058939f5d1b99e9fae012626
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 97
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Merge Attribute | 1 | ||
Merge Attribute [begin : Position, end : Position] to range : Range in class com.github.javaparser.ast.Node | From | To | |
Move Attribute | 2 | ||
Move Attribute private begin : Position from class com.github.javaparser.ast.Node to public begin : Position from class com.github.javaparser.Range | From | To | |
Move Attribute private end : Position from class com.github.javaparser.ast.Node to public end : Position from class com.github.javaparser.Range | From | To | |
Rename Parameter | 1 | ||
Rename Parameter typeArguments : TypeArguments to typeArgs : TypeArguments in method public ClassOrInterfaceType(beginLine int, beginColumn int, endLine int, endColumn int, scope ClassOrInterfaceType, name String, typeArgs TypeArguments) in class com.github.javaparser.ast.type.ClassOrInterfaceType | From | To |