void setTotalDigitsFacet(EDataType eDataType, int digits); /** * Returns the fraction digits constraint on the given data type. * <p>details key: "fractionDigits" */ int getFractionDigitsFacet(EDataType eDataType);
void setFractionDigitsFacet(EDataType eDataType, int digits); /** * Returns the length constraint on the given data type. * <p>details key: "length" */ int getLengthFacet(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 setTotalDigitsFacet(EDataType eDataType, int digits);
1
void setFractionDigitsFacet(EDataType eDataType, int digits);
2
  /**
2
  /**
3
   * Returns the fraction digits constraint on the given data type.
3
   * Returns the length constraint on the given data type.
4
   * <p>details key: "fractionDigits"
4
   * <p>details key: "length"
5
   */
5
   */
6
  int getFractionDigitsFacet(EDataType eDataType);
6
  int getLengthFacet(EDataType eDataType);
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0