CloneSet1394


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12220.994statement_sequence[10]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
112260
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JavaDetailFormattersPreferencePage.java
212265
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JavaLogicalStructuresPreferencePage.java
Clone Instance
1
Line Count
12
Source Line
260
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JavaDetailFormattersPreferencePage.java

                fCodeViewer = new JDISourceViewer(container,  null, SWT.BORDER|  SWT.V_SCROLL|  SWT.H_SCROLL);

                JavaTextTools tools = JDIDebugUIPlugin.getDefault().getJavaTextTools();
                IDocument document = new Document();
                tools.setupJavaDocumentPartitioner(document, IJavaPartitions.JAVA_PARTITIONING);
                fCodeViewer.configure(new DisplayViewerConfiguration());
                fCodeViewer.setEditable(false);
                fCodeViewer.setDocument(document);

                Control control = fCodeViewer.getControl();
                GridData gd = new GridData(GridData.FILL_BOTH);
        gd.horizontalSpan = 2;


Clone Instance
2
Line Count
12
Source Line
265
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JavaLogicalStructuresPreferencePage.java

        fCodeViewer = new JDISourceViewer(parent,  null, SWT.BORDER|  SWT.V_SCROLL|  SWT.H_SCROLL);

        JavaTextTools tools = JDIDebugUIPlugin.getDefault().getJavaTextTools();
        IDocument document = new Document();
        tools.setupJavaDocumentPartitioner(document, IJavaPartitions.JAVA_PARTITIONING);
        fCodeViewer.configure(new DisplayViewerConfiguration());
        fCodeViewer.setEditable(false);
        fCodeViewer.setDocument(document);

        Control control = fCodeViewer.getControl();
        GridData gd = new GridData(GridData.HORIZONTAL_ALIGN_FILL);
        gd.horizontalSpan = 2;


Clone AbstractionParameter Count: 2Parameter Bindings

fCodeViewer = new JDISourceViewer( [[#variableb315d360]], null, SWT.BORDER|SWT.V_SCROLL|SWT.H_SCROLL);
JavaTextTools tools = JDIDebugUIPlugin.getDefault().getJavaTextTools();
IDocument document = new Document();
tools.setupJavaDocumentPartitioner(document, IJavaPartitions.JAVA_PARTITIONING);
fCodeViewer.configure(new DisplayViewerConfiguration());
fCodeViewer.setEditable(false);
fCodeViewer.setDocument(document);
Control control = fCodeViewer.getControl();
GridData gd = new GridData(GridData. [[#variable56fe6260]]);
gd.horizontalSpan = 2;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b315d360]]
parent 
12[[#b315d360]]
container 
21[[#56fe6260]]
HORIZONTAL_ALIGN_FILL 
22[[#56fe6260]]
FILL_BOTH