CloneSet427


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14201.000statement_sequence[8]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
114413
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/account/IncomingServerPanel.java
214353
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/account/OutgoingServerPanel.java
Next
Last
Clone Instance
1
Line Count
14
Source Line
413
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/account/IncomingServerPanel.java

authenticationLabel = new LabelWithMnemonic(MailResourceLoader.getString("dialog", "account", "authentication_type"));
authenticationComboBox = new JComboBox();
authenticationComboBox.setRenderer(new AuthenticationListCellRenderer());
authenticationLabel.setLabelFor(authenticationComboBox);
updateAuthenticationComboBox();
checkAuthMethods = new ButtonWithMnemonic(MailResourceLoader.getString("dialog", "account", "authentication_checkout_methods"));
checkAuthMethods.setActionCommand("CHECK_AUTHMETHODS");
checkAuthMethods.addActionListener(this );


First
Previous
Clone Instance
2
Line Count
14
Source Line
353
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/account/OutgoingServerPanel.java

authenticationLabel = new LabelWithMnemonic(MailResourceLoader.getString("dialog", "account", "authentication_type"));
authenticationComboBox = new JComboBox();
authenticationComboBox.setRenderer(new AuthenticationListCellRenderer());
authenticationLabel.setLabelFor(authenticationComboBox);
updateAuthenticationComboBox();
checkAuthMethods = new ButtonWithMnemonic(MailResourceLoader.getString("dialog", "account", "authentication_checkout_methods"));
checkAuthMethods.setActionCommand("CHECK_AUTHMETHODS");
checkAuthMethods.addActionListener(this );


Clone AbstractionParameter Count: 0Parameter Bindings

authenticationLabel = new LabelWithMnemonic(MailResourceLoader.getString("dialog", "account", "authentication_type"));
authenticationComboBox = new JComboBox();
authenticationComboBox.setRenderer(new AuthenticationListCellRenderer());
authenticationLabel.setLabelFor(authenticationComboBox);
updateAuthenticationComboBox();
checkAuthMethods = new ButtonWithMnemonic(MailResourceLoader.getString("dialog", "account", "authentication_checkout_methods"));
checkAuthMethods.setActionCommand("CHECK_AUTHMETHODS");
checkAuthMethods.addActionListener(this );
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None