41d754a52bb5e22533322c5eb80e66f18d35e3d4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type exceptionVariableName : String to exceptionVariablePattern : Pattern in method public setExceptionVariableName(exceptionVariablePattern Pattern) : void in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck | From | To | |
Change Parameter Type commentFormat : String to commentPattern : Pattern in method public setCommentFormat(commentPattern Pattern) : void in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type exceptionVariableName : String to exceptionVariableName : Pattern in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck | From | To | |
Change Attribute Type commentFormat : String to commentFormat : Pattern in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck | From | To | |
Rename Parameter | 2 | ||
Rename Parameter exceptionVariableName : String to exceptionVariablePattern : Pattern in method public setExceptionVariableName(exceptionVariablePattern Pattern) : void in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck | From | To | |
Rename Parameter commentFormat : String to commentPattern : Pattern in method public setCommentFormat(commentPattern Pattern) : void in class com.puppycrawl.tools.checkstyle.checks.blocks.EmptyCatchBlockCheck | From | To |