b1eced12b2be801d2f68de4e1f404e1c04b10ae8
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private checkForRedundantPublicModifier(ast DetailAST) : void renamed to private processAbstractMethodParameters(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck | From | To | |
Rename Variable | 5 | ||
Rename Variable modifiers : DetailAST to astModifiers : DetailAST in method private checkForRedundantModifier(ast DetailAST, modifierType int) : void in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck | From | To | |
Rename Variable staticModifier : DetailAST to astModifier : DetailAST in method private checkForRedundantModifier(ast DetailAST, modifierType int) : void in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck | From | To | |
Rename Variable modifier : DetailAST to astModifier : DetailAST in method private checkForRedundantModifier(ast DetailAST, modifierType int) : void in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck | From | To | |
Extract Method | 4 | ||
Extract Method private checkForRedundantModifier(ast DetailAST, modifierType int) : void extracted from private processResources(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck | From | To | |
Extract Method private checkForRedundantModifier(ast DetailAST, modifierType int) : void extracted from private processMethods(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck | From | To | |
Extract Method private checkForRedundantModifier(ast DetailAST, modifierType int) : void extracted from private checkEnumDef(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck | From | To | |
Extract Method private checkForRedundantModifier(ast DetailAST, modifierType int) : void extracted from private checkForRedundantPublicModifier(ast DetailAST) : void in class com.puppycrawl.tools.checkstyle.checks.modifier.RedundantModifierCheck | From | To |