CloneSet1281


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

// test a customised instance
b1 = new DialBackground();
b1.setPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.green));
b1.setGradientPaintTransformer(new StandardGradientPaintTransformer(GradientPaintTransformType.CENTER_VERTICAL));
b2 = null;


First
Previous
Clone Instance
2
Line Count
6
Source Line
194
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/dial/junit/DialBackgroundTests.java

// test a customised instance
b1 = new DialBackground();
b1.setPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.green));
b1.setGradientPaintTransformer(new StandardGradientPaintTransformer(GradientPaintTransformType.CENTER_VERTICAL));
b2 = null;


Clone AbstractionParameter Count: 0Parameter Bindings

// test a customised instance
b1 = new DialBackground();
b1.setPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.green));
b1.setGradientPaintTransformer(new StandardGradientPaintTransformer(GradientPaintTransformType.CENTER_VERTICAL));
b2 = null;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None