Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.986 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 181 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ConstructorInvocation.java |
2 | 2 | 367 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SingleVariableDeclaration.java |
| ||||
if (this.ast.apiLevel >= AST.JLS3) { acceptChildren(visitor, this.typeArguments); } |
| ||||
// visit children in normal left to right reading order if (this.ast.apiLevel >= AST.JLS3) { acceptChildren(visitor, this.modifiers); } |
| |||
// visit children in normal left to right reading order if (this.ast.apiLevel >= AST.JLS3) { acceptChildren(visitor, this. [[#variablebddb2420]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bddb2420]] | modifiers |
1 | 2 | [[#bddb2420]] | typeArguments |