239c2ae3f39b863c407c5ff8e873b559e76681d0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getFileName(uri URI) : String renamed to private getFilePath(uri URI) : Path in class com.google.errorprone.bugpatterns.PackageLocation | From | To | |
Change Return Type | 1 | ||
Change Return Type String to Path in method private getFilePath(uri URI) : Path in class com.google.errorprone.bugpatterns.PackageLocation | From | To | |
Change Variable Type | 1 | ||
Change Variable Type packageName : ImmutableList<String> to packageName : String in method public matchCompilationUnit(info CompilationUnitTreeInfo, state VisitorState) : Description in class com.google.errorprone.bugpatterns.PackageLocation | From | To |