0b7a19ac78d0c8fdda0a3c6feefe8ca78b503f14
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public parseStructure(context ParseStart<N>, provider Provider) : ParseResult<N> renamed to public parse(start ParseStart<N>, provider Provider) : ParseResult<N> in class com.github.javaparser.JavaParser | From | To | |
Rename Method private insertCommentsInCu(cu CompilationUnit, commentsCollection CommentsCollection) : void renamed to private insertComments(cu CompilationUnit, comments TreeSet<Comment>) : void in class com.github.javaparser.CommentsInserter | From | To | |
Rename Method private insertCommentsInNode(node Node, commentsToAttribute List<Comment>) : void renamed to package insertComments(node Node, commentsToAttribute TreeSet<Comment>) : void in class com.github.javaparser.CommentsInserter | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type lineComment : LineComment to comment : Comment in method public addComment(comment Comment) : void in class com.github.javaparser.ast.comments.CommentsCollection | From | To | |
Change Parameter Type commentsToAttribute : List<Comment> to commentsToAttribute : TreeSet<Comment> in method package insertComments(node Node, commentsToAttribute TreeSet<Comment>) : void in class com.github.javaparser.CommentsInserter | From | To | |
Change Parameter Type commentsCollection : CommentsCollection to comments : TreeSet<Comment> in method private insertComments(cu CompilationUnit, comments TreeSet<Comment>) : void in class com.github.javaparser.CommentsInserter | From | To | |
Change Return Type | 3 | ||
Change Return Type List<JavadocComment> to Set<JavadocComment> in method public getJavadocComments() : Set<JavadocComment> in class com.github.javaparser.ast.comments.CommentsCollection | From | To | |
Change Return Type List<BlockComment> to Set<BlockComment> in method public getBlockComments() : Set<BlockComment> in class com.github.javaparser.ast.comments.CommentsCollection | From | To | |
Change Return Type List<LineComment> to Set<LineComment> in method public getLineComments() : Set<LineComment> in class com.github.javaparser.ast.comments.CommentsCollection | From | To | |
Rename Attribute | 1 | ||
Rename Attribute lineComments : List<LineComment> to comments : TreeSet<Comment> in class com.github.javaparser.ast.comments.CommentsCollection | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type lineComments : List<LineComment> to comments : TreeSet<Comment> in class com.github.javaparser.ast.comments.CommentsCollection | From | To | |
Rename Parameter | 3 | ||
Rename Parameter lineComment : LineComment to comment : Comment in method public addComment(comment Comment) : void in class com.github.javaparser.ast.comments.CommentsCollection | From | To | |
Rename Parameter context : ParseStart<N> to start : ParseStart<N> in method public parse(start ParseStart<N>, provider Provider) : ParseResult<N> in class com.github.javaparser.JavaParser | From | To | |
Rename Parameter commentsCollection : CommentsCollection to comments : TreeSet<Comment> in method private insertComments(cu CompilationUnit, comments TreeSet<Comment>) : void in class com.github.javaparser.CommentsInserter | From | To |