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.956 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1380 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java |
2 | 2 | 1382 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java |
3 | 2 | 1394 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java |
| ||||
output.write(((Integer) hashtable.get(key)).toString().getBytes()); output.write('>'); |
| ||||
output.write(((Integer) hashtable.get(value)).toString().getBytes()); output.write(SEPARATOR1); |
| ||||
output.write(((Integer) hashtable.get(key)).toString().getBytes()); output.write(SEPARATOR3); |
| |||
output.write(((Integer) hashtable.get( [[#variableb10cd740]])).toString().getBytes()); output.write( [[#variableb10cd6e0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b10cd740]] | key |
1 | 2 | [[#b10cd740]] | value |
1 | 3 | [[#b10cd740]] | key |
2 | 1 | [[#b10cd6e0]] | '>' |
2 | 2 | [[#b10cd6e0]] | SEPARATOR1 |
2 | 3 | [[#b10cd6e0]] | SEPARATOR3 |