b8f2d25b644bf719774c5516e0681d54e38f6e36
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type fileMap : Map<File,Set<Object>> to fileMap : SetMultimap<File,Object> in method private compareKeySets(keys Set<Object>, fileMap SetMultimap<File,Object>) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck | From | To | |
Change Parameter Type propFiles : Map<String,Set<File>> to propFiles : SetMultimap<String,File> in method private checkPropertyFileSets(propFiles SetMultimap<String,File>) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck | From | To | |
Rename Variable | 1 | ||
Rename Variable entry : Entry<String,Set<File>> to key : String in method private checkPropertyFileSets(propFiles SetMultimap<String,File>) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<String,Set<File>> to SetMultimap<String,File> in method private arrangePropertyFiles(propFiles List<File>, basenameSeparator String) : SetMultimap<String,File> in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck | From | To | |
Change Variable Type | 2 | ||
Change Variable Type entry : Entry<String,Set<File>> to key : String in method private checkPropertyFileSets(propFiles SetMultimap<String,File>) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck | From | To | |
Change Variable Type propFilesMap : Map<String,Set<File>> to propFilesMap : SetMultimap<String,File> in method public finishProcessing() : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck | From | To |