CloneSet1119


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1585
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Unpack.java
25245
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/ArchiveFileSet.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
85
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Unpack.java

if ( !src.isExists()) {
  throw new BuildException("the archive doesn\'t exist");
}
if (src.isDirectory()) {
  throw new BuildException("the archive can\'t be a directory");
}


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

if ( !src.isExists()) {
  throw new BuildException("the archive doesn\'t exist");
}
if (src.isDirectory()) {
  throw new BuildException("the archive can\'t be a directory");
}


Clone AbstractionParameter Count: 0Parameter Bindings

if ( !src.isExists()) {
  throw new BuildException("the archive doesn\'t exist");
}
if (src.isDirectory()) {
  throw new BuildException("the archive can\'t be a directory");
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None