File path: /columba-1.4-src/core/src/main/java/org/columba/core/search/SearchCommandReference.java | File path: /columba-1.4-src/core/src/main/java/org/columba/core/search/SearchCommandReference.java | |||
Method name: void SearchCommandReference(String, String, String, boolean, int, int)
|
Method name: void SearchCommandReference(List
|
|||
Number of AST nodes: 8 | Number of AST nodes: 7 | |||
1 | super();↵ | 1 | super();↵ | |
2 | this.searchTerm = searchTerm;↵ | 2 | this.↵ | |
3 | this.providerTechnicalName = providerTechnicalName;↵ | |||
4 | this.searchCriteriaTechnicalName = searchCriteriaTechnicalName;↵ | 3 | request = request;↵ | |
5 | this.searchInside = searchInside;↵ | 4 | this.searchInside = searchInside;↵ | |
6 | this.startIndex = startIndex;↵ | 5 | this.startIndex = startIndex;↵ | |
7 | this.resultCount = resultCount;↵ | 6 | this.resultCount = resultCount;↵ | |
7 | this.matchAll = matchAll;↵ | |||
8 | type = TYPE.SIMPLE_SPECIFIC_CRITERIA; | 8 | type = TYPE.COMPLEX; | |
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 declared in the same class |
Number of node comparisons | 42 |
Number of mapped statements | 5 |
Number of unmapped statements in the first code fragment | 3 |
Number of unmapped statements in the second code fragment | 2 |
Time elapsed for statement mapping (ms) | 0.0 |
Clone type | Type 3 |
ID | Statement | ID | Statement | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | super(); | 1 | super(); | |||||||||||
| 2 | this.request = request; | ||||||||||||
2 | this.searchTerm = searchTerm; | | ||||||||||||
3 | this.providerTechnicalName = providerTechnicalName; | | ||||||||||||
4 | this.searchCriteriaTechnicalName = searchCriteriaTechnicalName; | | ||||||||||||
5 | this.searchInside = searchInside; | 3 | this.searchInside = searchInside; | |||||||||||
6 | this.startIndex = startIndex; | 4 | this.startIndex = startIndex; | |||||||||||
7 | this.resultCount = resultCount; | 5 | this.resultCount = resultCount; | |||||||||||
| 6 | this.matchAll = matchAll; | ||||||||||||
8 | type = TYPE.SIMPLE_SPECIFIC_CRITERIA; |
| 7 | type = TYPE.COMPLEX; |
Row | Violation |
---|