List<String> getEnumerationFacet(EDataType eDataType); /** * Sets the enumeration constraint on the given data type. * <p>details key: "enumeration" */ void setEnumerationFacet(EDataType eDataType, List<String> literals);
List<String> getPatternFacet(EDataType eDataType); /** * Sets the pattern constraint on the given data type. * <p>details key: "pattern" */ void setPatternFacet(EDataType eDataType, List<String> pattern);
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
List<String> getEnumerationFacet(EDataType eDataType);
1
List<String> getPatternFacet(EDataType eDataType);
2
  /**
2
  /**
3
   * Sets the enumeration constraint on the given data type.
3
   * Sets the pattern constraint on the given data type.
4
   * <p>details key: "enumeration"
4
   * <p>details key: "pattern"
5
   */
5
   */
6
  void setEnumerationFacet(EDataType eDataType, List<String> literals);
6
  void setPatternFacet(EDataType eDataType, List<String> pattern);
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