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.990 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 97 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/DOMFinder.java |
2 | 3 | 115 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/DOMFinder.java |
3 | 3 | 133 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/DOMFinder.java |
| ||||
if (found(node, name) && this.resolveBinding) this.foundBinding = node.resolveBinding(); return true; |
| ||||
if (found(node, node) && this.resolveBinding) this.foundBinding = node.resolveBinding(); return true; |
| ||||
if (found(node, node) && this.resolveBinding) this.foundBinding = node.resolveBinding(); return true; |
| |||
if (found(node, [[#variablea0e8f3c0]]) && this.resolveBinding) this.foundBinding = node.resolveBinding(); return true; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a0e8f3c0]] | node |
1 | 2 | [[#a0e8f3c0]] | name |
1 | 3 | [[#a0e8f3c0]] | node |