|
Rename Method public setBasenameSeparator(basenameSeparator String) : void renamed to public setBaseName(baseName String) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Rename Method public testBaseNameSeparatorDefaultTranslationIsMissing() : void renamed to public testBaseNameWithSeparatorDefaultTranslationIsMissing() : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheckTest |
From |
To |
|
Rename Method private extractPath(fullyQualifiedFileName String) : String renamed to private getPath(fileNameWithPath String) : String in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Rename Method private checkPropertyFileSets(propFiles SetMultimap<String,File>) : void renamed to private checkTranslationKeys(bundle ResourceBundle) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Rename Method private loadKeys(file File) : Set<Object> renamed to private getTranslationKeys(file File) : Set<String> in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Rename Method private compareKeySets(keys Set<Object>, fileMap SetMultimap<File,Object>) : void renamed to private checkExistenceOfRequiredTranslations(bundle ResourceBundle) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Rename Method public testBaseNameSeparatorTranslationsAreMissing() : void renamed to public testBaseNameWithSeparatorTranslationsAreMissing() : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheckTest |
From |
To |
|
Rename Variable keys : Set<Object> to allTranslationKeys : Set<String> in method private checkTranslationKeys(bundle ResourceBundle) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Rename Variable files : Set<File> to filesInBundle : Set<File> in method private checkTranslationKeys(bundle ResourceBundle) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Rename Variable fileMap : SetMultimap<File,Object> to filesAssociatedWithKeys : SetMultimap<File,String> in method private checkTranslationKeys(bundle ResourceBundle) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Rename Variable props : Properties to translations : Properties in method private getTranslationKeys(file File) : Set<String> in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Rename Variable key : Object to languageCode : String in method private checkExistenceOfRequiredTranslations(bundle ResourceBundle) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Rename Variable file : File to currentFile : File in method private checkTranslationKeys(bundle ResourceBundle) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Rename Variable fileKeys : Set<Object> to keysInCurrentFile : Set<String> in method private checkTranslationKeys(bundle ResourceBundle) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Change Variable Type keys : Set<Object> to allTranslationKeys : Set<String> in method private checkTranslationKeys(bundle ResourceBundle) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Change Variable Type fileMap : SetMultimap<File,Object> to filesAssociatedWithKeys : SetMultimap<File,String> in method private checkTranslationKeys(bundle ResourceBundle) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Change Variable Type key : Object to languageCode : String in method private checkExistenceOfRequiredTranslations(bundle ResourceBundle) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Change Variable Type keys : Set<Object> to keys : Set<String> in method private getTranslationKeys(file File) : Set<String> in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Change Variable Type keysClone : Set<Object> to requiredTranslations : SortedSet<String> in method private checkExistenceOfRequiredTranslations(bundle ResourceBundle) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |
|
Change Variable Type fileKeys : Set<Object> to keysInCurrentFile : Set<String> in method private checkTranslationKeys(bundle ResourceBundle) : void in class com.puppycrawl.tools.checkstyle.checks.TranslationCheck |
From |
To |