0d1bef9960d1e9f93c6ca6d83f8f4bacc1a98db7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private testRawXml(fileName String, code String, unserializedSource String) : void renamed to private getRawXml(fileName String, code String, unserializedSource String) : Document in class com.puppycrawl.tools.checkstyle.XDocsPagesTest | From | To | |
| Rename Variable | 1 | ||
| Rename Variable source : String to input : String in method public testAllXmlExamples() : void in class com.puppycrawl.tools.checkstyle.XDocsPagesTest | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to Document in method private getRawXml(fileName String, code String, unserializedSource String) : Document in class com.puppycrawl.tools.checkstyle.XDocsPagesTest | From | To | |
| Extract Variable | 1 | ||
| Extract Variable fileName : String in method public testAllXmlExamples() : void from class com.puppycrawl.tools.checkstyle.XDocsPagesTest | From | To |