Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.976 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 159 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java |
2 | 2 | 161 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java |
| ||||
getChildNode(node, ArrayAccess.ARRAY_PROPERTY).accept(this ); this.result.append('['); |
| ||||
getChildNode(node, ArrayAccess.INDEX_PROPERTY).accept(this ); this.result.append(']'); |
| |||
getChildNode(node, ArrayAccess. [[#variableb58db9c0]]).accept(this ); this.result.append( [[#variableb58dbb40]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b58db9c0]] | INDEX_PROPERTY |
1 | 2 | [[#b58db9c0]] | ARRAY_PROPERTY |
2 | 1 | [[#b58dbb40]] | ']' |
2 | 2 | [[#b58dbb40]] | '[' |