CloneSet1301


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13220.969statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
113113
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/urls/StandardCategoryURLGenerator.java
213114
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/urls/StandardXYURLGenerator.java
Next
Last
Clone Instance
1
Line Count
13
Source Line
113
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/urls/StandardCategoryURLGenerator.java

if (prefix == null) {
  throw new IllegalArgumentException("Null \'prefix\' argument.");
}
if (seriesParameterName == null) {
  throw new IllegalArgumentException("Null \'seriesParameterName\' argument.");
}
if (categoryParameterName == null) {
  throw new IllegalArgumentException("Null \'categoryParameterName\' argument.");
}
this.prefix = prefix;
this.seriesParameterName = seriesParameterName;


First
Previous
Clone Instance
2
Line Count
13
Source Line
114
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/urls/StandardXYURLGenerator.java

if (prefix == null) {
  throw new IllegalArgumentException("Null \'prefix\' argument.");
}
if (seriesParameterName == null) {
  throw new IllegalArgumentException("Null \'seriesParameterName\' argument.");
}
if (itemParameterName == null) {
  throw new IllegalArgumentException("Null \'itemParameterName\' argument.");
}
this.prefix = prefix;
this.seriesParameterName = seriesParameterName;


Clone AbstractionParameter Count: 2Parameter Bindings

if (prefix == null) {
  throw new IllegalArgumentException("Null \'prefix\' argument.");
}
if (seriesParameterName == null) {
  throw new IllegalArgumentException("Null \'seriesParameterName\' argument.");
}
if ( [[#variable18f1c4e0]]== null) {
  throw new IllegalArgumentException( [[#variable18f1cc00]]);
}
this.prefix = prefix;
this.seriesParameterName = seriesParameterName;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f1c4e0]]
categoryParameterName 
12[[#18f1c4e0]]
itemParameterName 
21[[#18f1cc00]]
"Null \'categoryParameterName\' argument." 
22[[#18f1cc00]]
"Null \'itemParameterName\' argument."