| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 6 | 3 | 0.958 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 363 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateBlock.java |
| 2 | 2 | 398 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java |
| 3 | 2 | 58 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/JavaPreview.java |
| 4 | 2 | 770 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java |
| 5 | 2 | 108 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaTemplatePreferencePage.java |
| 6 | 2 | 578 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PropertiesFileEditorPreferencePage.java |
| ||||
Font font = JFaceResources.getFont(PreferenceConstants.EDITOR_TEXT_FONT);
viewer.getTextWidget().setFont(font);
|
| ||||
Font font = JFaceResources.getFont(PreferenceConstants.EDITOR_TEXT_FONT);
viewer.getTextWidget().setFont(font);
|
| ||||
final Font font = JFaceResources.getFont(PreferenceConstants.EDITOR_TEXT_FONT);
fSourceViewer.getTextWidget().setFont(font);
|
| ||||
Font font = JFaceResources.getFont(PreferenceConstants.EDITOR_TEXT_FONT);
fPreviewViewer.getTextWidget().setFont(font);
|
| ||||
Font font = JFaceResources.getFont(PreferenceConstants.EDITOR_TEXT_FONT);
viewer.getTextWidget().setFont(font);
|
| ||||
Font font = JFaceResources.getFont(PreferenceConstants.PROPERTIES_FILE_EDITOR_TEXT_FONT);
fPreviewViewer.getTextWidget().setFont(font);
|
| |||
[[#variable55621a40]]Font font = JFaceResources.getFont(PreferenceConstants. [[#variable55621a00]]); [[#variable55621aa0]].getTextWidget().setFont(font); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#55621a40]] | |
| 1 | 2 | [[#55621a40]] | |
| 1 | 3 | [[#55621a40]] | |
| 1 | 4 | [[#55621a40]] | final |
| 1 | 5 | [[#55621a40]] | |
| 1 | 6 | [[#55621a40]] | |
| 2 | 1 | [[#55621a00]] | PROPERTIES_FILE_EDITOR_TEXT_FONT |
| 2 | 2 | [[#55621a00]] | EDITOR_TEXT_FONT |
| 2 | 3 | [[#55621a00]] | EDITOR_TEXT_FONT |
| 2 | 4 | [[#55621a00]] | EDITOR_TEXT_FONT |
| 2 | 5 | [[#55621a00]] | EDITOR_TEXT_FONT |
| 2 | 6 | [[#55621a00]] | EDITOR_TEXT_FONT |
| 3 | 1 | [[#55621aa0]] | fPreviewViewer |
| 3 | 2 | [[#55621aa0]] | viewer |
| 3 | 3 | [[#55621aa0]] | fPreviewViewer |
| 3 | 4 | [[#55621aa0]] | fSourceViewer |
| 3 | 5 | [[#55621aa0]] | viewer |
| 3 | 6 | [[#55621aa0]] | viewer |