File path: /columba-1.4-src/contact/src/main/java/org/columba/addressbook/model/ContactModel.java | File path: /columba-1.4-src/contact/src/main/java/org/columba/addressbook/model/ContactModel.java | |||
Method name:
|
Method name:
|
|||
Number of AST nodes: 0 | Number of AST nodes: 0 | |||
1 | Iterator getEmailIterator() {↵ | 1 | Iterator getInstantMessagingIterator() {↵ | |
2 | return emailAddressVector.iterator();↵ | 2 | return instantMessagingVector.iterator();↵ | |
3 | }↵ | 3 | }↵ | |
4 | public void addEmail(IEmailModel emailAddress) {↵ | 4 | public void add↵ | |
5 | if (emailAddress↵ | 5 | InstantMessaging(InstantMessagingModel instantMessagingModel) {↵ | |
6 | == null)↵ | 6 | if (instantMessagingModel == null)↵ | |
7 | throw new IllegalArgumentException("emailModel == null");↵ | 7 | throw new IllegalArgumentException("↵ | |
8 | emailAddressVector.add(emailAddress↵ | 8 | instantMessaging == null");↵ | |
9 | );↵ | 9 | instantMessagingVector.add(instantMessagingModel);↵ | |
10 | } | 10 |
| |
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 |