Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 1 | 0.982 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1293 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java |
2 | 4 | 1299 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java |
3 | 4 | 1308 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java |
4 | 4 | 1317 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java |
| ||||
{ Integer index = new Integer(count++); hashtable.put(t, index); hashtable2.put(index, t); } |
| ||||
{ Integer index = new Integer(count++); hashtable.put(superClass, index); hashtable2.put(index, superClass); } |
| ||||
{ Integer index = new Integer(count++); hashtable.put(t, index); hashtable2.put(index, t); } |
| ||||
{ Integer index = new Integer(count++); hashtable.put(superInterface, index); hashtable2.put(index, superInterface); } |
| |||
{ Integer index = new Integer(count++); hashtable.put( [[#variable5a868e20]], index); hashtable2.put(index, [[#variable5a868e20]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5a868e20]] | t |
1 | 2 | [[#5a868e20]] | superClass |
1 | 3 | [[#5a868e20]] | superInterface |
1 | 4 | [[#5a868e20]] | t |