48f9e33c3f73f50051e8618ae83aa9444bae9784
Files Diff
- Added: 3
- Removed: 3
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable names : String[] to fileNames : String[] in method private retrieveAllScannedFiles(scanner DirectoryScanner, logIndex int) : List<File> in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask | From | To | |
Rename Variable list : List<File> to allFiles : List<File> in method protected scanFileSets() : List<File> in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask | From | To | |
Rename Variable files : List<File> to filesFromFileSets : List<File> in method protected getFilesToCheck() : List<File> in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask | From | To | |
Move Class | 3 | ||
Move Class com.puppycrawl.tools.checkstyle.ant.inputs.InputCheckstyleAntTaskError moved to com.puppycrawl.tools.checkstyle.ant.checkstyleanttask.InputCheckstyleAntTaskError | From | To | |
Move Class com.puppycrawl.tools.checkstyle.ant.inputs.InputCheckstyleAntTaskWarning moved to com.puppycrawl.tools.checkstyle.ant.checkstyleanttask.InputCheckstyleAntTaskWarning | From | To | |
Move Class com.puppycrawl.tools.checkstyle.ant.inputs.flawless.InputCheckstyleAntTaskFlawless moved to com.puppycrawl.tools.checkstyle.ant.checkstyleanttask.flawless.InputCheckstyleAntTaskFlawless | From | To | |
Change Package | 1 | ||
Change Package com.puppycrawl.tools.checkstyle.ant.inputs to com.puppycrawl.tools.checkstyle.ant.checkstyleanttask | From | To | |
Extract Method | 2 | ||
Extract Method protected getFilesToCheck() : List<File> extracted from private processFiles(rootModule RootModule, warningCounter SeverityLevelCounter, checkstyleVersion String) : void in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask | From | To | |
Extract Method private retrieveAllScannedFiles(scanner DirectoryScanner, logIndex int) : List<File> extracted from protected scanFileSets() : List<File> in class com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask | From | To |