Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 4 | 0.958 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 225 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/DefaultSpellChecker.java |
2 | 2 | 227 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/DefaultSpellChecker.java |
| ||||
final boolean ignoreDigits = fPreferences.getBoolean(ISpellCheckPreferenceKeys.SPELLING_IGNORE_DIGITS); final boolean ignoreMixed = fPreferences.getBoolean(ISpellCheckPreferenceKeys.SPELLING_IGNORE_MIXED); |
| ||||
final boolean ignoreSentence = fPreferences.getBoolean(ISpellCheckPreferenceKeys.SPELLING_IGNORE_SENTENCE); final boolean ignoreUpper = fPreferences.getBoolean(ISpellCheckPreferenceKeys.SPELLING_IGNORE_UPPER); |
| |||
final boolean [[#variable59fa4ae0]]= fPreferences.getBoolean(ISpellCheckPreferenceKeys. [[#variable59fa4a60]]); final boolean [[#variable59fa5400]]= fPreferences.getBoolean(ISpellCheckPreferenceKeys. [[#variable59fa5500]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#59fa4ae0]] | ignoreDigits |
1 | 2 | [[#59fa4ae0]] | ignoreSentence |
2 | 1 | [[#59fa4a60]] | SPELLING_IGNORE_DIGITS |
2 | 2 | [[#59fa4a60]] | SPELLING_IGNORE_SENTENCE |
3 | 1 | [[#59fa5400]] | ignoreMixed |
3 | 2 | [[#59fa5400]] | ignoreUpper |
4 | 1 | [[#59fa5500]] | SPELLING_IGNORE_MIXED |
4 | 2 | [[#59fa5500]] | SPELLING_IGNORE_UPPER |