Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.975 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 120 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYTextAnnotationTests.java |
2 | 2 | 122 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYTextAnnotationTests.java |
| |||||
// paint GradientPaint gp1 = new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.yellow); |
| |||||
GradientPaint gp2 = new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.yellow); |
| |||
// paint GradientPaint [[#variable1a116780]]= new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.yellow); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a116780]] | gp1 |
1 | 2 | [[#1a116780]] | gp2 |