d76eec9bfe72005d94044725f3aa954bafaa96a2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type ast : DetailAST to s : String in method private foo(s String) : boolean in class com.puppycrawl.tools.checkstyle.checks.coding.illegaltype.InputIllegalTypeStaticImports | From | To | |
Change Parameter Type ast : DetailAST to ast : DetailClass in method public visit(ast DetailClass) : DetailClass in class com.puppycrawl.tools.checkstyle.checks.sizes.methodlength.InputMethodLengthComments | From | To | |
Change Return Type | 1 | ||
Change Return Type DetailAST to DetailClass in method public visit(ast DetailClass) : DetailClass in class com.puppycrawl.tools.checkstyle.checks.sizes.methodlength.InputMethodLengthComments | From | To | |
Change Variable Type | 1 | ||
Change Variable Type closingBrace : DetailAST to closingBrace : DetailClass in method public visit(ast DetailClass) : DetailClass in class com.puppycrawl.tools.checkstyle.checks.sizes.methodlength.InputMethodLengthComments | From | To | |
Rename Parameter | 1 | ||
Rename Parameter ast : DetailAST to s : String in method private foo(s String) : boolean in class com.puppycrawl.tools.checkstyle.checks.coding.illegaltype.InputIllegalTypeStaticImports | From | To |