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 | 770 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/ExtendedMetaData.java |
2 | 7 | 782 | 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); |
| |||||
/** * 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); |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175c8700]] | setLengthFacet |
1 | 2 | [[#175c8700]] | setMinLengthFacet |
2 | 1 | [[#175c8880]] | getMinLengthFacet |
2 | 2 | [[#175c8880]] | getMaxLengthFacet |