CloneSet1598


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.961statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1594
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/labels/junit/BoxAndWhiskerToolTipGeneratorTests.java
25104
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/labels/junit/BoxAndWhiskerToolTipGeneratorTests.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
94
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/labels/junit/BoxAndWhiskerToolTipGeneratorTests.java

// tooltip format
g1 = new BoxAndWhiskerToolTipGenerator("{0} --> {1} {2}", new DecimalFormat("0.0"));
g2 = new BoxAndWhiskerToolTipGenerator("{1} {2}", new DecimalFormat("0.0"));
assertFalse(g1.equals(g2));


First
Previous
Clone Instance
2
Line Count
5
Source Line
104
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/labels/junit/BoxAndWhiskerToolTipGeneratorTests.java

// Y format
g1 = new BoxAndWhiskerToolTipGenerator("{0} --> {1} {2}", new DecimalFormat("0.0"));
g2 = new BoxAndWhiskerToolTipGenerator("{0} --> {1} {2}", new DecimalFormat("0.00"));
assertFalse(g1.equals(g2));


Clone AbstractionParameter Count: 2Parameter Bindings

// Y format
// tooltip format
g1 = new BoxAndWhiskerToolTipGenerator("{0} --> {1} {2}", new DecimalFormat("0.0"));
g2 = new BoxAndWhiskerToolTipGenerator( [[#variable18ff1d40]], new DecimalFormat( [[#variable18ff1d20]]));
assertFalse(g1.equals(g2));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18ff1d40]]
"{1} {2}" 
12[[#18ff1d40]]
"{0} --> {1} {2}" 
21[[#18ff1d20]]
"0.0" 
22[[#18ff1d20]]
"0.00"