CloneSet1077


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.974executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1443
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/resources/Difference.java
2442
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/resources/Intersect.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
43
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/resources/Difference.java

if (size < 2) {
  throw new BuildException("The difference of " + size + " resource collection" + ((size == 1) ? "": "s") + " is undefined.");
}


First
Previous
Clone Instance
2
Line Count
4
Source Line
42
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/resources/Intersect.java

if (size < 2) {
  throw new BuildException("The intersection of " + size + " resource collection" + ((size == 1) ? "": "s") + " is undefined.");
}


Clone AbstractionParameter Count: 1Parameter Bindings

if (size < 2) {
  throw new BuildException( [[#variable1122ebe0]] + size + " resource collection" + ((size == 1) ? "": "s") + " is undefined.");
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1122ebe0]]
"The difference of " 
12[[#1122ebe0]]
"The intersection of "