Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 9 | 1 | 0.988 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 2398 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Signature.java |
2 | 5 | 2474 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Signature.java |
3 | 4 | 2558 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Signature.java |
4 | 4 | 2465 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
5 | 5 | 2490 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
6 | 5 | 2555 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
7 | 4 | 2658 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
8 | 4 | 2962 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
9 | 5 | 3007 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
| ||||
// need a minimum 2 char if (start >= string.length - 1) { throw new IllegalArgumentException(); } char c = string[start]; |
| ||||
// need a minimum 3 chars "Lx;" if (start >= string.length - 2) { throw new IllegalArgumentException(); } // must start in "L" or "Q" char c = string[start]; |
| ||||
// need a minimum 2 char "<>" if (start >= string.length - 1) { throw new IllegalArgumentException(); } char c = string[start]; |
| ||||
// need a minimum 2 char if (start >= string.length - 1) { throw new IllegalArgumentException(); } char c = string[start]; |
| ||||
// need a minimum 3 chars "Tx;" if (start >= string.length - 2) { throw new IllegalArgumentException(); } // must start in "T" char c = string[start]; |
| ||||
// need a minimum 3 chars "Lx;" if (start >= string.length - 2) { throw new IllegalArgumentException(); } // must start in "L" or "Q" char c = string[start]; |
| ||||
// need a minimum 2 char "<>" if (start >= string.length - 1) { throw new IllegalArgumentException(); } char c = string[start]; |
| ||||
// need a minimum 2 char if (start >= string.length - 1) { throw new IllegalArgumentException(); } char c = string[start]; |
| ||||
// need a minimum 3 chars "Lx;" if (start >= string.length - 2) { throw new IllegalArgumentException(); } // must start in "L" or "Q" char c = string[start]; |
| |||
// need a minimum 2 char "<>" // need a minimum 3 chars "Lx;" // need a minimum 2 char // need a minimum 3 chars "Tx;" if (start >= string.length - [[#variable9d6f9080]]) { throw new IllegalArgumentException(); } // must start in "L" or "Q" // must start in "T" char c = string[start]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9d6f9080]] | 1 |
1 | 2 | [[#9d6f9080]] | 2 |
1 | 3 | [[#9d6f9080]] | 1 |
1 | 4 | [[#9d6f9080]] | 2 |
1 | 5 | [[#9d6f9080]] | 1 |
1 | 6 | [[#9d6f9080]] | 1 |
1 | 7 | [[#9d6f9080]] | 2 |
1 | 8 | [[#9d6f9080]] | 2 |
1 | 9 | [[#9d6f9080]] | 1 |