Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.968 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 91 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Argument.java |
2 | 3 | 163 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Assignment.java |
3 | 2 | 45 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/EmptyStatement.java |
| ||||
public StringBuffer printStatement(int indent, StringBuffer output) { return print(indent, output).append(';'); } |
| ||||
public StringBuffer printStatement(int indent, StringBuffer output) { //no () when used as a statement return print(indent, output).append(';'); } |
| ||||
public StringBuffer printStatement(int tab, StringBuffer output) { return printIndent(tab, output).append(';'); } |
| |||
public StringBuffer printStatement(int [[#variable56830860]], StringBuffer output) { //no () when used as a statement return [[#variable56830940]]( [[#variable56830860]], output).append(';'); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56830860]] | indent |
1 | 2 | [[#56830860]] | tab |
1 | 3 | [[#56830860]] | indent |
2 | 1 | [[#56830940]] | |
2 | 2 | [[#56830940]] | printIndent |
2 | 3 | [[#56830940]] |