Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 22 | 6 | 0.954 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 3431 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java |
2 | 3 | 3438 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java |
3 | 2 | 3443 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java |
4 | 2 | 3447 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java |
5 | 2 | 3451 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java |
6 | 2 | 3455 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java |
7 | 2 | 3459 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java |
8 | 2 | 3463 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java |
9 | 2 | 3467 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java |
10 | 2 | 3471 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java |
11 | 2 | 3475 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java |
12 | 2 | 3479 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java |
13 | 2 | 3483 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java |
14 | 2 | 3487 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java |
15 | 2 | 3491 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java |
16 | 2 | 3495 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java |
17 | 2 | 3508 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java |
18 | 2 | 3582 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java |
19 | 2 | 3585 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java |
20 | 2 | 3588 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java |
21 | 2 | 3591 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java |
22 | 2 | 3594 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/PreferenceConstants.java |
| ||||
PreferenceConverter.setDefault(store, PreferenceConstants.EDITOR_MATCHING_BRACKETS_COLOR, new RGB(192, 192, 192)); store.setDefault(PreferenceConstants.EDITOR_CORRECTION_INDICATION, true); |
| ||||
PreferenceConverter.setDefault(store, PreferenceConstants.EDITOR_LINKED_POSITION_COLOR, new RGB(121, 121, 121)); store.setDefault(PreferenceConstants.EDITOR_TAB_WIDTH, 4); |
| ||||
PreferenceConverter.setDefault(store, PreferenceConstants.EDITOR_MULTI_LINE_COMMENT_COLOR, new RGB(63, 127, 95)); store.setDefault(PreferenceConstants.EDITOR_MULTI_LINE_COMMENT_BOLD, false); |
| ||||
PreferenceConverter.setDefault(store, PreferenceConstants.EDITOR_SINGLE_LINE_COMMENT_COLOR, new RGB(63, 127, 95)); store.setDefault(PreferenceConstants.EDITOR_SINGLE_LINE_COMMENT_BOLD, false); |
| ||||
PreferenceConverter.setDefault(store, PreferenceConstants.EDITOR_JAVA_KEYWORD_COLOR, new RGB(127, 0, 85)); store.setDefault(PreferenceConstants.EDITOR_JAVA_KEYWORD_BOLD, true); |
| ||||
PreferenceConverter.setDefault(store, PreferenceConstants.EDITOR_JAVA_ANNOTATION_COLOR, new RGB(100, 100, 100)); store.setDefault(PreferenceConstants.EDITOR_JAVA_ANNOTATION_BOLD, false); |
| ||||
PreferenceConverter.setDefault(store, PreferenceConstants.EDITOR_STRING_COLOR, new RGB(42, 0, 255)); store.setDefault(PreferenceConstants.EDITOR_STRING_BOLD, false); |
| ||||
PreferenceConverter.setDefault(store, PreferenceConstants.EDITOR_JAVA_DEFAULT_COLOR, new RGB(0, 0, 0)); store.setDefault(PreferenceConstants.EDITOR_JAVA_DEFAULT_BOLD, false); |
| ||||
PreferenceConverter.setDefault(store, PreferenceConstants.EDITOR_JAVA_METHOD_NAME_COLOR, new RGB(0, 0, 0)); store.setDefault(PreferenceConstants.EDITOR_JAVA_METHOD_NAME_BOLD, false); |
| ||||
PreferenceConverter.setDefault(store, PreferenceConstants.EDITOR_JAVA_KEYWORD_RETURN_COLOR, new RGB(127, 0, 85)); store.setDefault(PreferenceConstants.EDITOR_JAVA_KEYWORD_RETURN_BOLD, true); |
| ||||
PreferenceConverter.setDefault(store, PreferenceConstants.EDITOR_JAVA_OPERATOR_COLOR, new RGB(0, 0, 0)); store.setDefault(PreferenceConstants.EDITOR_JAVA_OPERATOR_BOLD, false); |
| ||||
PreferenceConverter.setDefault(store, PreferenceConstants.EDITOR_TASK_TAG_COLOR, new RGB(127, 159, 191)); store.setDefault(PreferenceConstants.EDITOR_TASK_TAG_BOLD, true); |
| ||||
PreferenceConverter.setDefault(store, PreferenceConstants.EDITOR_JAVADOC_KEYWORD_COLOR, new RGB(127, 159, 191)); store.setDefault(PreferenceConstants.EDITOR_JAVADOC_KEYWORD_BOLD, true); |
| ||||
PreferenceConverter.setDefault(store, PreferenceConstants.EDITOR_JAVADOC_TAG_COLOR, new RGB(127, 127, 159)); store.setDefault(PreferenceConstants.EDITOR_JAVADOC_TAG_BOLD, false); |
| ||||
PreferenceConverter.setDefault(store, PreferenceConstants.EDITOR_JAVADOC_LINKS_COLOR, new RGB(63, 63, 191)); store.setDefault(PreferenceConstants.EDITOR_JAVADOC_LINKS_BOLD, false); |
| ||||
PreferenceConverter.setDefault(store, PreferenceConstants.EDITOR_JAVADOC_DEFAULT_COLOR, new RGB(63, 95, 191)); store.setDefault(PreferenceConstants.EDITOR_JAVADOC_DEFAULT_BOLD, false); |
| ||||
PreferenceConverter.setDefault(store, PreferenceConstants.CODEASSIST_REPLACEMENT_FOREGROUND, new RGB(255, 0, 0)); store.setDefault(PreferenceConstants.CODEASSIST_AUTOACTIVATION_TRIGGERS_JAVA, "."); //$NON-NLS-1$ |
| ||||
// properties file editor PreferenceConverter.setDefault(store, PreferenceConstants.PROPERTIES_FILE_COLORING_KEY, new RGB(0, 0, 0)); store.setDefault(PreferenceConstants.PROPERTIES_FILE_COLORING_KEY_BOLD, false); |
| ||||
PreferenceConverter.setDefault(store, PreferenceConstants.PROPERTIES_FILE_COLORING_VALUE, new RGB(42, 0, 255)); store.setDefault(PreferenceConstants.PROPERTIES_FILE_COLORING_VALUE_BOLD, false); |
| ||||
PreferenceConverter.setDefault(store, PreferenceConstants.PROPERTIES_FILE_COLORING_ASSIGNMENT, new RGB(0, 0, 0)); store.setDefault(PreferenceConstants.PROPERTIES_FILE_COLORING_ASSIGNMENT_BOLD, false); |
| ||||
PreferenceConverter.setDefault(store, PreferenceConstants.PROPERTIES_FILE_COLORING_ARGUMENT, new RGB(127, 0, 85)); store.setDefault(PreferenceConstants.PROPERTIES_FILE_COLORING_ARGUMENT_BOLD, true); |
| ||||
PreferenceConverter.setDefault(store, PreferenceConstants.PROPERTIES_FILE_COLORING_COMMENT, new RGB(63, 127, 95)); store.setDefault(PreferenceConstants.PROPERTIES_FILE_COLORING_COMMENT_BOLD, false); |
| |||
// properties file editor PreferenceConverter.setDefault(store, PreferenceConstants. [[#variable95b32a80]], new RGB( [[#variable95b32a00]], [[#variable9684e5a0]], [[#variable95b329c0]])); store.setDefault(PreferenceConstants. [[#variableb953cea0]], [[#variable95b329e0]]); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#95b32a80]] | PROPERTIES_FILE_COLORING_COMMENT |
1 | 2 | [[#95b32a80]] | PROPERTIES_FILE_COLORING_ARGUMENT |
1 | 3 | [[#95b32a80]] | PROPERTIES_FILE_COLORING_ASSIGNMENT |
1 | 4 | [[#95b32a80]] | PROPERTIES_FILE_COLORING_VALUE |
1 | 5 | [[#95b32a80]] | PROPERTIES_FILE_COLORING_KEY |
1 | 6 | [[#95b32a80]] | CODEASSIST_REPLACEMENT_FOREGROUND |
1 | 7 | [[#95b32a80]] | EDITOR_JAVADOC_DEFAULT_COLOR |
1 | 8 | [[#95b32a80]] | EDITOR_JAVADOC_LINKS_COLOR |
1 | 9 | [[#95b32a80]] | EDITOR_JAVADOC_TAG_COLOR |
1 | 10 | [[#95b32a80]] | EDITOR_JAVADOC_KEYWORD_COLOR |
1 | 11 | [[#95b32a80]] | EDITOR_TASK_TAG_COLOR |
1 | 12 | [[#95b32a80]] | EDITOR_JAVA_OPERATOR_COLOR |
1 | 13 | [[#95b32a80]] | EDITOR_JAVA_KEYWORD_RETURN_COLOR |
1 | 14 | [[#95b32a80]] | EDITOR_JAVA_METHOD_NAME_COLOR |
1 | 15 | [[#95b32a80]] | EDITOR_JAVA_DEFAULT_COLOR |
1 | 16 | [[#95b32a80]] | EDITOR_STRING_COLOR |
1 | 17 | [[#95b32a80]] | EDITOR_JAVA_ANNOTATION_COLOR |
1 | 18 | [[#95b32a80]] | EDITOR_JAVA_KEYWORD_COLOR |
1 | 19 | [[#95b32a80]] | EDITOR_SINGLE_LINE_COMMENT_COLOR |
1 | 20 | [[#95b32a80]] | EDITOR_MULTI_LINE_COMMENT_COLOR |
1 | 21 | [[#95b32a80]] | EDITOR_LINKED_POSITION_COLOR |
1 | 22 | [[#95b32a80]] | EDITOR_MATCHING_BRACKETS_COLOR |
2 | 1 | [[#95b32a00]] | 63 |
2 | 2 | [[#95b32a00]] | 127 |
2 | 3 | [[#95b32a00]] | 0 |
2 | 4 | [[#95b32a00]] | 42 |
2 | 5 | [[#95b32a00]] | 0 |
2 | 6 | [[#95b32a00]] | 255 |
2 | 7 | [[#95b32a00]] | 63 |
2 | 8 | [[#95b32a00]] | 63 |
2 | 9 | [[#95b32a00]] | 127 |
2 | 10 | [[#95b32a00]] | 127 |
2 | 11 | [[#95b32a00]] | 127 |
2 | 12 | [[#95b32a00]] | 0 |
2 | 13 | [[#95b32a00]] | 127 |
2 | 14 | [[#95b32a00]] | 0 |
2 | 15 | [[#95b32a00]] | 0 |
2 | 16 | [[#95b32a00]] | 42 |
2 | 17 | [[#95b32a00]] | 100 |
2 | 18 | [[#95b32a00]] | 127 |
2 | 19 | [[#95b32a00]] | 63 |
2 | 20 | [[#95b32a00]] | 63 |
2 | 21 | [[#95b32a00]] | 121 |
2 | 22 | [[#95b32a00]] | 192 |
3 | 1 | [[#9684e5a0]] | 127 |
3 | 2 | [[#9684e5a0]] | 0 |
3 | 3 | [[#9684e5a0]] | 0 |
3 | 4 | [[#9684e5a0]] | 0 |
3 | 5 | [[#9684e5a0]] | 0 |
3 | 6 | [[#9684e5a0]] | 0 |
3 | 7 | [[#9684e5a0]] | 95 |
3 | 8 | [[#9684e5a0]] | 63 |
3 | 9 | [[#9684e5a0]] | 127 |
3 | 10 | [[#9684e5a0]] | 159 |
3 | 11 | [[#9684e5a0]] | 159 |
3 | 12 | [[#9684e5a0]] | 0 |
3 | 13 | [[#9684e5a0]] | 0 |
3 | 14 | [[#9684e5a0]] | 0 |
3 | 15 | [[#9684e5a0]] | 0 |
3 | 16 | [[#9684e5a0]] | 0 |
3 | 17 | [[#9684e5a0]] | 100 |
3 | 18 | [[#9684e5a0]] | 0 |
3 | 19 | [[#9684e5a0]] | 127 |
3 | 20 | [[#9684e5a0]] | 127 |
3 | 21 | [[#9684e5a0]] | 121 |
3 | 22 | [[#9684e5a0]] | 192 |
4 | 1 | [[#95b329c0]] | 95 |
4 | 2 | [[#95b329c0]] | 85 |
4 | 3 | [[#95b329c0]] | 0 |
4 | 4 | [[#95b329c0]] | 255 |
4 | 5 | [[#95b329c0]] | 0 |
4 | 6 | [[#95b329c0]] | 0 |
4 | 7 | [[#95b329c0]] | 191 |
4 | 8 | [[#95b329c0]] | 191 |
4 | 9 | [[#95b329c0]] | 159 |
4 | 10 | [[#95b329c0]] | 191 |
4 | 11 | [[#95b329c0]] | 191 |
4 | 12 | [[#95b329c0]] | 0 |
4 | 13 | [[#95b329c0]] | 85 |
4 | 14 | [[#95b329c0]] | 0 |
4 | 15 | [[#95b329c0]] | 0 |
4 | 16 | [[#95b329c0]] | 255 |
4 | 17 | [[#95b329c0]] | 100 |
4 | 18 | [[#95b329c0]] | 85 |
4 | 19 | [[#95b329c0]] | 95 |
4 | 20 | [[#95b329c0]] | 95 |
4 | 21 | [[#95b329c0]] | 121 |
4 | 22 | [[#95b329c0]] | 192 |
5 | 1 | [[#b953cea0]] | PROPERTIES_FILE_COLORING_COMMENT_BOLD |
5 | 2 | [[#b953cea0]] | PROPERTIES_FILE_COLORING_ARGUMENT_BOLD |
5 | 3 | [[#b953cea0]] | PROPERTIES_FILE_COLORING_ASSIGNMENT_BOLD |
5 | 4 | [[#b953cea0]] | PROPERTIES_FILE_COLORING_VALUE_BOLD |
5 | 5 | [[#b953cea0]] | PROPERTIES_FILE_COLORING_KEY_BOLD |
5 | 6 | [[#b953cea0]] | CODEASSIST_AUTOACTIVATION_TRIGGERS_JAVA |
5 | 7 | [[#b953cea0]] | EDITOR_JAVADOC_DEFAULT_BOLD |
5 | 8 | [[#b953cea0]] | EDITOR_JAVADOC_LINKS_BOLD |
5 | 9 | [[#b953cea0]] | EDITOR_JAVADOC_TAG_BOLD |
5 | 10 | [[#b953cea0]] | EDITOR_JAVADOC_KEYWORD_BOLD |
5 | 11 | [[#b953cea0]] | EDITOR_TASK_TAG_BOLD |
5 | 12 | [[#b953cea0]] | EDITOR_JAVA_OPERATOR_BOLD |
5 | 13 | [[#b953cea0]] | EDITOR_JAVA_KEYWORD_RETURN_BOLD |
5 | 14 | [[#b953cea0]] | EDITOR_JAVA_METHOD_NAME_BOLD |
5 | 15 | [[#b953cea0]] | EDITOR_JAVA_DEFAULT_BOLD |
5 | 16 | [[#b953cea0]] | EDITOR_STRING_BOLD |
5 | 17 | [[#b953cea0]] | EDITOR_JAVA_ANNOTATION_BOLD |
5 | 18 | [[#b953cea0]] | EDITOR_JAVA_KEYWORD_BOLD |
5 | 19 | [[#b953cea0]] | EDITOR_SINGLE_LINE_COMMENT_BOLD |
5 | 20 | [[#b953cea0]] | EDITOR_MULTI_LINE_COMMENT_BOLD |
5 | 21 | [[#b953cea0]] | EDITOR_TAB_WIDTH |
5 | 22 | [[#b953cea0]] | EDITOR_CORRECTION_INDICATION |
6 | 1 | [[#95b329e0]] | false |
6 | 2 | [[#95b329e0]] | true |
6 | 3 | [[#95b329e0]] | false |
6 | 4 | [[#95b329e0]] | false |
6 | 5 | [[#95b329e0]] | false |
6 | 6 | [[#95b329e0]] | "." |
6 | 7 | [[#95b329e0]] | false |
6 | 8 | [[#95b329e0]] | false |
6 | 9 | [[#95b329e0]] | false |
6 | 10 | [[#95b329e0]] | true |
6 | 11 | [[#95b329e0]] | true |
6 | 12 | [[#95b329e0]] | false |
6 | 13 | [[#95b329e0]] | true |
6 | 14 | [[#95b329e0]] | false |
6 | 15 | [[#95b329e0]] | false |
6 | 16 | [[#95b329e0]] | false |
6 | 17 | [[#95b329e0]] | false |
6 | 18 | [[#95b329e0]] | true |
6 | 19 | [[#95b329e0]] | false |
6 | 20 | [[#95b329e0]] | false |
6 | 21 | [[#95b329e0]] | 4 |
6 | 22 | [[#95b329e0]] | true |