Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 5 | 4 | 0.965 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 200 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java |
2 | 4 | 218 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java |
3 | 4 | 136 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SmartTypingConfigurationBlock.java |
4 | 4 | 161 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SmartTypingConfigurationBlock.java |
5 | 4 | 177 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SmartTypingConfigurationBlock.java |
| ||||
addCheckBox(appearanceComposite, label, PreferenceConstants.EDITOR_SMART_HOME_END, 0); label = PreferencesMessages.JavaEditorPreferencePage_subWordNavigation; addCheckBox(appearanceComposite, label, PreferenceConstants.EDITOR_SUB_WORD_NAVIGATION, 0); |
| ||||
addCheckBox(appearanceComposite, label, PreferenceConstants.EDITOR_MATCHING_BRACKETS, 0); label = PreferencesMessages.JavaEditorPreferencePage_quickassist_lightbulb; addCheckBox(appearanceComposite, label, PreferenceConstants.EDITOR_QUICKASSIST_LIGHTBULB, 0); |
| ||||
addCheckBox(composite, label, PreferenceConstants.EDITOR_SMART_PASTE, 0); label = PreferencesMessages.JavaEditorPreferencePage_importsOnPaste; addCheckBox(composite, label, PreferenceConstants.EDITOR_IMPORTS_ON_PASTE, 0); |
| ||||
addCheckBox(composite, label, PreferenceConstants.EDITOR_SMART_SEMICOLON, 0); label = PreferencesMessages.JavaEditorPreferencePage_typing_smartOpeningBrace; addCheckBox(composite, label, PreferenceConstants.EDITOR_SMART_OPENING_BRACE, 0); |
| ||||
addCheckBox(composite, label, PreferenceConstants.EDITOR_CLOSE_STRINGS, 0); label = PreferencesMessages.JavaEditorPreferencePage_closeBrackets; addCheckBox(composite, label, PreferenceConstants.EDITOR_CLOSE_BRACKETS, 0); |
| |||
addCheckBox( [[#variable609dd260]], label, PreferenceConstants. [[#variableb9b3a380]], 0); label = PreferencesMessages. [[#variable609dcfa0]]; addCheckBox( [[#variable609dd260]], label, PreferenceConstants. [[#variable609dd280]], 0); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#609dd260]] | composite |
1 | 2 | [[#609dd260]] | composite |
1 | 3 | [[#609dd260]] | composite |
1 | 4 | [[#609dd260]] | appearanceComposite |
1 | 5 | [[#609dd260]] | appearanceComposite |
2 | 1 | [[#b9b3a380]] | EDITOR_SMART_PASTE |
2 | 2 | [[#b9b3a380]] | EDITOR_SMART_SEMICOLON |
2 | 3 | [[#b9b3a380]] | EDITOR_CLOSE_STRINGS |
2 | 4 | [[#b9b3a380]] | EDITOR_SMART_HOME_END |
2 | 5 | [[#b9b3a380]] | EDITOR_MATCHING_BRACKETS |
3 | 1 | [[#609dcfa0]] | JavaEditorPreferencePage_importsOnPaste |
3 | 2 | [[#609dcfa0]] | JavaEditorPreferencePage_typing_smartOpeningBrace |
3 | 3 | [[#609dcfa0]] | JavaEditorPreferencePage_closeBrackets |
3 | 4 | [[#609dcfa0]] | JavaEditorPreferencePage_subWordNavigation |
3 | 5 | [[#609dcfa0]] | JavaEditorPreferencePage_quickassist_lightbulb |
4 | 1 | [[#609dd280]] | EDITOR_IMPORTS_ON_PASTE |
4 | 2 | [[#609dd280]] | EDITOR_SMART_OPENING_BRACE |
4 | 3 | [[#609dd280]] | EDITOR_CLOSE_BRACKETS |
4 | 4 | [[#609dd280]] | EDITOR_SUB_WORD_NAVIGATION |
4 | 5 | [[#609dd280]] | EDITOR_QUICKASSIST_LIGHTBULB |