CloneSet566


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4310.976executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14226
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/MimeMailer.java
24102
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/PlainMailer.java
3436
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/UUMailer.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
226
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/MimeMailer.java

if ( !file.exists() || !file.canRead()) {
  throw new BuildException("File \"" + file.getAbsolutePath() + "\" does not exist or is not " + "readable.");
}


Next
Previous
Clone Instance
2
Line Count
4
Source Line
102
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/PlainMailer.java

if ( !file.exists() || !file.canRead()) {
  throw new BuildException("File \"" + file.getName() + "\" does not exist or is not " + "readable.");
}


First
Previous
Clone Instance
3
Line Count
4
Source Line
36
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/UUMailer.java

if ( !file.exists() || !file.canRead()) {
  throw new BuildException("File \"" + file.getName() + "\" does not exist or is not " + "readable.");
}


Clone AbstractionParameter Count: 1Parameter Bindings

if ( !file.exists() || !file.canRead()) {
  throw new BuildException("File \"" + file. [[#variable13010340]]() + "\" does not exist or is not " + "readable.");
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#13010340]]
getAbsolutePath 
12[[#13010340]]
getName 
13[[#13010340]]
getName