cf436f1d9806016cb1886b5d7ec397f56aedc824
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 57
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method protected createCheckerConfig(config Configuration) : DefaultConfiguration renamed to protected createTreeWalkerConfig(config Configuration) : DefaultConfiguration in class com.google.checkstyle.test.base.AbstractModuleTestSupport | From | To | |
| Rename Method protected getCheckConfig(checkName String) : Configuration renamed to protected getModuleConfig(moduleName String, moduleId String) : Configuration in class com.google.checkstyle.test.base.AbstractModuleTestSupport | From | To | |
| Rename Method private createCheckConfig(clazz Class<?>) : DefaultConfiguration renamed to private createModuleConfig(clazz Class<?>) : DefaultConfiguration in class com.google.checkstyle.test.base.AbstractModuleTestSupport | From | To | |
| Rename Method protected getCheckConfigs(checkName String) : List<Configuration> renamed to protected getModuleConfigs(moduleName String) : List<Configuration> in class com.google.checkstyle.test.base.AbstractModuleTestSupport | From | To | |
| Pull Up Method | 1 | ||
| Pull Up Method protected createCheckerConfig(config Configuration) : DefaultConfiguration from class com.google.checkstyle.test.chapter2filebasic.rule231filetab.FileTabCharacterTest to protected createRootConfig(config Configuration) : DefaultConfiguration from class com.google.checkstyle.test.base.AbstractModuleTestSupport | From | To | |
| Rename Variable | 1 | ||
| Rename Variable checkConfig : Configuration to moduleConfig : Configuration in method protected getModuleConfigs(moduleName String) : List<Configuration> in class com.google.checkstyle.test.base.AbstractModuleTestSupport | From | To | |
| Extract Method | 1 | ||
| Extract Method protected createChecker(moduleConfig Configuration, addTreeWalker boolean) : Checker extracted from protected createChecker(checkConfig Configuration) : Checker in class com.google.checkstyle.test.base.AbstractModuleTestSupport | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter checkConfig : Configuration to moduleConfig : Configuration in method public createChecker(moduleConfig Configuration) : Checker in class com.google.checkstyle.test.base.AbstractModuleTestSupport | From | To | |
| Rename Parameter checkName : String to moduleName : String in method protected getModuleConfigs(moduleName String) : List<Configuration> in class com.google.checkstyle.test.base.AbstractModuleTestSupport | From | To |