Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 3 | 0.976 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 415 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/EmailTask.java |
2 | 14 | 441 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/EmailTask.java |
| |||||
{ try { mailer = (Mailer) ClasspathUtils.newInstance("org.apache.tools.ant.taskdefs.email.MimeMailer", EmailTask.class .getClassLoader(), Mailer.class ); autoFound = true; log("Using MIME mail", Project.MSG_VERBOSE); } catch (BuildException e) { Throwable t = e.getCause() == null ? e: e.getCause(); log("Failed to initialise MIME mail: " + t.getMessage(), Project.MSG_WARN); return; } } |
| |||||
{ try { mailer = (Mailer) ClasspathUtils.newInstance("org.apache.tools.ant.taskdefs.email.UUMailer", EmailTask.class .getClassLoader(), Mailer.class ); autoFound = true; log("Using UU mail", Project.MSG_VERBOSE); } catch (BuildException e) { Throwable t = e.getCause() == null ? e: e.getCause(); log("Failed to initialise UU mail: " + t.getMessage(), Project.MSG_WARN); return; } } |
| |||
{ try { mailer = (Mailer) ClasspathUtils.newInstance( [[#variable111d5920]], EmailTask.class .getClassLoader(), Mailer.class ); autoFound = true; log( [[#variable111d5860]], Project.MSG_VERBOSE); } catch (BuildException e) { Throwable t = e.getCause() == null ? e: e.getCause(); log( [[#variable111d5620]] + t.getMessage(), Project.MSG_WARN); return; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#111d5920]] | "org.apache.tools.ant.taskdefs.email.MimeMailer" |
1 | 2 | [[#111d5920]] | "org.apache.tools.ant.taskdefs.email.UUMailer" |
2 | 1 | [[#111d5860]] | "Using MIME mail" |
2 | 2 | [[#111d5860]] | "Using UU mail" |
3 | 1 | [[#111d5620]] | "Failed to initialise MIME mail: " |
3 | 2 | [[#111d5620]] | "Failed to initialise UU mail: " |