CloneSet1164


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.972statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1499
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CompassPlotTests.java
24253
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/PiePlotTests.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
99
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CompassPlotTests.java

// labelFont
plot1.setLabelFont(new Font("Serif", Font.PLAIN, 10));
assertFalse(plot1.equals(plot2));
plot2.setLabelFont(new Font("Serif", Font.PLAIN, 10));
assertTrue(plot1.equals(plot2));


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

// labelFont
plot1.setLabelFont(new Font("Serif", Font.PLAIN, 18));
assertFalse(plot1.equals(plot2));
plot2.setLabelFont(new Font("Serif", Font.PLAIN, 18));
assertTrue(plot1.equals(plot2));


Clone AbstractionParameter Count: 1Parameter Bindings

// labelFont
plot1.setLabelFont(new Font("Serif", Font.PLAIN,  [[#variable18ec61c0]]));
assertFalse(plot1.equals(plot2));
plot2.setLabelFont(new Font("Serif", Font.PLAIN,  [[#variable18ec61c0]]));
assertTrue(plot1.equals(plot2));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18ec61c0]]
10 
12[[#18ec61c0]]
18