0093555b4a1487ee48d0b49dd9a59c53d9c730da
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private buildAndValidateXml(fileName String, unserializedSource String) : void renamed to private buildXml(unserializedSource String) : String in class com.puppycrawl.tools.checkstyle.internal.XdocsPagesTest | From | To | |
Rename Method private validateCheckstyleXml(fileName String, code String, unserializedSource String) : void renamed to private isValidCheckstyleXml(fileName String, code String, unserializedSource String) : boolean in class com.puppycrawl.tools.checkstyle.internal.XdocsPagesTest | From | To | |
Change Return Type | 2 | ||
Change Return Type void to boolean in method private isValidCheckstyleXml(fileName String, code String, unserializedSource String) : boolean in class com.puppycrawl.tools.checkstyle.internal.XdocsPagesTest | From | To | |
Change Return Type void to String in method private buildXml(unserializedSource String) : String in class com.puppycrawl.tools.checkstyle.internal.XdocsPagesTest | From | To |