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.993 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 167 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/MultiCommentLine.java |
2 | 3 | 206 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/MultiCommentLine.java |
3 | 3 | 238 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/comment/MultiCommentLine.java |
| ||||
offset = text.indexOf(start); if (offset >= 0 && text.substring(0, offset).trim().length() != 0) offset = -1; |
| ||||
offset = text.indexOf(content); if (offset >= 0 && text.substring(0, offset).trim().length() != 0) offset = -1; |
| ||||
offset = text.indexOf(content); if (offset >= 0 && text.substring(0, offset).trim().length() != 0) offset = -1; |
| |||
offset = text.indexOf( [[#variable60a1c340]]); if (offset >= 0 && text.substring(0, offset).trim().length() != 0) offset = -1; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#60a1c340]] | content |
1 | 2 | [[#60a1c340]] | start |
1 | 3 | [[#60a1c340]] | content |