CloneSet4725


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13173
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BrowserInformationControl.java
23121
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java
Clone Instance
1
Line Count
3
Source Line
173
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BrowserInformationControl.java

                fShell = new Shell(parent, SWT.NO_FOCUS|  SWT.ON_TOP|  shellStyle);
                Display display = fShell.getDisplay();
                fShell.setBackground(display.getSystemColor(SWT.COLOR_BLACK));


Clone Instance
2
Line Count
3
Source Line
121
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java

                fShell = new Shell(parent, SWT.NO_FOCUS|  SWT.ON_TOP|  shellStyle);
                Display display = fShell.getDisplay();
                fShell.setBackground(display.getSystemColor(SWT.COLOR_BLACK));


Clone AbstractionParameter Count: 0Parameter Bindings

fShell = new Shell(parent, SWT.NO_FOCUS|SWT.ON_TOP|shellStyle);
Display display = fShell.getDisplay();
fShell.setBackground(display.getSystemColor(SWT.COLOR_BLACK));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None