Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.960 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 493 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteAnalyzer.java |
2 | 2 | 539 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteAnalyzer.java |
3 | 2 | 937 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteAnalyzer.java |
| ||||
TextEditGroup editGroup = getEditGroup(currEvent); ASTNode node = (ASTNode) currEvent.getNewValue(); |
| ||||
TextEditGroup editGroup = getEditGroup(currEvent); ASTNode changed = (ASTNode) currEvent.getNewValue(); |
| ||||
TextEditGroup editGroup = getEditGroup(event); ASTNode body = (ASTNode) event.getNewValue(); |
| |||
TextEditGroup editGroup = getEditGroup( [[#variable610578a0]]); ASTNode [[#variable60fac1c0]]= (ASTNode) [[#variable610578a0]].getNewValue(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#610578a0]] | currEvent |
1 | 2 | [[#610578a0]] | currEvent |
1 | 3 | [[#610578a0]] | event |
2 | 1 | [[#60fac1c0]] | node |
2 | 2 | [[#60fac1c0]] | changed |
2 | 3 | [[#60fac1c0]] | body |