CloneSet1488


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

/**
 * Sets the length constraint on the given data type.
 * <p>details key: "length"
 */
void setLengthFacet(EDataType eDataType, int length);
/**
 * Returns the minumum length constraint on the given data type.
 * <p>details key: "minLength"
 */
int getMinLengthFacet(EDataType eDataType);


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

/**
 * Sets the minimum length constraint on the given data type.
 * <p>details key: "minLength"
 */
void setMinLengthFacet(EDataType eDataType, int length);
/**
 * Returns the maximum length constraint on the given data type.
 * <p>details key: "maxLength"
 */
int getMaxLengthFacet(EDataType eDataType);


Clone AbstractionParameter Count: 2Parameter Bindings

/**
   * Sets the length constraint on the given data type.
   * <p>details key: "length"
   */
/**
   * Sets the minimum length constraint on the given data type.
   * <p>details key: "minLength"
   */
void [[#variable175c8700]](EDataType eDataType, int length);
/**
   * Returns the minumum length constraint on the given data type.
   * <p>details key: "minLength"
   */
/**
   * Returns the maximum length constraint on the given data type.
   * <p>details key: "maxLength"
   */
int  [[#variable175c8880]](EDataType eDataType);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#175c8700]]
setLengthFacet 
12[[#175c8700]]
setMinLengthFacet 
21[[#175c8880]]
getMinLengthFacet 
22[[#175c8880]]
getMaxLengthFacet