Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.974 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 178 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/listener/CommonsLoggingListener.java |
2 | 3 | 201 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/listener/CommonsLoggingListener.java |
| |||||
if (log.isTraceEnabled()) { realLog(log, "Task \"" + task.getTaskName() + "\" started ", Project.MSG_VERBOSE, null); } |
| |||||
if (log.isTraceEnabled()) { realLog(log, "Task \"" + task.getTaskName() + "\" finished.", Project.MSG_VERBOSE, null); } |
| |||
if (log.isTraceEnabled()) { realLog(log, "Task \"" + task.getTaskName() + [[#variable11227d80]], Project.MSG_VERBOSE, null); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#11227d80]] | "\" started " |
1 | 2 | [[#11227d80]] | "\" finished." |