Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 3 | 0.958 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 315 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/provider/EClassItemProvider.java |
2 | 7 | 273 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/provider/EOperationItemProvider.java |
| |||||
for (Iterator<EGenericType> i = eClass.getEGenericSuperTypes().iterator(); i.hasNext();) { EGenericType eGenericSuperType = i.next(); result.append(EGenericTypeItemProvider.getText(eGenericSuperType)); if (i.hasNext()) { result.append(", "); } } |
| |||||
for (Iterator<EGenericType> i = eOperation.getEGenericExceptions().iterator(); i.hasNext();) { EGenericType eException = i.next(); result.append(EGenericTypeItemProvider.getText(eException)); if (i.hasNext()) { result.append(", "); } } |
| |||
for (Iterator<EGenericType> i = [[#variable173743a0]]. [[#variable17374320]]().iterator(); i.hasNext();) { EGenericType [[#variable173742a0]]= i.next(); result.append(EGenericTypeItemProvider.getText( [[#variable173742a0]])); if (i.hasNext()) { result.append(", "); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#173743a0]] | eClass |
1 | 2 | [[#173743a0]] | eOperation |
2 | 1 | [[#17374320]] | getEGenericSuperTypes |
2 | 2 | [[#17374320]] | getEGenericExceptions |
3 | 1 | [[#173742a0]] | eGenericSuperType |
3 | 2 | [[#173742a0]] | eException |