Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 5 | 0.957 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 204 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/DefaultSpellChecker.java |
2 | 5 | 194 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/SpellCheckEngine.java |
| ||||
ISpellDictionary dictionary = null; for ( final Iterator iterator = copy.iterator(); iterator.hasNext();) { dictionary = (ISpellDictionary) iterator.next(); dictionary.addWord(addable); } |
| ||||
ISpellDictionary dictionary = null; for (Iterator iterator = fGlobalDictionaries.iterator(); iterator.hasNext();) { dictionary = (ISpellDictionary) iterator.next(); fChecker.addDictionary(dictionary); } |
| |||
ISpellDictionary dictionary = null; for ( [[#variable972623a0]]Iterator iterator = [[#variable96b37260]].iterator(); iterator.hasNext();) { dictionary = (ISpellDictionary) iterator.next(); [[#variable97262340]]. [[#variable96b372a0]]( [[#variable96575e20]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#972623a0]] | |
1 | 2 | [[#972623a0]] | final |
2 | 1 | [[#96b37260]] | fGlobalDictionaries |
2 | 2 | [[#96b37260]] | copy |
3 | 1 | [[#97262340]] | fChecker |
3 | 2 | [[#97262340]] | dictionary |
4 | 1 | [[#96b372a0]] | addDictionary |
4 | 2 | [[#96b372a0]] | addWord |
5 | 1 | [[#96575e20]] | dictionary |
5 | 2 | [[#96575e20]] | addable |