Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 1 | 0.976 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 226 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/MimeMailer.java |
2 | 4 | 102 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/PlainMailer.java |
3 | 4 | 36 | 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.getAbsolutePath() + "\" does not exist or is not " + "readable."); } |
| |||||
if ( !file.exists() || !file.canRead()) { throw new BuildException("File \"" + file.getName() + "\" does not exist or is not " + "readable."); } |
| |||||
if ( !file.exists() || !file.canRead()) { throw new BuildException("File \"" + file.getName() + "\" does not exist or is not " + "readable."); } |
| |||
if ( !file.exists() || !file.canRead()) { throw new BuildException("File \"" + file. [[#variable13010340]]() + "\" does not exist or is not " + "readable."); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13010340]] | getAbsolutePath |
1 | 2 | [[#13010340]] | getName |
1 | 3 | [[#13010340]] | getName |