CloneSet110


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9501.000statement_sequence[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19158
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/plugin/PluginManagerDialog.java
210107
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/profiles/ProfileChooserDialog.java
39147
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/accountlist/AccountListDialog.java
49221
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/filter/ConfigFrame.java
59148
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/subscribe/SubscribeDialog.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
158
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/plugin/PluginManagerDialog.java

// top panel
JPanel topPanel = new JPanel();
topPanel.setLayout(new BoxLayout(topPanel, BoxLayout.X_AXIS));
GridBagLayout gridBagLayout = new GridBagLayout();
GridBagConstraints c = new GridBagConstraints();
// topPanel.setLayout( );
JPanel topBorderPanel = new JPanel();
topBorderPanel.setLayout(new BorderLayout());


Next
Previous
Clone Instance
2
Line Count
10
Source Line
107
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/profiles/ProfileChooserDialog.java

//               top panel
JPanel topPanel = new JPanel();
topPanel.setLayout(new BoxLayout(topPanel, BoxLayout.X_AXIS));
GridBagLayout gridBagLayout = new GridBagLayout();
GridBagConstraints c = new GridBagConstraints();
//topPanel.setLayout( );
JPanel topBorderPanel = new JPanel();
topBorderPanel.setLayout(new BorderLayout());


Next
Previous
Clone Instance
3
Line Count
9
Source Line
147
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/accountlist/AccountListDialog.java

// top panel
JPanel topPanel = new JPanel();
topPanel.setLayout(new BoxLayout(topPanel, BoxLayout.X_AXIS));
GridBagLayout gridBagLayout = new GridBagLayout();
GridBagConstraints c = new GridBagConstraints();
// topPanel.setLayout( );
JPanel topBorderPanel = new JPanel();
topBorderPanel.setLayout(new BorderLayout());


Next
Previous
Clone Instance
4
Line Count
9
Source Line
221
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/filter/ConfigFrame.java

// top panel
JPanel topPanel = new JPanel();
topPanel.setLayout(new BoxLayout(topPanel, BoxLayout.X_AXIS));
GridBagLayout gridBagLayout = new GridBagLayout();
GridBagConstraints c = new GridBagConstraints();
// topPanel.setLayout( );
JPanel topBorderPanel = new JPanel();
topBorderPanel.setLayout(new BorderLayout());


First
Previous
Clone Instance
5
Line Count
9
Source Line
148
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/subscribe/SubscribeDialog.java

// top panel
JPanel topPanel = new JPanel();
topPanel.setLayout(new BoxLayout(topPanel, BoxLayout.X_AXIS));
GridBagLayout gridBagLayout = new GridBagLayout();
GridBagConstraints c = new GridBagConstraints();
// topPanel.setLayout( );
JPanel topBorderPanel = new JPanel();
topBorderPanel.setLayout(new BorderLayout());


Clone AbstractionParameter Count: 0Parameter Bindings

// top panel
//               top panel
JPanel topPanel = new JPanel();
topPanel.setLayout(new BoxLayout(topPanel, BoxLayout.X_AXIS));
GridBagLayout gridBagLayout = new GridBagLayout();
GridBagConstraints c = new GridBagConstraints();
// topPanel.setLayout( );
//topPanel.setLayout( );
JPanel topBorderPanel = new JPanel();
topBorderPanel.setLayout(new BorderLayout());
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None