e50aae8323f2893cb1c2584cd0b52f6049e949bc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 4 | ||
| Rename Variable builder : StringBuilder to stringBuffer : StringBuffer in method public generateDocbook(step Consumer<String>) : void in class com.kodcu.service.convert.DocBookService | From | To | |
| Rename Variable allAscContent : StringBuffer to outputBuffer : StringBuffer in method public generateDocbook(step Consumer<String>) : void in class com.kodcu.service.convert.DocBookService | From | To | |
| Rename Variable bookAscLine : String to line : String in method private traverseLines(lines List<String>, buffer StringBuffer, rootPath Path) : void in class com.kodcu.service.convert.DocBookService | From | To | |
| Rename Variable convert : MenuItem to markdownToAsciidoc : MenuItem in method public createWebView() : WebView in class com.kodcu.service.ui.WebviewService | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type builder : StringBuilder to stringBuffer : StringBuffer in method public generateDocbook(step Consumer<String>) : void in class com.kodcu.service.convert.DocBookService | From | To | |
| Extract Variable | 2 | ||
| Extract Variable chapterFile : Path in method private traverseLines(lines List<String>, buffer StringBuffer, rootPath Path) : void from class com.kodcu.service.convert.DocBookService | From | To | |
| Extract Method | 1 | ||
| Extract Method private traverseLines(lines List<String>, buffer StringBuffer, rootPath Path) : void extracted from public generateDocbook(step Consumer<String>) : void in class com.kodcu.service.convert.DocBookService | From | To |