CloneSet987


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7230.953interface_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17716
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/ExtendedMetaData.java
27728
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/ExtendedMetaData.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
716
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/ExtendedMetaData.java

/**
 * Returns the enumeration constraint on the given data type.
 * <p>details key: "enumeration"
 */
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);


First
Previous
Clone Instance
2
Line Count
7
Source Line
728
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/ExtendedMetaData.java

/**
 * Returns the pattern constraint on the given data type.
 * <p>details key: "pattern"
 */
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 AbstractionParameter Count: 3Parameter Bindings

/**
   * Returns the enumeration constraint on the given data type.
   * <p>details key: "enumeration"
   */
/**
   * Returns the pattern constraint on the given data type.
   * <p>details key: "pattern"
   */
List<String>  [[#variable174a54a0]](EDataType eDataType);
/**
   * Sets the enumeration constraint on the given data type.
   * <p>details key: "enumeration"
   */
/**
   * Sets the pattern constraint on the given data type.
   * <p>details key: "pattern"
   */
void [[#variable174a53a0]](EDataType eDataType, List<String>  [[#variable174a4bc0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#174a54a0]]
getEnumerationFacet 
12[[#174a54a0]]
getPatternFacet 
21[[#174a53a0]]
setEnumerationFacet 
22[[#174a53a0]]
setPatternFacet 
31[[#174a4bc0]]
literals 
32[[#174a4bc0]]
pattern