Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.954 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 2208 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/java/builder/JavaEcoreBuilder.java |
2 | 7 | 2218 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/java/builder/JavaEcoreBuilder.java |
| |||||
while (extendsMatcher.find()) { if (result.length() != 0) { result.append(','); } result.append(comment.substring(extendsMatcher.start(1), extendsMatcher.end(1))); } |
| |||||
while (implementsMatcher.find()) { if (result.length() != 0) { result.append(','); } result.append(comment.substring(implementsMatcher.start(1), implementsMatcher.end(1))); } |
| |||
while ( [[#variable174795e0]].find()) { if (result.length() != 0) { result.append(','); } result.append(comment.substring( [[#variable174795e0]].start(1), [[#variable174795e0]].end(1))); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#174795e0]] | extendsMatcher |
1 | 2 | [[#174795e0]] | implementsMatcher |