a7c98559a0b954d79429ac577474cf1700b03ce4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getContent() : List<ParseResult<CompilationUnit>> renamed to public getCache() : List<ParseResult<CompilationUnit>> in class com.github.javaparser.utils.SourceRoot | From | To | |
Rename Method public getPath() : Optional<Path> renamed to public getStorage() : Optional<Storage> in class com.github.javaparser.ast.CompilationUnit | From | To | |
Change Return Type | 1 | ||
Change Return Type Optional<Path> to Optional<Storage> in method public getStorage() : Optional<Storage> in class com.github.javaparser.ast.CompilationUnit | From | To | |
Move Attribute | 1 | ||
Move Attribute private path : Path from class com.github.javaparser.ast.CompilationUnit to private path : Path from class com.github.javaparser.ast.CompilationUnit.Storage | From | To | |
Rename Attribute | 2 | ||
Rename Attribute content : Map<Path,ParseResult<CompilationUnit>> to cache : Map<Path,ParseResult<CompilationUnit>> in class com.github.javaparser.utils.SourceRoot | From | To | |
Rename Attribute path : Path to storage : Storage in class com.github.javaparser.ast.CompilationUnit | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type path : Path to storage : Storage in class com.github.javaparser.ast.CompilationUnit | From | To |