Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.951 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 146 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/domain/PluginAdapterFactoryMappingDomain.java |
2 | 6 | 157 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/domain/PluginAdapterFactoryMappingDomain.java |
| |||||
if (topLabelSeparatorAll.length > 0) { String sep = topLabelSeparatorAll[0].getAttribute("value"); if (sep.length() > 0) { topLabelSeparator = sep.charAt(0); } } |
| |||||
if (bottomLabelSeparatorAll.length > 0) { String sep = bottomLabelSeparatorAll[0].getAttribute("value"); if (sep.length() > 0) { bottomLabelSeparator = sep.charAt(0); } } |
| |||
if ( [[#variable174d4f20]].length > 0) { String sep = [[#variable174d4f20]][0].getAttribute("value"); if (sep.length() > 0) { [[#variable174d4e80]]= sep.charAt(0); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#174d4f20]] | topLabelSeparatorAll |
1 | 2 | [[#174d4f20]] | bottomLabelSeparatorAll |
2 | 1 | [[#174d4e80]] | topLabelSeparator |
2 | 2 | [[#174d4e80]] | bottomLabelSeparator |