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.959 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 866 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditor.java |
2 | 2 | 737 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaSourceViewerConfiguration.java |
| ||||
int style = SWT.V_SCROLL| SWT.H_SCROLL; return new SourceViewerInformationControl(shell, shellStyle, style); |
| ||||
int treeStyle = SWT.V_SCROLL| SWT.H_SCROLL; return new HierarchyInformationControl(parent, shellStyle, treeStyle); |
| |||
int [[#variable58cea540]]= SWT.V_SCROLL|SWT.H_SCROLL; return new [[#variable58d39c20]]( [[#variable58d39c40]], shellStyle, [[#variable58cea540]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58cea540]] | style |
1 | 2 | [[#58cea540]] | treeStyle |
2 | 1 | [[#58d39c20]] | SourceViewerInformationControl |
2 | 2 | [[#58d39c20]] | HierarchyInformationControl |
3 | 1 | [[#58d39c40]] | shell |
3 | 2 | [[#58d39c40]] | parent |