CloneSet1534


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
17201.000statement_sequence[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
117129
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/EditWhereColsSheet.java
217162
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/sqlfilter/SQLFilterSheet.java
Next
Last
Clone Instance
1
Line Count
17
Source Line
129
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/properties/EditWhereColsSheet.java

pack();
/*
 * TODO: Work out why
 * KLUDGE: For some reason, I am not able to get the sheet to
 * size correctly. It always displays with a size that causes
 * the sub-panels to have their scrollbars showing. Add a bit
 * of an increase in the size of the panel so the scrollbars
 * are not displayed.
 */
Dimension d = getSize();
d.width += 5;
d.height += 5;
setSize(d);
/*
 * END-KLUDGE
 */
DialogWidget.centerWithinDesktop(this );


First
Previous
Clone Instance
2
Line Count
17
Source Line
162
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/sqlfilter/SQLFilterSheet.java

pack();
/*
 * TODO: Find out why
 * KLUDGE: For some reason, I am not able to get the sheet to
 * size correctly. It always displays with a size that causes
 * the sub-panels to have their scrollbars showing. Add a bit
 * of an increase in the size of the panel so the scrollbars
 * are not displayed.
 */
Dimension d = getSize();
d.width += 5;
d.height += 5;
setSize(d);
/*
 * END-KLUDGE
 */
DialogWidget.centerWithinDesktop(this );


Clone AbstractionParameter Count: 0Parameter Bindings

pack();
/*
                                         * TODO: Find out why
                                         * KLUDGE: For some reason, I am not able to get the sheet to
                                         * size correctly. It always displays with a size that causes
                                         * the sub-panels to have their scrollbars showing. Add a bit
                                         * of an increase in the size of the panel so the scrollbars
                                         * are not displayed.
                                         */
/*
                                 * TODO: Work out why
                                 * KLUDGE: For some reason, I am not able to get the sheet to
                                 * size correctly. It always displays with a size that causes
                                 * the sub-panels to have their scrollbars showing. Add a bit
                                 * of an increase in the size of the panel so the scrollbars
                                 * are not displayed.
                                 */
Dimension d = getSize();
d.width += 5;
d.height += 5;
setSize(d);
/*
                                         * END-KLUDGE
                                         */
/*
                                 * END-KLUDGE
                                 */
DialogWidget.centerWithinDesktop(this );
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None