CloneSet2147


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14210.996statement_sequence[10]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
114274
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/propertypages/ExceptionFilterEditor.java
214528
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPreferencePage.java
Clone Instance
1
Line Count
14
Source Line
274
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/propertypages/ExceptionFilterEditor.java

                fEditorText = new Text(fFilterTable, textStyles);
                GridData gd = new GridData(GridData.FILL_BOTH);
                fEditorText.setLayoutData(gd);

                // set the editor
                fTableEditor.horizontalAlignment = SWT.LEFT;
                fTableEditor.grabHorizontal = true;
                fTableEditor.setEditor(fEditorText, fNewTableItem, 0);

                // get the editor ready to use
                fEditorText.setText(fNewFilter.getName());
                fEditorText.selectAll();
                setEditorListeners(fEditorText);
                fEditorText.setFocus();


Clone Instance
2
Line Count
14
Source Line
528
Source File
plugins/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPreferencePage.java

                fEditorText = new Text(fFilterTable, textStyles);
                GridData gd = new GridData(GridData.FILL_BOTH);
                fEditorText.setLayoutData(gd);

                // set the editor
                fTableEditor.horizontalAlignment = SWT.LEFT;
                fTableEditor.grabHorizontal = true;
                fTableEditor.setEditor(fEditorText, fNewTableItem, 0);

                // get the editor ready to use
                fEditorText.setText(fNewStackFilter.getName());
                fEditorText.selectAll();
                setEditorListeners(fEditorText);
                fEditorText.setFocus();


Clone AbstractionParameter Count: 1Parameter Bindings

fEditorText = new Text(fFilterTable, textStyles);
GridData gd = new GridData(GridData.FILL_BOTH);
fEditorText.setLayoutData(gd);
// set the editor
fTableEditor.horizontalAlignment = SWT.LEFT;
fTableEditor.grabHorizontal = true;
fTableEditor.setEditor(fEditorText, fNewTableItem, 0);
// get the editor ready to use
fEditorText.setText( [[#variable9753a1e0]].getName());
fEditorText.selectAll();
setEditorListeners(fEditorText);
fEditorText.setFocus();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9753a1e0]]
fNewStackFilter 
12[[#9753a1e0]]
fNewFilter