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() | |
See real code fragment | See real code fragment |
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |