30b8fae682e2a43866e3265b2b0b738b72651b8e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type postProcess : Callable<RefactoringResult> to postProcess : Function<URI,RefactoringResult> in method private RefactoringCollection(rootPath Path, fileDestination FileDestination, postProcess Function<URI,RefactoringResult>, importOrganizer ImportOrganizer) in class com.google.errorprone.RefactoringCollection | From | To | |
Change Variable Type | 1 | ||
Change Variable Type postProcess : Callable<RefactoringResult> to postProcess : Function<URI,RefactoringResult> in method package refactor(patchingOptions PatchingOptions) : RefactoringCollection in class com.google.errorprone.RefactoringCollection | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type postProcess : Callable<RefactoringResult> to postProcess : Function<URI,RefactoringResult> in class com.google.errorprone.RefactoringCollection | From | To | |
Change Attribute Type diffByFile : Map<String,String> to diffByFile : Map<URI,String> in class com.google.errorprone.apply.PatchFileDestination | From | To |