Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 1 | 0.985 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 176 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/MultiCommentLine.java |
2 | 3 | 184 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/MultiCommentLine.java |
3 | 3 | 209 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/MultiCommentLine.java |
| ||||
postfix = text.lastIndexOf(end); if (postfix >= 0 && text.substring(postfix + end.length()).trim().length() != 0) postfix = -1; |
| ||||
postfix = text.lastIndexOf(content); if (postfix >= 0 && text.substring(postfix + content.length()).trim().length() != 0) postfix = -1; |
| ||||
postfix = text.lastIndexOf(end); if (postfix >= 0 && text.substring(postfix + end.length()).trim().length() != 0) postfix = -1; |
| |||
postfix = text.lastIndexOf( [[#variableb3ae3140]]); if (postfix >= 0 && text.substring(postfix + [[#variableb3ae3140]].length()).trim().length() != 0) postfix = -1; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b3ae3140]] | end |
1 | 2 | [[#b3ae3140]] | content |
1 | 3 | [[#b3ae3140]] | end |