Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.957 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 131 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/NodeInfoStore.java |
2 | 5 | 534 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/RewriteEventStore.java |
| ||||
{ if (this.placeholderNodes == null) { this.placeholderNodes = new IdentityHashMap(); } this.placeholderNodes.put(node, data); } |
| ||||
{ if (this.trackedNodes == null) { this.trackedNodes = new IdentityHashMap(); } this.trackedNodes.put(node, editGroup); } |
| |||
{ if (this. [[#variable4c72ed40]]== null) { this. [[#variable4c72ed40]]= new IdentityHashMap(); } this. [[#variable4c72ed40]].put(node, [[#variable4c73ce20]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4c72ed40]] | placeholderNodes |
1 | 2 | [[#4c72ed40]] | trackedNodes |
2 | 1 | [[#4c73ce20]] | data |
2 | 2 | [[#4c73ce20]] | editGroup |