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.953 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 413 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/rose/parser/RoseNode.java |
2 | 4 | 419 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/rose/parser/RoseNode.java |
3 | 4 | 437 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/rose/parser/RoseNode.java |
4 | 4 | 443 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/rose/parser/RoseNode.java |
| |||||
public boolean isChangeable() { String attributeValue = getAttributeValue("Ecore", "isChangeable"); return !"false".equalsIgnoreCase(attributeValue); } |
| |||||
public boolean isResolveProxies() { String attributeValue = getAttributeValue("Ecore", "isResolveProxies"); return !"false".equalsIgnoreCase(attributeValue); } |
| |||||
public boolean isUnique() { String attributeValue = getAttributeValue("Ecore", "isUnique"); return !"false".equalsIgnoreCase(attributeValue); } |
| |||||
public boolean isOrdered() { String attributeValue = getAttributeValue("Ecore", "isOrdered"); return !"false".equalsIgnoreCase(attributeValue); } |
| |||
public boolean [[#variable173a9400]]() { String attributeValue = getAttributeValue("Ecore", [[#variable173a93c0]]); return !"false".equalsIgnoreCase(attributeValue); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#173a9400]] | isChangeable |
1 | 2 | [[#173a9400]] | isResolveProxies |
1 | 3 | [[#173a9400]] | isUnique |
1 | 4 | [[#173a9400]] | isOrdered |
2 | 1 | [[#173a93c0]] | "isChangeable" |
2 | 2 | [[#173a93c0]] | "isResolveProxies" |
2 | 3 | [[#173a93c0]] | "isUnique" |
2 | 4 | [[#173a93c0]] | "isOrdered" |