Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 1 | 0.983 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1740 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/URI.java |
2 | 4 | 1783 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/URI.java |
3 | 4 | 2361 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/URI.java |
4 | 4 | 2453 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/URI.java |
| |||||
for (int i = 0, len = segments.length; i < len; i++) { if (i != 0) result.append(SEGMENT_SEPARATOR); result.append(segments[i]); } |
| |||||
for (int i = 0, len = segments.length; i < len; i++) { if (i != 0) result.append(SEGMENT_SEPARATOR); result.append(segments[i]); } |
| |||||
for (int i = 0, len = segments.length; i < len; i++) { if (i != 0) result.append(SEGMENT_SEPARATOR); result.append(segments[i]); } |
| |||||
for (int i = 0, len = segments.length; i < len; i++) { if (i != 0) result.append(separator); result.append(segments[i]); } |
| |||
for (int i = 0, len = segments.length; i < len; i++) { if (i != 0) result.append( [[#variable172bb880]]); result.append(segments[i]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#172bb880]] | SEGMENT_SEPARATOR |
1 | 2 | [[#172bb880]] | SEGMENT_SEPARATOR |
1 | 3 | [[#172bb880]] | SEGMENT_SEPARATOR |
1 | 4 | [[#172bb880]] | separator |