8a87d5714da2668a0044983ae3a86912ec160582
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getRelevantFileName() : String renamed to public getPath() : Path in class com.google.errorprone.apply.Diff | From | To | |
| Rename Method public getRelevantFileName() : String renamed to public getPath() : Path in class com.google.errorprone.apply.DescriptionBasedDiff | From | To | |
| Change Parameter Type | 3 | ||
| Change Parameter Type path : String to path : Path in method public SourceFile(path Path, source CharSequence) in class com.google.errorprone.apply.SourceFile | From | To | |
| Change Parameter Type path : String to path : Path in method public readFile(path Path) : SourceFile in class com.google.errorprone.apply.FileSource | From | To | |
| Change Parameter Type path : String to path : Path in method public readFile(path Path) : SourceFile in class com.google.errorprone.apply.FsFileSource | From | To | |
| Change Return Type | 3 | ||
| Change Return Type String to Path in method public getPath() : Path in class com.google.errorprone.apply.Diff | From | To | |
| Change Return Type String to Path in method public getPath() : Path in class com.google.errorprone.apply.DescriptionBasedDiff | From | To | |
| Change Return Type String to Path in method public getPath() : Path in class com.google.errorprone.apply.SourceFile | From | To | |
| Change Attribute Type | 5 | ||
| Change Attribute Type diffsFailedPaths : Set<String> to diffsFailedPaths : Set<Path> in class com.google.errorprone.apply.DiffApplier | From | To | |
| Change Attribute Type refactoredPaths : Set<String> to refactoredPaths : Set<Path> in class com.google.errorprone.apply.DiffApplier | From | To | |
| Change Attribute Type sourcePath : String to sourcePath : Path in class com.google.errorprone.apply.DescriptionBasedDiff | From | To | |
| Change Attribute Type DUMMY_PATH : String to DUMMY_PATH : Path in class com.google.errorprone.apply.SourceFileTest | From | To | |
| Change Attribute Type path : String to path : Path in class com.google.errorprone.apply.SourceFile | From | To |