c4d4ce1ea9cc185d693c7d471b7bd68f1c4c44c0
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private logIoException(exception IOException, file File) : void renamed to private logException(exception Exception, file File) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type exception : IOException to exception : Exception in method private logException(exception Exception, file File) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck | From | To | |
Rename Variable | 1 | ||
Rename Variable logIoException : Method to logException : Method in method public testLogIoException() : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheckTest | From | To |