public String getHost() { return hostTextField.getText(); } public String getLogin() { return loginTextField.getText(); } public boolean isPopAccount() { return accountItem.isPopAccount();
public String getHost() { return hostTextField.getText(); } public String getLogin() { return loginTextField.getText(); } public boolean isESmtp() { return needAuthCheckBox.isSelected();
Clone fragments detected by clone detection tool
File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/account/IncomingServerPanel.java File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/account/OutgoingServerPanel.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public String getHost() {
1
public String getHost() {
2
		return hostTextField.getText();
2
		return hostTextField.getText();
3
	}
3
	}
4
	public String getLogin() {
4
	public String getLogin() {
5
		return loginTextField.getText();
5
		return loginTextField.getText();
6
	}
6
	}
7
	public boolean isPopAccount() {
7
	public boolean isESmtp() {
8
		return accountItem.isPopAccount();
8
		return needAuthCheckBox.isSelected();
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0