CloneSet1885


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.955method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13889
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CategoryPlotTests.java
231036
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/XYPlotTests.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
889
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CategoryPlotTests.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)));
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
1036
Source File
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() {
  XYPlot plot = new XYPlot();
  assertFalse(plot.removeRangeMarker(new ValueMarker(0.5)));
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a09b2c0]]
CategoryPlot 
12[[#1a09b2c0]]
XYPlot