49fbba73a3f5a599c6a29bf31b9fcd9b627ccf8b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type node : Node to htmlNode : HTMLNode in method private convertNodeToText(htmlNode HTMLNode) : String in class org.apache.james.jmap.utils.JsoupHtmlTextExtractor | From | To | |
Change Return Type | 1 | ||
Change Return Type Stream<Node> to Stream<HTMLNode> in method package flatten(base Node, listNestedLevel int) : Stream<HTMLNode> in class org.apache.james.jmap.utils.JsoupHtmlTextExtractor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type flatChildren : Stream<Node> to flatChildren : Stream<HTMLNode> in method package flatten(base Node, listNestedLevel int) : Stream<HTMLNode> in class org.apache.james.jmap.utils.JsoupHtmlTextExtractor | From | To | |
Extract Method | 2 | ||
Extract Method private convertListElement(nestedLevel int) : String extracted from private convertNodeToText(node Node) : String in class org.apache.james.jmap.utils.JsoupHtmlTextExtractor | From | To | |
Extract Method private isList(element Element) : boolean extracted from private convertNodeToText(node Node) : String in class org.apache.james.jmap.utils.JsoupHtmlTextExtractor | From | To | |
Rename Parameter | 1 | ||
Rename Parameter node : Node to htmlNode : HTMLNode in method private convertNodeToText(htmlNode HTMLNode) : String in class org.apache.james.jmap.utils.JsoupHtmlTextExtractor | From | To |