Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 16 | 4 | 0.967 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 140 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/FoldingConfigurationBlock.java |
2 | 2 | 78 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java |
3 | 2 | 80 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java |
4 | 2 | 82 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java |
5 | 2 | 84 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java |
6 | 2 | 86 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java |
7 | 2 | 88 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java |
8 | 3 | 195 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorHoverConfigurationBlock.java |
9 | 2 | 198 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorHoverConfigurationBlock.java |
10 | 2 | 79 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MarkOccurrencesConfigurationBlock.java |
11 | 2 | 81 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MarkOccurrencesConfigurationBlock.java |
12 | 2 | 83 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MarkOccurrencesConfigurationBlock.java |
13 | 2 | 85 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MarkOccurrencesConfigurationBlock.java |
14 | 2 | 87 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MarkOccurrencesConfigurationBlock.java |
15 | 2 | 68 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/folding/DefaultJavaFoldingPreferenceBlock.java |
16 | 2 | 70 | 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_ENABLED)); overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, PreferenceConstants.EDITOR_FOLDING_PROVIDER)); |
| ||||
overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, PreferenceConstants.EDITOR_MATCHING_BRACKETS_COLOR)); overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_MATCHING_BRACKETS)); |
| ||||
overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_QUICKASSIST_LIGHTBULB)); overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_SMART_HOME_END)); |
| ||||
overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_SUB_WORD_NAVIGATION)); overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_EVALUTE_TEMPORARY_PROBLEMS)); |
| ||||
overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, PreferenceConstants.CODEASSIST_PROPOSALS_BACKGROUND)); overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, PreferenceConstants.CODEASSIST_PROPOSALS_FOREGROUND)); |
| ||||
overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, PreferenceConstants.CODEASSIST_PARAMETERS_BACKGROUND)); overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, PreferenceConstants.CODEASSIST_PARAMETERS_FOREGROUND)); |
| ||||
overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, PreferenceConstants.CODEASSIST_REPLACEMENT_BACKGROUND)); overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.STRING, PreferenceConstants.CODEASSIST_REPLACEMENT_FOREGROUND)); |
| ||||
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)); |
| ||||
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)); |
| ||||
overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_MARK_OCCURRENCES)); overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_MARK_TYPE_OCCURRENCES)); |
| ||||
overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_MARK_METHOD_OCCURRENCES)); overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_MARK_CONSTANT_OCCURRENCES)); |
| ||||
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)); |
| ||||
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)); |
| ||||
overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_MARK_IMPLEMENTORS)); overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_MARK_BREAK_CONTINUE_TARGETS)); |
| ||||
overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_FOLDING_JAVADOC)); overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_FOLDING_INNERTYPES)); |
| ||||
overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_FOLDING_METHODS)); overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore.BOOLEAN, PreferenceConstants.EDITOR_FOLDING_IMPORTS)); |
| |||
overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore. [[#variable61128480]], PreferenceConstants. [[#variableba858240]])); overlayKeys.add(new OverlayPreferenceStore.OverlayKey(OverlayPreferenceStore. [[#variable62704d40]], PreferenceConstants. [[#variable5e646400]])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#61128480]] | BOOLEAN |
1 | 2 | [[#61128480]] | BOOLEAN |
1 | 3 | [[#61128480]] | BOOLEAN |
1 | 4 | [[#61128480]] | BOOLEAN |
1 | 5 | [[#61128480]] | BOOLEAN |
1 | 6 | [[#61128480]] | BOOLEAN |
1 | 7 | [[#61128480]] | BOOLEAN |
1 | 8 | [[#61128480]] | BOOLEAN |
1 | 9 | [[#61128480]] | STRING |
1 | 10 | [[#61128480]] | STRING |
1 | 11 | [[#61128480]] | BOOLEAN |
1 | 12 | [[#61128480]] | BOOLEAN |
1 | 13 | [[#61128480]] | STRING |
1 | 14 | [[#61128480]] | STRING |
1 | 15 | [[#61128480]] | STRING |
1 | 16 | [[#61128480]] | BOOLEAN |
2 | 1 | [[#ba858240]] | EDITOR_FOLDING_JAVADOC |
2 | 2 | [[#ba858240]] | EDITOR_FOLDING_METHODS |
2 | 3 | [[#ba858240]] | EDITOR_MARK_OCCURRENCES |
2 | 4 | [[#ba858240]] | EDITOR_MARK_METHOD_OCCURRENCES |
2 | 5 | [[#ba858240]] | EDITOR_MARK_FIELD_OCCURRENCES |
2 | 6 | [[#ba858240]] | EDITOR_MARK_EXCEPTION_OCCURRENCES |
2 | 7 | [[#ba858240]] | EDITOR_MARK_IMPLEMENTORS |
2 | 8 | [[#ba858240]] | EDITOR_ANNOTATION_ROLL_OVER |
2 | 9 | [[#ba858240]] | EDITOR_TEXT_HOVER_MODIFIERS |
2 | 10 | [[#ba858240]] | EDITOR_MATCHING_BRACKETS_COLOR |
2 | 11 | [[#ba858240]] | EDITOR_QUICKASSIST_LIGHTBULB |
2 | 12 | [[#ba858240]] | EDITOR_SUB_WORD_NAVIGATION |
2 | 13 | [[#ba858240]] | CODEASSIST_PROPOSALS_BACKGROUND |
2 | 14 | [[#ba858240]] | CODEASSIST_PARAMETERS_BACKGROUND |
2 | 15 | [[#ba858240]] | CODEASSIST_REPLACEMENT_BACKGROUND |
2 | 16 | [[#ba858240]] | EDITOR_FOLDING_ENABLED |
3 | 1 | [[#62704d40]] | BOOLEAN |
3 | 2 | [[#62704d40]] | BOOLEAN |
3 | 3 | [[#62704d40]] | BOOLEAN |
3 | 4 | [[#62704d40]] | BOOLEAN |
3 | 5 | [[#62704d40]] | BOOLEAN |
3 | 6 | [[#62704d40]] | BOOLEAN |
3 | 7 | [[#62704d40]] | BOOLEAN |
3 | 8 | [[#62704d40]] | BOOLEAN |
3 | 9 | [[#62704d40]] | STRING |
3 | 10 | [[#62704d40]] | BOOLEAN |
3 | 11 | [[#62704d40]] | BOOLEAN |
3 | 12 | [[#62704d40]] | BOOLEAN |
3 | 13 | [[#62704d40]] | STRING |
3 | 14 | [[#62704d40]] | STRING |
3 | 15 | [[#62704d40]] | STRING |
3 | 16 | [[#62704d40]] | STRING |
4 | 1 | [[#5e646400]] | EDITOR_FOLDING_INNERTYPES |
4 | 2 | [[#5e646400]] | EDITOR_FOLDING_IMPORTS |
4 | 3 | [[#5e646400]] | EDITOR_MARK_TYPE_OCCURRENCES |
4 | 4 | [[#5e646400]] | EDITOR_MARK_CONSTANT_OCCURRENCES |
4 | 5 | [[#5e646400]] | EDITOR_MARK_LOCAL_VARIABLE_OCCURRENCES |
4 | 6 | [[#5e646400]] | EDITOR_MARK_METHOD_EXIT_POINTS |
4 | 7 | [[#5e646400]] | EDITOR_MARK_BREAK_CONTINUE_TARGETS |
4 | 8 | [[#5e646400]] | EDITOR_SHOW_TEXT_HOVER_AFFORDANCE |
4 | 9 | [[#5e646400]] | EDITOR_TEXT_HOVER_MODIFIER_MASKS |
4 | 10 | [[#5e646400]] | EDITOR_MATCHING_BRACKETS |
4 | 11 | [[#5e646400]] | EDITOR_SMART_HOME_END |
4 | 12 | [[#5e646400]] | EDITOR_EVALUTE_TEMPORARY_PROBLEMS |
4 | 13 | [[#5e646400]] | CODEASSIST_PROPOSALS_FOREGROUND |
4 | 14 | [[#5e646400]] | CODEASSIST_PARAMETERS_FOREGROUND |
4 | 15 | [[#5e646400]] | CODEASSIST_REPLACEMENT_FOREGROUND |
4 | 16 | [[#5e646400]] | EDITOR_FOLDING_PROVIDER |