|
Move Method private insertCommentsInNode(node Node, commentsToAttribute List<Comment>) : void from class com.github.javaparser.JavaParser to private insertCommentsInNode(node Node, commentsToAttribute List<Comment>) : void from class com.github.javaparser.CommentsInserter |
From |
To |
|
Move Method private insertComments(cu CompilationUnit, code String) : void from class com.github.javaparser.JavaParser to public insertComments(cu CompilationUnit, code String) : void from class com.github.javaparser.CommentsInserter |
From |
To |
|
Move Method private insertCommentsInCu(cu CompilationUnit, commentsCollection CommentsCollection) : void from class com.github.javaparser.JavaParser to private insertCommentsInCu(cu CompilationUnit, commentsCollection CommentsCollection) : void from class com.github.javaparser.CommentsInserter |
From |
To |
|
Move Method private attributeLineCommentToNodeOrChild(node Node, lineComment LineComment) : boolean from class com.github.javaparser.JavaParser to private attributeLineCommentToNodeOrChild(node Node, lineComment LineComment) : boolean from class com.github.javaparser.CommentsInserter |
From |
To |
|
Move Method private thereAreLinesBetween(a Node, b Node) : boolean from class com.github.javaparser.JavaParser to private thereAreLinesBetween(a Node, b Node) : boolean from class com.github.javaparser.CommentsInserter |
From |
To |