CloneSet3683


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.951statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14506
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java
24411
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PropertiesFileEditorPreferencePage.java
Clone Instance
1
Line Count
4
Source Line
506
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java

                RGB rgb = PreferenceConverter.getColor(getPreferenceStore(), item.getColorKey());
                fSyntaxForegroundColorEditor.setColorValue(rgb);
                fBoldCheckBox.setSelection(getPreferenceStore().getBoolean(item.getBoldKey()));
                fItalicCheckBox.setSelection(getPreferenceStore().getBoolean(item.getItalicKey()));


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

                RGB rgb = PreferenceConverter.getColor(fOverlayStore, item.getColorKey());
                fSyntaxForegroundColorEditor.setColorValue(rgb);
                fBoldCheckBox.setSelection(fOverlayStore.getBoolean(item.getBoldKey()));
                fItalicCheckBox.setSelection(fOverlayStore.getBoolean(item.getItalicKey()));


Clone AbstractionParameter Count: 1Parameter Bindings

RGB rgb = PreferenceConverter.getColor( [[#variablea08c4240]], item.getColorKey());
fSyntaxForegroundColorEditor.setColorValue(rgb);
fBoldCheckBox.setSelection( [[#variablea08c4240]].getBoolean(item.getBoldKey()));
fItalicCheckBox.setSelection( [[#variablea08c4240]].getBoolean(item.getItalicKey()));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a08c4240]]
fOverlayStore 
12[[#a08c4240]]
getPreferenceStore()