Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.965 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 280 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BrowserInformationControl.java |
2 | 2 | 206 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java |
| ||||
/** * Creates a default information control with the given shell as parent. The given * information presenter is used to process the information to be displayed. The given * styles are applied to the created styled text widget. * * @param parent the parent shell * @param style the additional styles for the browser widget */ public BrowserInformationControl(Shell parent, int style) { this(parent, SWT.TOOL| SWT.NO_TRIM, style); } |
| ||||
/** * Creates a default information control with the given shell as parent. The given * information presenter is used to process the information to be displayed. The given * styles are applied to the created styled text widget. * * @param parent the parent shell * @param style the additional styles for the styled text widget */ public SourceViewerInformationControl(Shell parent, int style) { this(parent, SWT.NO_TRIM| SWT.TOOL, style); } |
| |||
/** * Creates a default information control with the given shell as parent. The given * information presenter is used to process the information to be displayed. The given * styles are applied to the created styled text widget. * * @param parent the parent shell * @param style the additional styles for the styled text widget */ /** * Creates a default information control with the given shell as parent. The given * information presenter is used to process the information to be displayed. The given * styles are applied to the created styled text widget. * * @param parent the parent shell * @param style the additional styles for the browser widget */ public [[#variableb9c523c0]](Shell parent, int style) { this(parent, SWT. [[#variableb9c52340]]|SWT. [[#variableb9c522c0]], style); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b9c523c0]] | SourceViewerInformationControl |
1 | 2 | [[#b9c523c0]] | BrowserInformationControl |
2 | 1 | [[#b9c52340]] | NO_TRIM |
2 | 2 | [[#b9c52340]] | TOOL |
3 | 1 | [[#b9c522c0]] | TOOL |
3 | 2 | [[#b9c522c0]] | NO_TRIM |