CloneSet1372


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4540.965statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14200
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java
24218
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java
34136
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SmartTypingConfigurationBlock.java
44161
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SmartTypingConfigurationBlock.java
54177
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SmartTypingConfigurationBlock.java
Clone Instance
1
Line Count
4
Source Line
200
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java

                addCheckBox(appearanceComposite, label, PreferenceConstants.EDITOR_SMART_HOME_END, 0);

                label = PreferencesMessages.JavaEditorPreferencePage_subWordNavigation;
                addCheckBox(appearanceComposite, label, PreferenceConstants.EDITOR_SUB_WORD_NAVIGATION, 0);


Clone Instance
2
Line Count
4
Source Line
218
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java

                addCheckBox(appearanceComposite, label, PreferenceConstants.EDITOR_MATCHING_BRACKETS, 0);

                label = PreferencesMessages.JavaEditorPreferencePage_quickassist_lightbulb;
                addCheckBox(appearanceComposite, label, PreferenceConstants.EDITOR_QUICKASSIST_LIGHTBULB, 0);


Clone Instance
3
Line Count
4
Source Line
136
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SmartTypingConfigurationBlock.java

                addCheckBox(composite, label, PreferenceConstants.EDITOR_SMART_PASTE, 0);

                label = PreferencesMessages.JavaEditorPreferencePage_importsOnPaste;
                addCheckBox(composite, label, PreferenceConstants.EDITOR_IMPORTS_ON_PASTE, 0);


Clone Instance
4
Line Count
4
Source Line
161
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SmartTypingConfigurationBlock.java

                addCheckBox(composite, label, PreferenceConstants.EDITOR_SMART_SEMICOLON, 0);

                label = PreferencesMessages.JavaEditorPreferencePage_typing_smartOpeningBrace;
                addCheckBox(composite, label, PreferenceConstants.EDITOR_SMART_OPENING_BRACE, 0);


Clone Instance
5
Line Count
4
Source Line
177
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/SmartTypingConfigurationBlock.java

                addCheckBox(composite, label, PreferenceConstants.EDITOR_CLOSE_STRINGS, 0);

                label = PreferencesMessages.JavaEditorPreferencePage_closeBrackets;
                addCheckBox(composite, label, PreferenceConstants.EDITOR_CLOSE_BRACKETS, 0);


Clone AbstractionParameter Count: 4Parameter Bindings

addCheckBox( [[#variable609dd260]], label, PreferenceConstants. [[#variableb9b3a380]], 0);
label = PreferencesMessages. [[#variable609dcfa0]];
addCheckBox( [[#variable609dd260]], label, PreferenceConstants. [[#variable609dd280]], 0);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#609dd260]]
composite 
12[[#609dd260]]
composite 
13[[#609dd260]]
composite 
14[[#609dd260]]
appearanceComposite 
15[[#609dd260]]
appearanceComposite 
21[[#b9b3a380]]
EDITOR_SMART_PASTE 
22[[#b9b3a380]]
EDITOR_SMART_SEMICOLON 
23[[#b9b3a380]]
EDITOR_CLOSE_STRINGS 
24[[#b9b3a380]]
EDITOR_SMART_HOME_END 
25[[#b9b3a380]]
EDITOR_MATCHING_BRACKETS 
31[[#609dcfa0]]
JavaEditorPreferencePage_importsOnPaste 
32[[#609dcfa0]]
JavaEditorPreferencePage_typing_smartOpeningBrace 
33[[#609dcfa0]]
JavaEditorPreferencePage_closeBrackets 
34[[#609dcfa0]]
JavaEditorPreferencePage_subWordNavigation 
35[[#609dcfa0]]
JavaEditorPreferencePage_quickassist_lightbulb 
41[[#609dd280]]
EDITOR_IMPORTS_ON_PASTE 
42[[#609dd280]]
EDITOR_SMART_OPENING_BRACE 
43[[#609dd280]]
EDITOR_CLOSE_BRACKETS 
44[[#609dd280]]
EDITOR_SUB_WORD_NAVIGATION 
45[[#609dd280]]
EDITOR_QUICKASSIST_LIGHTBULB