Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 4 | 2 | 0.958 | interface_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 800 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/ExtendedMetaData.java |
2 | 7 | 812 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/ExtendedMetaData.java |
3 | 7 | 824 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/ExtendedMetaData.java |
4 | 7 | 836 | 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); |
| |||||
/** * 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); |
| |||||
/** * 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); |
| |||||
/** * 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); |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17354c00]] | getMinExclusiveFacet |
1 | 2 | [[#17354c00]] | getMaxExclusiveFacet |
1 | 3 | [[#17354c00]] | getMinInclusiveFacet |
1 | 4 | [[#17354c00]] | getMaxInclusiveFacet |
2 | 1 | [[#17354c80]] | setMinExclusiveFacet |
2 | 2 | [[#17354c80]] | setMaxExclusiveFacet |
2 | 3 | [[#17354c80]] | setMinInclusiveFacet |
2 | 4 | [[#17354c80]] | setMaxInclusiveFacet |