CloneSet591


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7420.958interface_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17800
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/ExtendedMetaData.java
27812
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/ExtendedMetaData.java
37824
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/ExtendedMetaData.java
47836
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
800
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/ExtendedMetaData.java

/**
 * Returns the minimum (exclusive) constraint on the given data type.
 * <p>details key: "minExclusive"
 */
String getMinExclusiveFacet(EDataType eDataType);
/**
 * Sets the minimum (exclusive) constraint on the given data type.
 * <p>details key: "minExclusive"
 */
void setMinExclusiveFacet(EDataType eDataType, String literal);


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

/**
 * Returns the maximum (exclusive) constraint on the given data type.
 * <p>details key: "maxExclusive"
 */
String getMaxExclusiveFacet(EDataType eDataType);
/**
 * Sets the maximum (exclusive) constraint on the given data type.
 * <p>details key: "maxExclusive"
 */
void setMaxExclusiveFacet(EDataType eDataType, String literal);


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

/**
 * Returns the minimum (inclusive) constraint on the given data type.
 * <p>details key: "minInclusive"
 */
String getMinInclusiveFacet(EDataType eDataType);
/**
 * Sets the minimum (inclusive) constraint on the given data type.
 * <p>details key: "minInclusive"
 */
void setMinInclusiveFacet(EDataType eDataType, String literal);


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

/**
 * Returns the maximum (inclusive) constraint on the given data type.
 * <p>details key: "maxInclusive"
 */
String getMaxInclusiveFacet(EDataType eDataType);
/**
 * Sets the maximum (inclusive) constraint on the given data type.
 * <p>details key: "maxInclusive"
 */
void setMaxInclusiveFacet(EDataType eDataType, String literal);


Clone AbstractionParameter Count: 2Parameter Bindings

/**
   * Returns the maximum (inclusive) constraint on the given data type.
   * <p>details key: "maxInclusive"
   */
/**
   * Returns the minimum (inclusive) constraint on the given data type.
   * <p>details key: "minInclusive"
   */
/**
   * Returns the maximum (exclusive) constraint on the given data type.
   * <p>details key: "maxExclusive"
   */
/**
   * Returns the minimum (exclusive) constraint on the given data type.
   * <p>details key: "minExclusive"
   */
String  [[#variable17354c00]](EDataType eDataType);
/**
   * Sets the maximum (inclusive) constraint on the given data type.
   * <p>details key: "maxInclusive"
   */
/**
   * Sets the minimum (inclusive) constraint on the given data type.
   * <p>details key: "minInclusive"
   */
/**
   * Sets the maximum (exclusive) constraint on the given data type.
   * <p>details key: "maxExclusive"
   */
/**
   * Sets the minimum (exclusive) constraint on the given data type.
   * <p>details key: "minExclusive"
   */
void [[#variable17354c80]](EDataType eDataType, String literal);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#17354c00]]
getMinExclusiveFacet 
12[[#17354c00]]
getMaxExclusiveFacet 
13[[#17354c00]]
getMinInclusiveFacet 
14[[#17354c00]]
getMaxInclusiveFacet 
21[[#17354c80]]
setMinExclusiveFacet 
22[[#17354c80]]
setMaxExclusiveFacet 
23[[#17354c80]]
setMinInclusiveFacet 
24[[#17354c80]]
setMaxInclusiveFacet