Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 4 | 0.960 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 536 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java |
2 | 4 | 571 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java |
| ||||
for (int i = 0; i < superInterfaces.length; i++) { IType superInterface = superInterfaces[i]; if (superInterface.equals(extendedInterface)) { interfaceList.add(type); } } |
| ||||
for (int i = 0; i < types.length; i++) { IType iFace = types[i]; if (iFace.equals(interfce)) { iMenters.add(type); } } |
| |||
for (int i = 0; i < [[#variable57567b80]].length; i++) { IType [[#variable57567b00]]= [[#variable57567b80]][i]; if ( [[#variable57567b00]].equals( [[#variable57567aa0]])) { [[#variable57567a20]].add(type); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57567b80]] | types |
1 | 2 | [[#57567b80]] | superInterfaces |
2 | 1 | [[#57567b00]] | iFace |
2 | 2 | [[#57567b00]] | superInterface |
3 | 1 | [[#57567aa0]] | interfce |
3 | 2 | [[#57567aa0]] | extendedInterface |
4 | 1 | [[#57567a20]] | iMenters |
4 | 2 | [[#57567a20]] | interfaceList |