CloneSet9115


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

                fNewTableItem = fFilterTable.getItem(0);

                // create & configure Text widget for editor
                // Fix for bug 1766.  Border behavior on for text fields varies per platform.
                // On Motif, you always get a border, on other platforms,
                // you don't.  Specifying a border on Motif results in the characters
                // getting pushed down so that only there very tops are visible.  Thus,
                // we have to specify different style constants for the different platforms.
                int textStyles = SWT.SINGLE|  SWT.LEFT;


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

                fNewTableItem = fFilterTable.getItem(0);

                // create & configure Text widget for editor
                // Fix for bug 1766.  Border behavior on for text fields varies per platform.
                // On Motif, you always get a border, on other platforms,
                // you don't.  Specifying a border on Motif results in the characters
                // getting pushed down so that only there very tops are visible.  Thus,
                // we have to specify different style constants for the different platforms.
                int textStyles = SWT.SINGLE|  SWT.LEFT;


Clone AbstractionParameter Count: 0Parameter Bindings

fNewTableItem = fFilterTable.getItem(0);
// create & configure Text widget for editor
// Fix for bug 1766.  Border behavior on for text fields varies per platform.
// On Motif, you always get a border, on other platforms,
// you don't.  Specifying a border on Motif results in the characters
// getting pushed down so that only there very tops are visible.  Thus,
// we have to specify different style constants for the different platforms.
int textStyles = SWT.SINGLE|SWT.LEFT;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None