145d33af8acf70f00022cf614dcdb4f43b3db465
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type path : Path to path : String in method public readFile(path String) : SourceFile in class com.google.errorprone.apply.FileSource | From | To | |
Change Parameter Type path : Path to path : String in method public readFile(path String) : SourceFile in class com.google.errorprone.apply.FsFileSource | From | To | |
Change Parameter Type path : Path to path : String in method public SourceFile(path String, source CharSequence) in class com.google.errorprone.apply.SourceFile | From | To | |
Change Return Type | 1 | ||
Change Return Type Path to String in method public getPath() : String in class com.google.errorprone.apply.SourceFile | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type path : Path to path : String in class com.google.errorprone.apply.SourceFile | From | To | |
Change Attribute Type refactoredPaths : Set<Path> to refactoredPaths : Set<String> in class com.google.errorprone.apply.DiffApplier | From | To | |
Change Attribute Type diffsFailedPaths : Set<Path> to diffsFailedPaths : Set<String> in class com.google.errorprone.apply.DiffApplier | From | To | |
Change Attribute Type DUMMY_PATH : Path to DUMMY_PATH : String in class com.google.errorprone.apply.SourceFileTest | From | To |