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: void layoutComponents()
|
Method name: void layoutComponents()
|
|||
Number of AST nodes: 4 | Number of AST nodes: 4 | |||
1 | builder.append(panel2, 3);↵ | 1 | builder.append(panel2, 3);↵ | |
2 | builder.nextLine();↵ | 2 | builder.nextLine();↵ | |
3 | builder.append(storePasswordCheckBox, 3);↵ | 3 | builder.append(storePasswordCheckBox, 5);↵ | |
4 | builder.nextLine(); | 4 |
| |
See real code fragment | See real code fragment |
Number of common nesting structure subtrees | 1 |
Number of refactorable cases | 1 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | Clones are in different classes having the same super class |
Number of node comparisons | 10 |
Number of mapped statements | 4 |
Number of unmapped statements in the first code fragment | 0 |
Number of unmapped statements in the second code fragment | 1 |
Time elapsed for statement mapping (ms) | 0.0 |
Clone type | Type 3 |
ID | Statement | ID | Statement | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
30 | builder.append(panel2, 3); | 33 | builder.append(panel2, 3); | |||||||||||
31 | builder.nextLine(); | 34 | builder.nextLine(); | |||||||||||
32 | builder.append(storePasswordCheckBox, 3); |
| 35 | builder.append(storePasswordCheckBox, 5); | ||||||||||
33 | builder.nextLine(); | 34 | builder.nextLine(); | |||||||||||
| 36 | builder.nextLine(); |
Row | Violation |
---|