bdda55ed1b207cab5e7f8ab3e6ebfb4d07a62a5a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable abbr : String in method private getAbbreviationIfIllegal(str String, beginIndex int, endIndex int) : String from class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck | From | To | |
Extract Method | 2 | ||
Extract Method private getAbbreviationIfIllegal(str String, beginIndex int, endIndex int) : String extracted from private getDisallowedAbbreviation(str String) : String in class com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck | From | To |