| commentsInsideChild = new LinkedList<Comment>() | commentsInsideChild = new TreeSet<>(NODE_BY_BEGIN_POSITION) | new LinkedList<Comment>() | new TreeSet<>(NODE_BY_BEGIN_POSITION) | javaparser | 0b7a19ac78d0c8fdda0a3c6feefe8ca78b503f14 | com.github.javaparser.CommentsInserter | | | _1 | commentsInsideChild |
|---|
| _2 | commentsInsideChild |
|---|
| | xyz | new LinkedList<Comment>() |
|---|
| - com.github.javaparser.ast.comments.Comment
- java.util.TreeSet
- com.github.javaparser.ast.Node.NODE_BY_BEGIN_POSITION
| | xyz | new TreeSet<>(NODE_BY_BEGIN_POSITION) |
|---|
| AssignedTo | True |