CloneSet699


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11201.000statement_sequence[7]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1111019
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/swt/SWTGraphics2D.java
2111039
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/swt/SWTGraphics2D.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
1019
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/swt/SWTGraphics2D.java

if (image == null) {
  throw new IllegalArgumentException("Null \'image\' argument.");
}
int w = image.getWidth(null);
int h = image.getHeight(null);
if (w == -1 || h == -1) {
  return false;
}
Paint savedPaint = getPaint();
fill(new Rectangle2D.Double(x, y, w, h));
setPaint(savedPaint);


First
Previous
Clone Instance
2
Line Count
11
Source Line
1039
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/swt/SWTGraphics2D.java

if (image == null) {
  throw new IllegalArgumentException("Null \'image\' argument.");
}
int w = image.getWidth(null);
int h = image.getHeight(null);
if (w == -1 || h == -1) {
  return false;
}
Paint savedPaint = getPaint();
fill(new Rectangle2D.Double(x, y, w, h));
setPaint(savedPaint);


Clone AbstractionParameter Count: 0Parameter Bindings

if (image == null) {
  throw new IllegalArgumentException("Null \'image\' argument.");
}
int w = image.getWidth(null);
int h = image.getHeight(null);
if (w == -1 || h == -1) {
  return false;
}
Paint savedPaint = getPaint();
fill(new Rectangle2D.Double(x, y, w, h));
setPaint(savedPaint);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None