public static final String[] NAMES = new String[] { "work", "home", "other" };
public static final int TYPE_WORK = 0;
public static final int TYPE_HOME = 1;
public static final int TYPE_OTHER = 2;
private String poBox
public static final String[] NAMES = new String[] { "work", "home", "other" };
public static final int TYPE_WORK = 0;
public static final int TYPE_HOME = 1;
public static final int TYPE_OTHER = 2;
private String address
Clone fragments detected by clone detection tool
File path: /columba-1.4-src/contact/src/main/java/org/columba/addressbook/model/AddressModel.java
|
|
File path: /columba-1.4-src/contact/src/main/java/org/columba/addressbook/model/EmailModel.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | public static final String[] NAMES = new String[] { "work", "home", "other" };↵ | | 1 | public static final String[] NAMES = new String[] { "work", "home", "other" };↵
|
|
2 | public static final int TYPE_WORK = 0;↵ | | 2 | public static final int TYPE_WORK = 0;↵
|
|
3 | public static final int TYPE_HOME = 1;↵ | | 3 | public static final int TYPE_HOME = 1;↵
|
|
4 | public static final int TYPE_OTHER = 2;↵ | | 4 | public static final int TYPE_OTHER = 2;↵
|
|
5 | private String poBox | | 5 | private String address
|
See real code fragment |
|
See real code fragment |
Summary
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 |