Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.971 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 192 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/dial/junit/DialTextAnnotationTests.java |
2 | 2 | 111 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/title/junit/TextTitleTests.java |
3 | 2 | 114 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/title/junit/TextTitleTests.java |
| |||||
a1.setPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.blue)); |
| |||||
// paint t1.setPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.blue)); |
| |||||
t2.setPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.blue)); |
| |||
[[#variable18fd3100]].setPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.blue)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18fd3100]] | a1 |
1 | 2 | [[#18fd3100]] | // paint t1 |
1 | 3 | [[#18fd3100]] | t2 |