String getMinExclusiveFacet(EDataType eDataType);
/**
* Sets the minimum (exclusive) constraint on the given data type.
* <p>details key: "minExclusive"
*/
void setMinExclusiveFacet(EDataType eDataType, String literal);
String getMaxExclusiveFacet(EDataType eDataType);
/**
* Sets the maximum (exclusive) constraint on the given data type.
* <p>details key: "maxExclusive"
*/
void setMaxExclusiveFacet(EDataType eDataType, String literal);
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 | String getMinExclusiveFacet(EDataType eDataType);↵ | | 1 | String getMaxExclusiveFacet(EDataType eDataType);↵
|
|
2 | /**↵ | | 2 | /**↵
|
3 | * Sets the minimum (exclusive) constraint on the given data type.↵ | | 3 | * Sets the maximum (exclusive) constraint on the given data type.↵
|
4 | * <p>details key: "minExclusive"↵ | | 4 | * <p>details key: "maxExclusive"↵
|
5 | */↵ | | 5 | */↵
|
6 | void setMinExclusiveFacet(EDataType eDataType, String literal); | | 6 | void setMaxExclusiveFacet(EDataType eDataType, String literal);
|
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 |