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.977 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 2040 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
2 | 7 | 2439 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
| ||||
c = string[ ++index]; while (c == Signature.C_ARRAY) { // need a minimum 2 char if (index >= length - 1) { throw new IllegalArgumentException(); } c = string[ ++index]; } |
| ||||
c = string[ ++start]; while (c == Signature.C_ARRAY) { // need a minimum 2 char if (start >= length - 1) { throw new IllegalArgumentException(); } c = string[ ++start]; } |
| |||
c = string[ ++ [[#variablea42e2640]]]; while (c == Signature.C_ARRAY) { // need a minimum 2 char if ( [[#variablea42e2640]]>= length - 1) { throw new IllegalArgumentException(); } c = string[ ++ [[#variablea42e2640]]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a42e2640]] | index |
1 | 2 | [[#a42e2640]] | start |