File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/gui/composer/ComposerModel.java | File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/gui/composer/ComposerModel.java | |||
Method name: List getRCPTVector()
|
Method name: List getRCPTVector()
|
|||
Number of AST nodes: 3 | Number of AST nodes: 3 | |||
1 | l = new NormalizeRecipientListParser().normalizeRCPTVector(ListBuilder↵ | 1 | l = new NormalizeRecipientListParser().normalizeRCPTVector(ListBuilder↵ | |
2 | .createFlatList(getCcList()));↵ | 2 | .createFlatList(getBccList()));↵ | |
3 | if (l != null)↵ | 3 | if (l != null)↵ | |
4 | output.addAll(l); | 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.1 |
Clones location | Clones are in the same method |
Number of node comparisons | 5 |
Number of mapped statements | 3 |
Number of unmapped statements in the first code fragment | 0 |
Number of unmapped statements in the second code fragment | 0 |
Time elapsed for statement mapping (ms) | 1.2 |
Clone type | Type 2 |
ID | Statement | ID | Statement | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5 | l = new NormalizeRecipientListParser().normalizeRCPTVector(ListBuilder.createFlatList(getCcList())); |
| 8 | l = new NormalizeRecipientListParser().normalizeRCPTVector(ListBuilder.createFlatList(getBccList())); | ||||||||||
6 | if (l != null) | 9 | if (l != null) | |||||||||||
7 | output.addAll(l); | 10 | output.addAll(l); |
Row | Violation |
---|