9c43a1d1663746b7cd2357e03bfede9f6cedf9ec
Files Diff
- Added: 13
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getExternalResourceLocations(checks Set<AbstractCheck>) : Set<String> renamed to private getExternalResourceLocationsOfChecks(checks Set<AbstractCheck>) : Set<String> in class com.puppycrawl.tools.checkstyle.TreeWalker | From | To | |
Move And Rename Method | 2 | ||
Move And Rename Method public testExistingConfigWithTrueOptionalThrowsIoErrorWhileClosing() : void from class com.puppycrawl.tools.checkstyle.filters.SuppressionFilterTest to public testExceptionOnClosing() : void from class com.puppycrawl.tools.checkstyle.utils.FilterUtilsTest | From | To | |
Move And Rename Method private suppressionSourceExists(fileName String) : boolean from class com.puppycrawl.tools.checkstyle.filters.SuppressionFilter to public isFileExists(fileName String) : boolean from class com.puppycrawl.tools.checkstyle.utils.FilterUtils | From | To | |
Extract Attribute | 5 | ||
Extract Attribute private ATTRIBUTE_NAME_ID : String in class com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader | From | To | |
Extract Attribute private ATTRIBUTE_NAME_COLUMNS : String in class com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader | From | To | |
Extract Attribute private ATTRIBUTE_NAME_LINES : String in class com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader | From | To | |
Extract Attribute private ATTRIBUTE_NAME_FILES : String in class com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader | From | To | |
Extract Attribute private ATTRIBUTE_NAME_CHECKS : String in class com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader | From | To | |
Extract Variable | 1 | ||
Extract Variable moduleNames : Set<String> in method public testAllCheckstyleModulesInCheckstyleConfig() : void from class com.puppycrawl.tools.checkstyle.internal.AllChecksTest | From | To | |
Extract Method | 2 | ||
Extract Method private getSuppressionLoader(source InputSource, sourceName String) : SuppressionsLoader extracted from private loadSuppressions(source InputSource, sourceName String) : FilterSet in class com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader | From | To | |
Extract Method private getSuppressElement(attributes Attributes) : SuppressElement extracted from public startElement(namespaceUri String, localName String, qName String, attributes Attributes) : void in class com.puppycrawl.tools.checkstyle.filters.SuppressionsLoader | From | To |