Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.971 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 96 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/DefaultDrawingSupplierTests.java |
2 | 3 | 113 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/DefaultDrawingSupplierTests.java |
| |||||
Paint[] ps2A = new Paint[] { Color.green, Color.yellow, Color.white }; Paint[] ops1A = new Paint[] { Color.lightGray, Color.blue }; Paint[] ops2A = new Paint[] { Color.black, Color.yellow, Color.cyan }; |
| |||||
Paint[] ps2B = new Paint[] { Color.green, Color.yellow, Color.white }; Paint[] ops1B = new Paint[] { Color.lightGray, Color.blue }; Paint[] ops2B = new Paint[] { Color.black, Color.yellow, Color.cyan }; |
| |||
Paint[] [[#variable18d46fe0]]= new Paint[] { Color.green, Color.yellow, Color.white }; Paint[] [[#variable18d467a0]]= new Paint[] { Color.lightGray, Color.blue }; Paint[] [[#variable18d47080]]= new Paint[] { Color.black, Color.yellow, Color.cyan }; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18d46fe0]] | ps2A |
1 | 2 | [[#18d46fe0]] | ps2B |
2 | 1 | [[#18d467a0]] | ops1A |
2 | 2 | [[#18d467a0]] | ops1B |
3 | 1 | [[#18d47080]] | ops2A |
3 | 2 | [[#18d47080]] | ops2B |