Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.988 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 476 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/RewriteEventStore.java |
2 | 6 | 484 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/RewriteEventStore.java |
| ||||
public Object getOriginalValue(ASTNode parent, StructuralPropertyDescriptor property) { RewriteEvent event = getEvent(parent, property); if (event != null) { return event.getOriginalValue(); } return accessOriginalValue(parent, property); } |
| ||||
public Object getNewValue(ASTNode parent, StructuralPropertyDescriptor property) { RewriteEvent event = getEvent(parent, property); if (event != null) { return event.getNewValue(); } return accessOriginalValue(parent, property); } |
| |||
public Object [[#variable6151f500]](ASTNode parent, StructuralPropertyDescriptor property) { RewriteEvent event = getEvent(parent, property); if (event != null) { return event. [[#variable6151f500]](); } return accessOriginalValue(parent, property); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6151f500]] | getOriginalValue |
1 | 2 | [[#6151f500]] | getNewValue |