Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.971 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 117 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/NodeInfoStore.java |
2 | 5 | 789 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/RewriteEventStore.java |
| ||||
public boolean isCollapsed(ASTNode node) { if (this.collapsedNodes != null) { return this.collapsedNodes.contains(node); } return false; } |
| ||||
public boolean isInsertBoundToPrevious(ASTNode node) { if (this.insertBoundToPrevious != null) { return this.insertBoundToPrevious.contains(node); } return false; } |
| |||
public boolean [[#variable56a16b20]](ASTNode node) { if (this. [[#variable56a16a20]]!= null) { return this. [[#variable56a16a20]].contains(node); } return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56a16b20]] | isInsertBoundToPrevious |
1 | 2 | [[#56a16b20]] | isCollapsed |
2 | 1 | [[#56a16a20]] | insertBoundToPrevious |
2 | 2 | [[#56a16a20]] | collapsedNodes |