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.975 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 722 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/URI.java |
2 | 3 | 767 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/URI.java |
| |||||
if (j == -1) j = uri.length(); authority = uri.substring(i, j); i = j; |
| |||||
if (j == -1) j = uri.length(); query = uri.substring(i, j); i = j; |
| |||
if (j == -1) j = uri.length(); [[#variable17608cc0]]= uri.substring(i, j); i = j; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17608cc0]] | authority |
1 | 2 | [[#17608cc0]] | query |