|
Rename Method public getConfigCheckStyleChecks() : Set<String> renamed to public getConfigCheckStyleModules() : Set<String> in class com.puppycrawl.tools.checkstyle.internal.CheckUtil |
From |
To |
|
Rename Method public getConfigSunStyleChecks() : Set<String> renamed to public getConfigSunStyleModules() : Set<String> in class com.puppycrawl.tools.checkstyle.internal.CheckUtil |
From |
To |
|
Rename Method private isFilterModule(loadedClass Class<?>, className String) : boolean renamed to public isFileSetModule(loadedClass Class<?>) : boolean in class com.puppycrawl.tools.checkstyle.internal.CheckUtil |
From |
To |
|
Rename Method private getCheckPropertyExpectedTypeName(clss Class<?>, instance Object, propertyName String) : String renamed to private getModulePropertyExpectedTypeName(clss Class<?>, instance Object, propertyName String) : String in class com.puppycrawl.tools.checkstyle.internal.XDocsPagesTest |
From |
To |
|
Rename Method private getCheckPropertyExpectedValue(clss Class<?>, instance Object, propertyName String) : String renamed to private getModulePropertyExpectedValue(clss Class<?>, instance Object, propertyName String) : String in class com.puppycrawl.tools.checkstyle.internal.XDocsPagesTest |
From |
To |
|
Rename Method private isCheckstyleNonAbstractCheck(loadedClass Class<?>, className String) : boolean renamed to public isValidCheckstyleClass(loadedClass Class<?>, className String) : boolean in class com.puppycrawl.tools.checkstyle.internal.CheckUtil |
From |
To |
|
Rename Method public testAllChecksAreReferencedInConfigFile() : void renamed to public testAllModulesAreReferencedInConfigFile() : void in class com.puppycrawl.tools.checkstyle.internal.AllChecksTest |
From |
To |
|
Rename Method public testAllCheckstyleModulesHaveMessage() : void renamed to public testAllCheckstyleChecksHaveMessage() : void in class com.puppycrawl.tools.checkstyle.internal.AllChecksTest |
From |
To |
|
Rename Method private getCheckStyleChecksReferencedInConfig(configFilePath String) : Set<String> renamed to private getCheckStyleModulesReferencedInConfig(configFilePath String) : Set<String> in class com.puppycrawl.tools.checkstyle.internal.CheckUtil |
From |
To |
|
Rename Method private validateStyleChecks(checks Set<Node>, configs Set<Node>, styleChecks Set<String>, fileName String, ruleName String) : void renamed to private validateStyleModules(checks Set<Node>, configs Set<Node>, styleChecks Set<String>, fileName String, ruleName String) : void in class com.puppycrawl.tools.checkstyle.internal.XDocsPagesTest |
From |
To |
|
Rename Method public getConfigGoogleStyleChecks() : Set<String> renamed to public getConfigGoogleStyleModules() : Set<String> in class com.puppycrawl.tools.checkstyle.internal.CheckUtil |
From |
To |
|
Rename Variable checksReferencedInConfig : Set<String> to modulesReferencedInConfig : Set<String> in method public testAllModulesAreReferencedInConfigFile() : void in class com.puppycrawl.tools.checkstyle.internal.AllChecksTest |
From |
To |
|
Rename Variable checkName : String to moduleName : String in method private validateStyleModules(checks Set<Node>, configs Set<Node>, styleChecks Set<String>, fileName String, ruleName String) : void in class com.puppycrawl.tools.checkstyle.internal.XDocsPagesTest |
From |
To |
|
Rename Variable checksNames : Set<String> to moduleNames : Set<String> in method public testAllModulesAreReferencedInConfigFile() : void in class com.puppycrawl.tools.checkstyle.internal.AllChecksTest |
From |
To |
|
Rename Variable check : Node to module : Node in method private validateStyleModules(checks Set<Node>, configs Set<Node>, styleChecks Set<String>, fileName String, ruleName String) : void in class com.puppycrawl.tools.checkstyle.internal.XDocsPagesTest |
From |
To |