Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 3 | 0.974 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 492 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java |
2 | 3 | 763 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java |
3 | 3 | 1088 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteFlattener.java |
| ||||
if (node.getAST().apiLevel() >= AST.JLS3) { if (getBooleanAttribute(node, ImportDeclaration.STATIC_PROPERTY)) { this.result.append("static "); //$NON-NLS-1$ } } |
| ||||
if (node.getAST().apiLevel() >= AST.JLS3) { if (getBooleanAttribute(node, SingleVariableDeclaration.VARARGS_PROPERTY)) { this.result.append("..."); //$NON-NLS-1$ } } |
| ||||
if (node.getAST().apiLevel() >= AST.JLS3) { if (getBooleanAttribute(node, MethodRefParameter.VARARGS_PROPERTY)) { this.result.append("..."); //$NON-NLS-1$ } } |
| |||
if (node.getAST().apiLevel() >= AST.JLS3) { if (getBooleanAttribute(node, [[#variable774e6b20]]. [[#variable774e6ac0]])) { this.result.append( [[#variable774e6a60]]); //$NON-NLS-1$ } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#774e6b20]] | ImportDeclaration |
1 | 2 | [[#774e6b20]] | SingleVariableDeclaration |
1 | 3 | [[#774e6b20]] | MethodRefParameter |
2 | 1 | [[#774e6ac0]] | STATIC_PROPERTY |
2 | 2 | [[#774e6ac0]] | VARARGS_PROPERTY |
2 | 3 | [[#774e6ac0]] | VARARGS_PROPERTY |
3 | 1 | [[#774e6a60]] | "static " |
3 | 2 | [[#774e6a60]] | "..." |
3 | 3 | [[#774e6a60]] | "..." |