Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.965 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 1204 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteAnalyzer.java |
2 | 1 | 3035 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteAnalyzer.java |
| ||||
doTextRemove(endPos, nextPos - endPos, getEditGroup(children[children.length - 1])); |
| ||||
doTextRemove(pos, afterClosing - pos, getEditGroup(children[children.length - 1])); |
| |||
doTextRemove( [[#variable942a25e0]], [[#variable942a2580]] - [[#variable942a25e0]], getEditGroup(children[children.length - 1])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#942a25e0]] | pos |
1 | 2 | [[#942a25e0]] | endPos |
2 | 1 | [[#942a2580]] | afterClosing |
2 | 2 | [[#942a2580]] | nextPos |