Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.961 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 36 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/TypeConstraintFactory.java |
2 | 4 | 121 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/TypeConstraintFactory.java |
| ||||
{ if (PRINT_STATS) fNrRetrieved++; if (PRINT_STATS) dumpStats(); return (SimpleTypeConstraint) m3.get(operator); } |
| ||||
{ if (PRINT_STATS) fNrRetrieved++; if (PRINT_STATS) dumpStats(); return (CompositeOrTypeConstraint) m2.get(bounds); } |
| |||
{ if (PRINT_STATS) fNrRetrieved++; if (PRINT_STATS) dumpStats(); return ( [[#variable9b82bb60]]) [[#variable9b82bae0]].get( [[#variable9b82b9a0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9b82bb60]] | SimpleTypeConstraint |
1 | 2 | [[#9b82bb60]] | CompositeOrTypeConstraint |
2 | 1 | [[#9b82bae0]] | m3 |
2 | 2 | [[#9b82bae0]] | m2 |
3 | 1 | [[#9b82b9a0]] | operator |
3 | 2 | [[#9b82b9a0]] | bounds |