Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.958 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 207 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/listener/MailLogger.java |
2 | 3 | 212 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/listener/MailLogger.java |
| |||||
StringTokenizer t = new StringTokenizer(replyToList, ", ", false); while (t.hasMoreTokens()) { mailMessage.replyto(t.nextToken()); } |
| |||||
StringTokenizer t = new StringTokenizer(toList, ", ", false); while (t.hasMoreTokens()) { mailMessage.to(t.nextToken()); } |
| |||
StringTokenizer t = new StringTokenizer( [[#variable130a8180]], ", ", false); while (t.hasMoreTokens()) { mailMessage. [[#variable130a8280]](t.nextToken()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130a8180]] | replyToList |
1 | 2 | [[#130a8180]] | toList |
2 | 1 | [[#130a8280]] | replyto |
2 | 2 | [[#130a8280]] | to |