Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 2 | 0.967 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 197 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BrowserInformationControl.java |
2 | 2 | 208 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BrowserInformationControl.java |
3 | 2 | 142 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java |
4 | 3 | 190 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java |
| ||||
composite.setForeground(display.getSystemColor(SWT.COLOR_INFO_FOREGROUND)); composite.setBackground(display.getSystemColor(SWT.COLOR_INFO_BACKGROUND)); |
| ||||
fBrowser.setForeground(display.getSystemColor(SWT.COLOR_INFO_FOREGROUND)); fBrowser.setBackground(display.getSystemColor(SWT.COLOR_INFO_BACKGROUND)); |
| ||||
composite.setForeground(display.getSystemColor(SWT.COLOR_INFO_FOREGROUND)); composite.setBackground(display.getSystemColor(SWT.COLOR_INFO_BACKGROUND)); |
| ||||
// Regarding the color see bug 41128 fStatusField.setForeground(display.getSystemColor(SWT.COLOR_WIDGET_DARK_SHADOW)); fStatusField.setBackground(display.getSystemColor(SWT.COLOR_INFO_BACKGROUND)); |
| |||
[[#variable5407b2a0]].setForeground(display.getSystemColor(SWT. [[#variable99ecd300]])); [[#variable5407b2a0]].setBackground(display.getSystemColor(SWT.COLOR_INFO_BACKGROUND)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5407b2a0]] | composite |
1 | 2 | [[#5407b2a0]] | // Regarding the color see bug 41128 fStatusField |
1 | 3 | [[#5407b2a0]] | fBrowser |
1 | 4 | [[#5407b2a0]] | composite |
2 | 1 | [[#99ecd300]] | COLOR_INFO_FOREGROUND |
2 | 2 | [[#99ecd300]] | COLOR_WIDGET_DARK_SHADOW |
2 | 3 | [[#99ecd300]] | COLOR_INFO_FOREGROUND |
2 | 4 | [[#99ecd300]] | COLOR_INFO_FOREGROUND |