Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 9 | 2 | 0.951 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1292 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Signature.java |
2 | 4 | 2291 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Signature.java |
3 | 4 | 2602 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Signature.java |
4 | 4 | 2352 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
5 | 4 | 2404 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
6 | 4 | 2599 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
7 | 4 | 2699 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
8 | 4 | 2869 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
9 | 4 | 2945 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
| ||||
if (p >= parameterizedTypeSignature.length) { throw new IllegalArgumentException(); } char c = parameterizedTypeSignature[p]; |
| ||||
// need a minimum 1 char if (start >= string.length) { throw new IllegalArgumentException(); } char c = string[start]; |
| ||||
// need a minimum 1 char if (start >= string.length) { throw new IllegalArgumentException(); } char c = string[start]; |
| ||||
// need a minimum 1 char if (start >= string.length) { throw new IllegalArgumentException(); } char c = string[start]; |
| ||||
// need a minimum 1 char if (start >= string.length) { throw new IllegalArgumentException(); } char c = string[start]; |
| ||||
// need a minimum 1 char for wildcard if (start >= string.length) { throw new IllegalArgumentException(); } char c = string[start]; |
| ||||
// need a minimum 1 char if (start >= string.length) { throw new IllegalArgumentException(); } char c = string[start]; |
| ||||
// need a minimum 1 char if (start >= string.length) { throw new IllegalArgumentException(); } char c = string[start]; |
| ||||
// need a minimum 1 char if (start >= string.length) { throw new IllegalArgumentException(); } char c = string[start]; |
| |||
// need a minimum 1 char // need a minimum 1 char for wildcard if ( [[#variable9bb1cf60]]>= [[#variable9bb1cec0]].length) { throw new IllegalArgumentException(); } char c = [[#variable9bb1cec0]][ [[#variable9bb1cf60]]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9bb1cf60]] | start |
1 | 2 | [[#9bb1cf60]] | p |
1 | 3 | [[#9bb1cf60]] | start |
1 | 4 | [[#9bb1cf60]] | start |
1 | 5 | [[#9bb1cf60]] | start |
1 | 6 | [[#9bb1cf60]] | start |
1 | 7 | [[#9bb1cf60]] | start |
1 | 8 | [[#9bb1cf60]] | start |
1 | 9 | [[#9bb1cf60]] | start |
2 | 1 | [[#9bb1cec0]] | string |
2 | 2 | [[#9bb1cec0]] | parameterizedTypeSignature |
2 | 3 | [[#9bb1cec0]] | string |
2 | 4 | [[#9bb1cec0]] | string |
2 | 5 | [[#9bb1cec0]] | string |
2 | 6 | [[#9bb1cec0]] | string |
2 | 7 | [[#9bb1cec0]] | string |
2 | 8 | [[#9bb1cec0]] | string |
2 | 9 | [[#9bb1cec0]] | string |