CloneSet1522


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.963method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14127
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CombinedDomainCategoryPlotTests.java
24111
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CombinedRangeCategoryPlotTests.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
127
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CombinedDomainCategoryPlotTests.java

/**
 * Some checks for the equals() method.
 */
public void testEquals() {
  CombinedDomainCategoryPlot plot1 = createPlot();
  CombinedDomainCategoryPlot plot2 = createPlot();
  assertTrue(plot1.equals(plot2));
}


First
Previous
Clone Instance
2
Line Count
4
Source Line
111
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CombinedRangeCategoryPlotTests.java

/**
 * Test the equals() method.
 */
public void testEquals() {
  CombinedRangeCategoryPlot plot1 = createPlot();
  CombinedRangeCategoryPlot plot2 = createPlot();
  assertTrue(plot1.equals(plot2));
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18fb2ba0]]
CombinedDomainCategoryPlot 
12[[#18fb2ba0]]
CombinedRangeCategoryPlot