Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 3 | 0.953 | interface_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 716 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/ExtendedMetaData.java |
2 | 7 | 728 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/ExtendedMetaData.java |
| |||||
/** * Returns the enumeration constraint on the given data type. * <p>details key: "enumeration" */ List<String> getEnumerationFacet(EDataType eDataType); /** * Sets the enumeration constraint on the given data type. * <p>details key: "enumeration" */ void setEnumerationFacet(EDataType eDataType, List<String> literals); |
| |||||
/** * Returns the pattern constraint on the given data type. * <p>details key: "pattern" */ List<String> getPatternFacet(EDataType eDataType); /** * Sets the pattern constraint on the given data type. * <p>details key: "pattern" */ void setPatternFacet(EDataType eDataType, List<String> pattern); |
| |||
/** * Returns the enumeration constraint on the given data type. * <p>details key: "enumeration" */ /** * Returns the pattern constraint on the given data type. * <p>details key: "pattern" */ List<String> [[#variable174a54a0]](EDataType eDataType); /** * Sets the enumeration constraint on the given data type. * <p>details key: "enumeration" */ /** * Sets the pattern constraint on the given data type. * <p>details key: "pattern" */ void [[#variable174a53a0]](EDataType eDataType, List<String> [[#variable174a4bc0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#174a54a0]] | getEnumerationFacet |
1 | 2 | [[#174a54a0]] | getPatternFacet |
2 | 1 | [[#174a53a0]] | setEnumerationFacet |
2 | 2 | [[#174a53a0]] | setPatternFacet |
3 | 1 | [[#174a4bc0]] | literals |
3 | 2 | [[#174a4bc0]] | pattern |