void setLengthFacet(EDataType eDataType, int length);
/**
* Returns the minumum length constraint on the given data type.
* <p>details key: "minLength"
*/
int getMinLengthFacet(EDataType eDataType);
void setMinLengthFacet(EDataType eDataType, int length);
/**
* Returns the maximum length constraint on the given data type.
* <p>details key: "maxLength"
*/
int getMaxLengthFacet(EDataType eDataType);
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/util/ExtendedMetaData.java
|
|
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/util/ExtendedMetaData.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | void setLengthFacet(EDataType eDataType, int length);↵ | | 1 | void setMinLengthFacet(EDataType eDataType, int length);↵
|
|
2 | /**↵ | | 2 | /**↵
|
3 | * Returns the minumum length constraint on the given data type.↵ | | 3 | * Returns the maximum length constraint on the given data type.↵
|
4 | * <p>details key: "minLength"↵ | | 4 | * <p>details key: "maxLength"↵
|
5 | */↵ | | 5 | */↵
|
6 | int getMinLengthFacet(EDataType eDataType); | | 6 | int getMaxLengthFacet(EDataType eDataType);
|
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 |