Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 2 | 0.952 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 401 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/rose/parser/RoseNode.java |
2 | 4 | 407 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/rose/parser/RoseNode.java |
3 | 4 | 425 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/rose/parser/RoseNode.java |
4 | 4 | 431 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/rose/parser/RoseNode.java |
| |||||
public boolean isTransient() { String attributeValue = getAttributeValue("Ecore", "isTransient"); return "true".equalsIgnoreCase(attributeValue); } |
| |||||
public boolean isVolatile() { String attributeValue = getAttributeValue("Ecore", "isVolatile"); return "true".equalsIgnoreCase(attributeValue); } |
| |||||
public boolean isUnsettable() { String attributeValue = getAttributeValue("Ecore", "isUnsettable"); return "true".equalsIgnoreCase(attributeValue); } |
| |||||
public boolean isID() { String attributeValue = getAttributeValue("Ecore", "isID"); return "true".equalsIgnoreCase(attributeValue); } |
| |||
public boolean [[#variable173c65c0]]() { String attributeValue = getAttributeValue("Ecore", [[#variable173c6580]]); return "true".equalsIgnoreCase(attributeValue); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#173c65c0]] | isTransient |
1 | 2 | [[#173c65c0]] | isVolatile |
1 | 3 | [[#173c65c0]] | isUnsettable |
1 | 4 | [[#173c65c0]] | isID |
2 | 1 | [[#173c6580]] | "isTransient" |
2 | 2 | [[#173c6580]] | "isVolatile" |
2 | 3 | [[#173c6580]] | "isUnsettable" |
2 | 4 | [[#173c6580]] | "isID" |