CloneSet1864


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5301.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15131
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/encoders/KeypointPNGEncoderAdapter.java
25158
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/encoders/SunJPEGEncoderAdapter.java
35121
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/encoders/SunPNGEncoderAdapter.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
131
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/encoders/KeypointPNGEncoderAdapter.java

if (bufferedImage == null) {
  throw new IllegalArgumentException("Null \'image\' argument.");
}
if (outputStream == null) {
  throw new IllegalArgumentException("Null \'outputStream\' argument.");
}


Next
Previous
Clone Instance
2
Line Count
5
Source Line
158
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/encoders/SunJPEGEncoderAdapter.java

if (bufferedImage == null) {
  throw new IllegalArgumentException("Null \'image\' argument.");
}
if (outputStream == null) {
  throw new IllegalArgumentException("Null \'outputStream\' argument.");
}


First
Previous
Clone Instance
3
Line Count
5
Source Line
121
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/encoders/SunPNGEncoderAdapter.java

if (bufferedImage == null) {
  throw new IllegalArgumentException("Null \'image\' argument.");
}
if (outputStream == null) {
  throw new IllegalArgumentException("Null \'outputStream\' argument.");
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (bufferedImage == null) {
  throw new IllegalArgumentException("Null \'image\' argument.");
}
if (outputStream == null) {
  throw new IllegalArgumentException("Null \'outputStream\' argument.");
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None