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.980 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 79 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/JavaCodeScanner.java |
2 | 4 | 195 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/DefaultPhoneticHashProvider.java |
| ||||
for (int index = 0; index < JAVA_OPERATORS.length; index++) { if (JAVA_OPERATORS[index] == character) return true; } |
| ||||
for (int index = 0; index < VOWEL_CHARACTERS.length; index++) { if (VOWEL_CHARACTERS[index] == character) return true; } |
| |||
for (int index = 0; index < [[#variable5731e2a0]].length; index++) { if ( [[#variable5731e2a0]][index] == character) return true; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5731e2a0]] | JAVA_OPERATORS |
1 | 2 | [[#5731e2a0]] | VOWEL_CHARACTERS |