Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.978 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 230 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/AbstractSpellDictionary.java |
2 | 2 | 309 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/AbstractSpellDictionary.java |
| ||||
neighborhood.add(hash); final HashSet candidates = getCandidates(word, sentence, neighborhood); |
| ||||
neighborhood.remove(hash); final HashSet matches = getCandidates(word, sentence, neighborhood); |
| |||
neighborhood. [[#variable509c9540]](hash); final HashSet [[#variable509c9520]]= getCandidates(word, sentence, neighborhood); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#509c9540]] | remove |
1 | 2 | [[#509c9540]] | add |
2 | 1 | [[#509c9520]] | matches |
2 | 2 | [[#509c9520]] | candidates |