Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.955 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 889 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CategoryPlotTests.java |
2 | 3 | 1036 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/XYPlotTests.java |
| |||||
/** * Check that removing a marker that isn't assigned to the plot returns * false. */ public void testRemoveRangeMarker() { CategoryPlot plot = new CategoryPlot(); assertFalse(plot.removeRangeMarker(new ValueMarker(0.5))); } |
| |||||
/** * Check that removing a marker that isn't assigned to the plot returns * false. */ public void testRemoveRangeMarker() { XYPlot plot = new XYPlot(); assertFalse(plot.removeRangeMarker(new ValueMarker(0.5))); } |
| |||
/** * Check that removing a marker that isn't assigned to the plot returns * false. */ /** * Check that removing a marker that isn't assigned to the plot returns * false. */ public void testRemoveRangeMarker() { [[#variable1a09b2c0]] plot = new [[#variable1a09b2c0]](); assertFalse(plot.removeRangeMarker(new ValueMarker(0.5))); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a09b2c0]] | CategoryPlot |
1 | 2 | [[#1a09b2c0]] | XYPlot |