CloneSet1848


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12357
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/AliasInternalFrame.java
22346
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/preferences/GlobalPreferencesSheet.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
357
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/gui/db/AliasInternalFrame.java

// This seems to be necessary to get background colours
// correct. Without it labels added to the content pane
// have a dark background while those added to a JPanel
// in the content pane have a light background under
// the java look and feel. Similar effects occur for other
// look and feels.
final JPanel contentPane = new JPanel();
contentPane.setBorder(BorderFactory.createEmptyBorder(5, 10, 5, 10));


First
Previous
Clone Instance
2
Line Count
2
Source Line
346
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/preferences/GlobalPreferencesSheet.java

// This seems to be necessary to get background colours
// correct. Without it labels added to the content pane
// have a dark background while those added to a JPanel
// in the content pane have a light background under
// the java look and feel. Similar effects occur for other
// look and feels.
final JPanel contentPane = new JPanel();
contentPane.setBorder(BorderFactory.createEmptyBorder(5, 10, 5, 10));


Clone AbstractionParameter Count: 0Parameter Bindings

// This seems to be necessary to get background colours
// correct. Without it labels added to the content pane
// have a dark background while those added to a JPanel
// in the content pane have a light background under
// the java look and feel. Similar effects occur for other
// look and feels.
final JPanel contentPane = new JPanel();
contentPane.setBorder(BorderFactory.createEmptyBorder(5, 10, 5, 10));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None