Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.963 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 127 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CombinedDomainCategoryPlotTests.java |
2 | 4 | 111 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CombinedRangeCategoryPlotTests.java |
| |||||
/** * Some checks for the equals() method. */ public void testEquals() { CombinedDomainCategoryPlot plot1 = createPlot(); CombinedDomainCategoryPlot plot2 = createPlot(); assertTrue(plot1.equals(plot2)); } |
| |||||
/** * Test the equals() method. */ public void testEquals() { CombinedRangeCategoryPlot plot1 = createPlot(); CombinedRangeCategoryPlot plot2 = createPlot(); assertTrue(plot1.equals(plot2)); } |
| |||
/** * Some checks for the equals() method. */ /** * Test the equals() method. */ public void testEquals() { [[#variable18fb2ba0]] plot1 = createPlot(); [[#variable18fb2ba0]] plot2 = createPlot(); assertTrue(plot1.equals(plot2)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18fb2ba0]] | CombinedDomainCategoryPlot |
1 | 2 | [[#18fb2ba0]] | CombinedRangeCategoryPlot |