48d32f40d2253fc94792a8841ce604ba1b91255c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type translationCodes : String to translationCodes : String... in method public setRequiredTranslations(translationCodes String...) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck | From | To | |
Change Parameter Type languageCodes : SortedSet<String> to languageCodes : Set<String> in method private validateUserSpecifiedLanguageCodes(languageCodes Set<String>) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type requiredTranslations : SortedSet<String> to requiredTranslations : Set<String> in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck | From | To |