ab2f93f9bf61816d84154e636d32c81c05854e24
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable c : Checker to checker : Checker in method private createChecker(config Configuration, auditListener AuditListener) : Checker in class com.puppycrawl.tools.checkstyle.Main | From | To | |
Rename Variable numErrs : int to errorCounter : int in method private processCommandLine(line CommandLine) : void in class com.puppycrawl.tools.checkstyle.Main | From | To | |
Rename Variable c : Checker to checker : Checker in method private processCommandLine(line CommandLine) : void in class com.puppycrawl.tools.checkstyle.Main | From | To | |
Extract Method | 2 | ||
Extract Method private parseCli(args String[]) : CommandLine extracted from public main(args String[]) : void in class com.puppycrawl.tools.checkstyle.Main | From | To | |
Extract Method private processCommandLine(line CommandLine) : void extracted from public main(args String[]) : void in class com.puppycrawl.tools.checkstyle.Main | From | To | |
Rename Parameter | 1 | ||
Rename Parameter nosy : AuditListener to auditListener : AuditListener in method private createChecker(config Configuration, auditListener AuditListener) : Checker in class com.puppycrawl.tools.checkstyle.Main | From | To |