Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.959 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 410 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SpellingConfigurationBlock.java |
2 | 2 | 413 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SpellingConfigurationBlock.java |
| ||||
if (key == null || PREF_SPELLING_PROPOSAL_THRESHOLD.equals(key)) fThresholdStatus = validatePositiveNumber(getValue(PREF_SPELLING_PROPOSAL_THRESHOLD)); |
| ||||
if (key == null || PREF_SPELLING_USER_DICTIONARY.equals(key)) fFileStatus = validateAbsoluteFilePath(getValue(PREF_SPELLING_USER_DICTIONARY)); |
| |||
if (key == null || [[#variable58f71260]].equals(key)) [[#variable58f711e0]]= [[#variable58f71180]](getValue( [[#variable58f71260]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58f71260]] | PREF_SPELLING_PROPOSAL_THRESHOLD |
1 | 2 | [[#58f71260]] | PREF_SPELLING_USER_DICTIONARY |
2 | 1 | [[#58f711e0]] | fThresholdStatus |
2 | 2 | [[#58f711e0]] | fFileStatus |
3 | 1 | [[#58f71180]] | validatePositiveNumber |
3 | 2 | [[#58f71180]] | validateAbsoluteFilePath |