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 | 279 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/rose/parser/RoseNode.java |
2 | 4 | 285 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/rose/parser/RoseNode.java |
3 | 4 | 291 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/rose/parser/RoseNode.java |
4 | 4 | 297 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/rose/parser/RoseNode.java |
| |||||
public boolean isDerived() { String attributeValue = getAttributeValue(RoseStrings.DERIVED); return "true".equalsIgnoreCase(attributeValue); } |
| |||||
public boolean isAbstract() { String attributeValue = getAttributeValue(RoseStrings.ABSTRACT); return "true".equalsIgnoreCase(attributeValue); } |
| |||||
public boolean isNavigable() { String attributeValue = getAttributeValue(RoseStrings.IS_NAVIGABLE); return "true".equalsIgnoreCase(attributeValue); } |
| |||||
public boolean isAggregate() { String attributeValue = getAttributeValue(RoseStrings.IS_AGGREGATE); return "true".equalsIgnoreCase(attributeValue); } |
| |||
public boolean [[#variable173c6ec0]]() { String attributeValue = getAttributeValue(RoseStrings. [[#variable173c6e20]]); return "true".equalsIgnoreCase(attributeValue); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#173c6ec0]] | isDerived |
1 | 2 | [[#173c6ec0]] | isAbstract |
1 | 3 | [[#173c6ec0]] | isNavigable |
1 | 4 | [[#173c6ec0]] | isAggregate |
2 | 1 | [[#173c6e20]] | DERIVED |
2 | 2 | [[#173c6e20]] | ABSTRACT |
2 | 3 | [[#173c6e20]] | IS_NAVIGABLE |
2 | 4 | [[#173c6e20]] | IS_AGGREGATE |