protected Op(int type) {
this.type = type;
}
int size() { // for UNION
return 0;
protected Token(int type) {
this.type = type;
}
/**
* A number of children.
*/
int size() {
return 0;
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/internal/RegEx.java
|
|
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/internal/RegEx.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | protected Op(int type) {↵ | | 1 | protected Token(int type) {↵
|
2 | this.type = type;↵ | | 2 | this.type = type;↵
|
3 | }↵ | | 3 | }↵
|
|
4 | int size() { ↵ | | 4 | /**↵
|
| | | 5 | * A number of children.↵
|
5 | ↵ | | 6 | */↵
|
6 | // for UNION↵ | | 7 | ↵
|
| | | 8 | int size() {↵
|
7 | return 0; | | 9 | return 0;
|
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 |