8985e645a8a591b19c729cff16b8440b70a8022e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public validOptions(options String[][], reporter DocErrorReporter) : boolean renamed to public checkOptions(options String[][], reporter DocErrorReporter) : boolean in class com.puppycrawl.tools.checkstyle.doclets.TokenTypesDoclet | From | To | |
Rename Method private whitespaceBetween(fromIndex int, toIndex int, line String) : boolean renamed to private containsWhitespaceBetween(fromIndex int, toIndex int, line String) : boolean in class com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck | From | To |