CloneSet1487


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
17746
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/ExtendedMetaData.java
27758
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
746
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/ExtendedMetaData.java

/**
 * Sets the total digits constraint on the given data type.
 * <p>details key: "totalDigits"
 */
void setTotalDigitsFacet(EDataType eDataType, int digits);
/**
 * Returns the fraction digits constraint on the given data type.
 * <p>details key: "fractionDigits"
 */
int getFractionDigitsFacet(EDataType eDataType);


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

/**
 * Sets the fraction digits constraint on the given data type.
 * <p>details key: "fractionDigits"
 */
void setFractionDigitsFacet(EDataType eDataType, int digits);
/**
 * Returns the length constraint on the given data type.
 * <p>details key: "length"
 */
int getLengthFacet(EDataType eDataType);


Clone AbstractionParameter Count: 2Parameter Bindings

/**
   * Sets the fraction digits constraint on the given data type.
   * <p>details key: "fractionDigits"
   */
/**
   * Sets the total digits constraint on the given data type.
   * <p>details key: "totalDigits"
   */
void [[#variable175d1f40]](EDataType eDataType, int digits);
/**
   * Returns the length constraint on the given data type.
   * <p>details key: "length"
   */
/**
   * Returns the fraction digits constraint on the given data type.
   * <p>details key: "fractionDigits"
   */
int  [[#variable175d1ec0]](EDataType eDataType);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#175d1f40]]
setTotalDigitsFacet 
12[[#175d1f40]]
setFractionDigitsFacet 
21[[#175d1ec0]]
getFractionDigitsFacet 
22[[#175d1ec0]]
getLengthFacet