Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.978 | switch_groups[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 461 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/util/Factory.java |
2 | 8 | 517 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/util/Factory.java |
| ||||
case 'd': return new Double(b); // widening. case 'f': return new Float(b); // widening. case 'i': return new Integer(b); // widening. case 'l': return new Long(b); // widening. |
| ||||
case 'd': return new Double(c); // widening. case 'f': return new Float(c); // widening. case 'i': return new Integer(c); // widening. case 'l': return new Long(c); // widening. |
| |||
case 'd': return new Double( [[#variable6442ba40]]); // widening. case 'f': return new Float( [[#variable6442ba40]]); // widening. case 'i': return new Integer( [[#variable6442ba40]]); // widening. case 'l': return new Long( [[#variable6442ba40]]); // widening. |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6442ba40]] | b |
1 | 2 | [[#6442ba40]] | c |