Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.992 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 664 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteAnalyzer.java |
2 | 5 | 676 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteAnalyzer.java |
| ||||
if (endPos == -1) { endPos = getExtendedEnd(node); } TextEditGroup editGroup = getEditGroup(event); // if there is a prefix, remove the prefix as well int len = endPos - offset; |
| ||||
if (endPos == -1) { endPos = getExtendedEnd(node); } TextEditGroup editGroup = getEditGroup(event); int nodeLen = endPos - offset; |
| |||
if (endPos == -1) { endPos = getExtendedEnd(node); } TextEditGroup editGroup = getEditGroup(event); // if there is a prefix, remove the prefix as well int [[#variable92b611a0]]= endPos - offset; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#92b611a0]] | nodeLen |
1 | 2 | [[#92b611a0]] | len |