Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.973 | constructor_body |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 71 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/ComparableObjectItem.java |
2 | 6 | 72 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYDataItem.java |
| |||||
{ if (x == null) { throw new IllegalArgumentException("Null \'x\' argument."); } this.x = x; this.obj = y; } |
| |||||
{ if (x == null) { throw new IllegalArgumentException("Null \'x\' argument."); } this.x = x; this.y = y; } |
| |||
{ if (x == null) { throw new IllegalArgumentException("Null \'x\' argument."); } this.x = x; this. [[#variable1a134ae0]]= y; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a134ae0]] | obj |
1 | 2 | [[#1a134ae0]] | y |