CloneSet931


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14210.961statement_sequence
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
112501
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartUtilities.java
214536
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartUtilities.java
Next
Last
Clone Instance
1
Line Count
12
Source Line
501
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartUtilities.java

if (file == null) {
  throw new IllegalArgumentException("Null \'file\' argument.");
}
if (chart == null) {
  throw new IllegalArgumentException("Null \'chart\' argument.");
}
OutputStream out = new BufferedOutputStream(new FileOutputStream(file));
try {
  writeChartAsJPEG(out, chart, width, height, info);
}
finally {
  out.close();
}


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

if (file == null) {
  throw new IllegalArgumentException("Null \'file\' argument.");
}
if (chart == null) {
  throw new IllegalArgumentException("Null \'chart\' argument.");
}
OutputStream out = new BufferedOutputStream(new FileOutputStream(file));
try {
  writeChartAsJPEG(out, quality, chart, width, height, info);
}
finally {
  out.close();
}


Clone AbstractionParameter Count: 1Parameter Bindings

if (file == null) {
  throw new IllegalArgumentException("Null \'file\' argument.");
}
if (chart == null) {
  throw new IllegalArgumentException("Null \'chart\' argument.");
}
OutputStream out = new BufferedOutputStream(new FileOutputStream(file));
try {
  writeChartAsJPEG( [[#variable18df8520]], chart, width, height, info);
}
finally {
  out.close();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18df8520]]
out 
12[[#18df8520]]
out, quality