7a4b837d14c4f995c25f8890c0ce1dd55327063f
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method private traverseLines(lines List<String>, buffer StringBuffer, rootPath Path) : void from class com.kodcu.service.convert.DocBookService to protected traverseLines(lines List<String>, buffer StringBuffer, rootPath Path) : void from class com.kodcu.service.convert.Converter | From | To | |
Pull Up Attribute | 2 | ||
Pull Up Attribute private mdIncludeRegex : Pattern from class com.kodcu.service.convert.DocBookService to private mdIncludeRegex : Pattern from class com.kodcu.service.convert.Converter | From | To | |
Pull Up Attribute private ascIncludeRegex : Pattern from class com.kodcu.service.convert.DocBookService to private ascIncludeRegex : Pattern from class com.kodcu.service.convert.Converter | From | To | |
Extract Superclass | 1 | ||
Extract Superclass com.kodcu.service.convert.Converter from classes [com.kodcu.service.convert.DocBookService, com.kodcu.service.convert.Html5BookService] | From | To |