Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 4 | 0.961 | conditional_or_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 130 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/MultiCommentRegion.java |
2 | 1 | 134 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/MultiCommentRegion.java |
| ||||
previous.hasAttribute(COMMENT_IMMUTABLE| COMMENT_SEPARATOR) && !next.hasAttribute(COMMENT_CODE) && !successor.hasAttribute(COMMENT_BLANKLINE) |
| ||||
next.hasAttribute(COMMENT_IMMUTABLE| COMMENT_SEPARATOR) && !successor.hasAttribute(COMMENT_BLANKLINE) && !predecessor.hasAttribute(COMMENT_BLANKLINE) |
| |||
[[#variable56898040]].hasAttribute(COMMENT_IMMUTABLE|COMMENT_SEPARATOR) && ! [[#variable568edfc0]].hasAttribute( [[#variable568edf40]]) && ! [[#variable568edec0]].hasAttribute(COMMENT_BLANKLINE) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56898040]] | previous |
1 | 2 | [[#56898040]] | next |
2 | 1 | [[#568edfc0]] | next |
2 | 2 | [[#568edfc0]] | successor |
3 | 1 | [[#568edf40]] | COMMENT_CODE |
3 | 2 | [[#568edf40]] | COMMENT_BLANKLINE |
4 | 1 | [[#568edec0]] | successor |
4 | 2 | [[#568edec0]] | predecessor |