Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.970 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 264 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorAppearanceConfigurationBlock.java |
2 | 3 | 627 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java |
3 | 3 | 466 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PropertiesFileEditorPreferencePage.java |
| ||||
fAppearanceColorEditor = new ColorSelector(stylesComposite); Button foregroundColorButton = fAppearanceColorEditor.getButton(); gd = new GridData(GridData.FILL_HORIZONTAL); |
| ||||
fSyntaxForegroundColorEditor = new ColorSelector(stylesComposite); Button foregroundColorButton = fSyntaxForegroundColorEditor.getButton(); gd = new GridData(GridData.HORIZONTAL_ALIGN_BEGINNING); |
| ||||
fSyntaxForegroundColorEditor = new ColorSelector(stylesComposite); Button foregroundColorButton = fSyntaxForegroundColorEditor.getButton(); gd = new GridData(GridData.HORIZONTAL_ALIGN_BEGINNING); |
| |||
[[#variablea3c4c680]]= new ColorSelector(stylesComposite); Button foregroundColorButton = [[#variablea3c4c680]].getButton(); gd = new GridData(GridData. [[#variablea52faf20]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a3c4c680]] | fSyntaxForegroundColorEditor |
1 | 2 | [[#a3c4c680]] | fAppearanceColorEditor |
1 | 3 | [[#a3c4c680]] | fSyntaxForegroundColorEditor |
2 | 1 | [[#a52faf20]] | HORIZONTAL_ALIGN_BEGINNING |
2 | 2 | [[#a52faf20]] | FILL_HORIZONTAL |
2 | 3 | [[#a52faf20]] | HORIZONTAL_ALIGN_BEGINNING |