Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.968 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 260 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/AbstractSpellDictionary.java |
2 | 4 | 279 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/AbstractSpellDictionary.java |
| ||||
for (int index = 0; index < mutators.length; index++) { characters[offset] = mutators[index]; neighborhood.add(fHashProvider.getHash(new String(characters))); } |
| ||||
for (int mutator = 0; mutator < mutators.length; mutator++) { characters[index] = mutators[mutator]; neighborhood.add(fHashProvider.getHash(new String(characters))); } |
| |||
for (int [[#variable95e53020]]= 0; [[#variable95e53020]] < mutators.length; [[#variable95e53020]]++) { characters[ [[#variable95e52f20]]] = mutators[ [[#variable95e53020]]]; neighborhood.add(fHashProvider.getHash(new String(characters))); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#95e53020]] | mutator |
1 | 2 | [[#95e53020]] | index |
2 | 1 | [[#95e52f20]] | index |
2 | 2 | [[#95e52f20]] | offset |