CloneSet298


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
24220.961statement_sequence[19]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
124316
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/LegendItem.java
224467
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/LegendItem.java
Next
Last
Clone Instance
1
Line Count
24
Source Line
316
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/LegendItem.java

if (outlinePaint == null) {
  throw new IllegalArgumentException("Null \'outlinePaint\' argument.");
}
if (outlineStroke == null) {
  throw new IllegalArgumentException("Null \'outlineStroke\' argument.");
}
this.label = label;
this.attributedLabel = null;
this.description = description;
this.shapeVisible = shapeVisible;
this.shape = shape;
this.shapeFilled = shapeFilled;
this.fillPaint = fillPaint;
this.fillPaintTransformer = new StandardGradientPaintTransformer();
this.shapeOutlineVisible = shapeOutlineVisible;
this.outlinePaint = outlinePaint;
this.outlineStroke = outlineStroke;
this.lineVisible = lineVisible;
this.line = line;
this.lineStroke = lineStroke;
this.linePaint = linePaint;
this.toolTipText = toolTipText;
this.urlText = urlText;


First
Previous
Clone Instance
2
Line Count
24
Source Line
467
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/LegendItem.java

if (outlinePaint == null) {
  throw new IllegalArgumentException("Null \'outlinePaint\' argument.");
}
if (outlineStroke == null) {
  throw new IllegalArgumentException("Null \'outlineStroke\' argument.");
}
this.label = characterIteratorToString(label.getIterator());
this.attributedLabel = label;
this.description = description;
this.shapeVisible = shapeVisible;
this.shape = shape;
this.shapeFilled = shapeFilled;
this.fillPaint = fillPaint;
this.fillPaintTransformer = new StandardGradientPaintTransformer();
this.shapeOutlineVisible = shapeOutlineVisible;
this.outlinePaint = outlinePaint;
this.outlineStroke = outlineStroke;
this.lineVisible = lineVisible;
this.line = line;
this.lineStroke = lineStroke;
this.linePaint = linePaint;
this.toolTipText = toolTipText;
this.urlText = urlText;


Clone AbstractionParameter Count: 2Parameter Bindings

if (outlinePaint == null) {
  throw new IllegalArgumentException("Null \'outlinePaint\' argument.");
}
if (outlineStroke == null) {
  throw new IllegalArgumentException("Null \'outlineStroke\' argument.");
}
this.label = [[#variable1a8d14e0]];
this.attributedLabel = [[#variable1a8d14c0]];
this.description = description;
this.shapeVisible = shapeVisible;
this.shape = shape;
this.shapeFilled = shapeFilled;
this.fillPaint = fillPaint;
this.fillPaintTransformer = new StandardGradientPaintTransformer();
this.shapeOutlineVisible = shapeOutlineVisible;
this.outlinePaint = outlinePaint;
this.outlineStroke = outlineStroke;
this.lineVisible = lineVisible;
this.line = line;
this.lineStroke = lineStroke;
this.linePaint = linePaint;
this.toolTipText = toolTipText;
this.urlText = urlText;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a8d14e0]]
label 
12[[#1a8d14e0]]
characterIteratorToString(label.getIterator()) 
21[[#1a8d14c0]]
null 
22[[#1a8d14c0]]
label