Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.955 | interface_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 746 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/ExtendedMetaData.java |
2 | 7 | 758 | 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); |
| |||||
/** * 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); |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175d1f40]] | setTotalDigitsFacet |
1 | 2 | [[#175d1f40]] | setFractionDigitsFacet |
2 | 1 | [[#175d1ec0]] | getFractionDigitsFacet |
2 | 2 | [[#175d1ec0]] | getLengthFacet |