CloneSet267


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
21640.967statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12140
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/FoldingConfigurationBlock.java
2278
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java
3280
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java
4282
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java
5284
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java
6286
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java
7288
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java
83195
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorHoverConfigurationBlock.java
92198
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorHoverConfigurationBlock.java
10279
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MarkOccurrencesConfigurationBlock.java
11281
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MarkOccurrencesConfigurationBlock.java
12283
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MarkOccurrencesConfigurationBlock.java
13285
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MarkOccurrencesConfigurationBlock.java
14287
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MarkOccurrencesConfigurationBlock.java
15268
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/folding/DefaultJavaFoldingPreferenceBlock.java
16270
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/folding/DefaultJavaFoldingPreferenceBlock.java
Clone Instance
1
Line Count
2
Source Line
140
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/FoldingConfigurationBlock.java

                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_FOLDING_ENABLED));
                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, PreferenceConstants.EDITOR_FOLDING_PROVIDER));


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

                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, PreferenceConstants.EDITOR_MATCHING_BRACKETS_COLOR));
                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_MATCHING_BRACKETS));


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

                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_QUICKASSIST_LIGHTBULB));
                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_SMART_HOME_END));


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

                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_SUB_WORD_NAVIGATION));
                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_EVALUTE_TEMPORARY_PROBLEMS));


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

                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, PreferenceConstants.CODEASSIST_PROPOSALS_BACKGROUND));
                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, PreferenceConstants.CODEASSIST_PROPOSALS_FOREGROUND));


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

                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, PreferenceConstants.CODEASSIST_PARAMETERS_BACKGROUND));
                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, PreferenceConstants.CODEASSIST_PARAMETERS_FOREGROUND));


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

                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, PreferenceConstants.CODEASSIST_REPLACEMENT_BACKGROUND));
                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, PreferenceConstants.CODEASSIST_REPLACEMENT_FOREGROUND));


Clone Instance
8
Line Count
3
Source Line
195
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorHoverConfigurationBlock.java

                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_ANNOTATION_ROLL_OVER));

                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_SHOW_TEXT_HOVER_AFFORDANCE));


Clone Instance
9
Line Count
2
Source Line
198
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorHoverConfigurationBlock.java

                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, PreferenceConstants.EDITOR_TEXT_HOVER_MODIFIERS));
                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, PreferenceConstants.EDITOR_TEXT_HOVER_MODIFIER_MASKS));


Clone Instance
10
Line Count
2
Source Line
79
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MarkOccurrencesConfigurationBlock.java

                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_MARK_OCCURRENCES));
                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_MARK_TYPE_OCCURRENCES));


Clone Instance
11
Line Count
2
Source Line
81
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MarkOccurrencesConfigurationBlock.java

                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_MARK_METHOD_OCCURRENCES));
                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_MARK_CONSTANT_OCCURRENCES));


Clone Instance
12
Line Count
2
Source Line
83
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MarkOccurrencesConfigurationBlock.java

                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_MARK_FIELD_OCCURRENCES));
                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_MARK_LOCAL_VARIABLE_OCCURRENCES));


Clone Instance
13
Line Count
2
Source Line
85
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MarkOccurrencesConfigurationBlock.java

                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_MARK_EXCEPTION_OCCURRENCES));
                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_MARK_METHOD_EXIT_POINTS));


Clone Instance
14
Line Count
2
Source Line
87
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MarkOccurrencesConfigurationBlock.java

                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_MARK_IMPLEMENTORS));
                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_MARK_BREAK_CONTINUE_TARGETS));


Clone Instance
15
Line Count
2
Source Line
68
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/folding/DefaultJavaFoldingPreferenceBlock.java

                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_FOLDING_JAVADOC));
                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_FOLDING_INNERTYPES));


Clone Instance
16
Line Count
2
Source Line
70
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/folding/DefaultJavaFoldingPreferenceBlock.java

                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_FOLDING_METHODS));
                overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_FOLDING_IMPORTS));


Clone AbstractionParameter Count: 4Parameter Bindings

overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore. [[#variable61128480]], PreferenceConstants. [[#variableba858240]]));
overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore. [[#variable62704d40]], PreferenceConstants. [[#variable5e646400]]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#61128480]]
BOOLEAN 
12[[#61128480]]
BOOLEAN 
13[[#61128480]]
BOOLEAN 
14[[#61128480]]
BOOLEAN 
15[[#61128480]]
BOOLEAN 
16[[#61128480]]
BOOLEAN 
17[[#61128480]]
BOOLEAN 
18[[#61128480]]
BOOLEAN 
19[[#61128480]]
STRING 
110[[#61128480]]
STRING 
111[[#61128480]]
BOOLEAN 
112[[#61128480]]
BOOLEAN 
113[[#61128480]]
STRING 
114[[#61128480]]
STRING 
115[[#61128480]]
STRING 
116[[#61128480]]
BOOLEAN 
21[[#ba858240]]
EDITOR_FOLDING_JAVADOC 
22[[#ba858240]]
EDITOR_FOLDING_METHODS 
23[[#ba858240]]
EDITOR_MARK_OCCURRENCES 
24[[#ba858240]]
EDITOR_MARK_METHOD_OCCURRENCES 
25[[#ba858240]]
EDITOR_MARK_FIELD_OCCURRENCES 
26[[#ba858240]]
EDITOR_MARK_EXCEPTION_OCCURRENCES 
27[[#ba858240]]
EDITOR_MARK_IMPLEMENTORS 
28[[#ba858240]]
EDITOR_ANNOTATION_ROLL_OVER 
29[[#ba858240]]
EDITOR_TEXT_HOVER_MODIFIERS 
210[[#ba858240]]
EDITOR_MATCHING_BRACKETS_COLOR 
211[[#ba858240]]
EDITOR_QUICKASSIST_LIGHTBULB 
212[[#ba858240]]
EDITOR_SUB_WORD_NAVIGATION 
213[[#ba858240]]
CODEASSIST_PROPOSALS_BACKGROUND 
214[[#ba858240]]
CODEASSIST_PARAMETERS_BACKGROUND 
215[[#ba858240]]
CODEASSIST_REPLACEMENT_BACKGROUND 
216[[#ba858240]]
EDITOR_FOLDING_ENABLED 
31[[#62704d40]]
BOOLEAN 
32[[#62704d40]]
BOOLEAN 
33[[#62704d40]]
BOOLEAN 
34[[#62704d40]]
BOOLEAN 
35[[#62704d40]]
BOOLEAN 
36[[#62704d40]]
BOOLEAN 
37[[#62704d40]]
BOOLEAN 
38[[#62704d40]]
BOOLEAN 
39[[#62704d40]]
STRING 
310[[#62704d40]]
BOOLEAN 
311[[#62704d40]]
BOOLEAN 
312[[#62704d40]]
BOOLEAN 
313[[#62704d40]]
STRING 
314[[#62704d40]]
STRING 
315[[#62704d40]]
STRING 
316[[#62704d40]]
STRING 
41[[#5e646400]]
EDITOR_FOLDING_INNERTYPES 
42[[#5e646400]]
EDITOR_FOLDING_IMPORTS 
43[[#5e646400]]
EDITOR_MARK_TYPE_OCCURRENCES 
44[[#5e646400]]
EDITOR_MARK_CONSTANT_OCCURRENCES 
45[[#5e646400]]
EDITOR_MARK_LOCAL_VARIABLE_OCCURRENCES 
46[[#5e646400]]
EDITOR_MARK_METHOD_EXIT_POINTS 
47[[#5e646400]]
EDITOR_MARK_BREAK_CONTINUE_TARGETS 
48[[#5e646400]]
EDITOR_SHOW_TEXT_HOVER_AFFORDANCE 
49[[#5e646400]]
EDITOR_TEXT_HOVER_MODIFIER_MASKS 
410[[#5e646400]]
EDITOR_MATCHING_BRACKETS 
411[[#5e646400]]
EDITOR_SMART_HOME_END 
412[[#5e646400]]
EDITOR_EVALUTE_TEMPORARY_PROBLEMS 
413[[#5e646400]]
CODEASSIST_PROPOSALS_FOREGROUND 
414[[#5e646400]]
CODEASSIST_PARAMETERS_FOREGROUND 
415[[#5e646400]]
CODEASSIST_REPLACEMENT_FOREGROUND 
416[[#5e646400]]
EDITOR_FOLDING_PROVIDER