907c607074f2bf1df4cf6dc012ca88bc84e85bcd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public createChecker(moduleConfig Configuration) : Checker renamed to private verifySuppressed(moduleConfig Configuration, fileName String, expectedViolations String[], suppressedViolations String...) : void in class com.puppycrawl.tools.checkstyle.filters.SuppressWarningsFilterTest | From | To | |
Move And Rename Method | 2 | ||
Move And Rename Method public createChecker(moduleConfig Configuration) : Checker from class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilterTest to private verifySuppressed(moduleConfig Configuration, fileName String, expectedViolations String[], suppressedViolations String...) : void from class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilterTest | From | To | |
Move And Rename Method public createChecker(moduleConfig Configuration) : Checker from class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilterTest to private verifySuppressed(moduleConfig Configuration, fileName String, expectedViolations String[], suppressedViolations String...) : void from class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilterTest | From | To | |
Rename Variable | 1 | ||
Rename Variable checksConfig : DefaultConfiguration to treewalkerConfig : DefaultConfiguration in method private verifySuppressed(moduleConfig Configuration, fileName String, expectedViolations String[], suppressedViolations String...) : void in class com.puppycrawl.tools.checkstyle.filters.SuppressWarningsFilterTest | From | To | |
Inline Method | 1 | ||
Inline Method private createMockCheckerWithCache(checkConfig DefaultConfiguration, cacheFile File) : Checker inlined to public testCacheWhenFileExternalResourceContentDoesNotChange() : void in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlCheckTest | From | To | |
Change Return Type | 3 | ||
Change Return Type Checker to void in method private verifySuppressed(moduleConfig Configuration, fileName String, expectedViolations String[], suppressedViolations String...) : void in class com.puppycrawl.tools.checkstyle.filters.SuppressWarningsFilterTest | From | To | |
Change Return Type Checker to void in method private verifySuppressed(moduleConfig Configuration, fileName String, expectedViolations String[], suppressedViolations String...) : void in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilterTest | From | To | |
Change Return Type Checker to void in method private verifySuppressed(moduleConfig Configuration, fileName String, expectedViolations String[], suppressedViolations String...) : void in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilterTest | From | To | |
Rename Parameter | 4 | ||
Rename Parameter suppressed : String... to aSuppressed : String... in method private verifySuppressed(moduleConfig Configuration, aSuppressed String...) : void in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilterTest | From | To | |
Rename Parameter filterConfig : Configuration to moduleConfig : Configuration in method private verifySuppressed(moduleConfig Configuration, aSuppressed String...) : void in class com.puppycrawl.tools.checkstyle.filters.SuppressWithNearbyCommentFilterTest | From | To | |
Rename Parameter aFilterConfig : Configuration to moduleConfig : Configuration in method private verifySuppressed(moduleConfig Configuration, aSuppressed String...) : void in class com.puppycrawl.tools.checkstyle.filters.SuppressionCommentFilterTest | From | To | |
Rename Parameter aFilterConfig : Configuration to moduleConfig : Configuration in method private verifySuppressed(moduleConfig Configuration, aSuppressed String...) : void in class com.puppycrawl.tools.checkstyle.filters.SuppressWarningsFilterTest | From | To |