CloneSet885


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.956statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17190
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/XMLCatalog.java
27246
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/XMLCatalog.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
190
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/XMLCatalog.java

if (isReference()) {
  throw noChildrenAllowed();
}
if (this.classpath == null) {
  this.classpath = new Path(getProject());
}
setChecked(false);


First
Previous
Clone Instance
2
Line Count
7
Source Line
246
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/XMLCatalog.java

if (isReference()) {
  throw noChildrenAllowed();
}
if (this.catalogPath == null) {
  this.catalogPath = new Path(getProject());
}
setChecked(false);


Clone AbstractionParameter Count: 1Parameter Bindings

if (isReference()) {
  throw noChildrenAllowed();
}
if (this. [[#variable130cbc00]]== null) {
  this. [[#variable130cbc00]]= new Path(getProject());
}
setChecked(false);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#130cbc00]]
classpath 
12[[#130cbc00]]
catalogPath