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.979 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 59 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredLocalVariable.java |
2 | 5 | 38 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredStatement.java |
| ||||
public String toString(int tab) { return tabString(tab) + "Recovered local variable:\n" + localDeclaration.print(tab + 1, new StringBuffer(10)); //$NON-NLS-1$ } public Statement updatedStatement() { return localDeclaration; } |
| ||||
public String toString(int tab) { return tabString(tab) + "Recovered statement:\n" + statement.print(tab + 1, new StringBuffer(10)); //$NON-NLS-1$ } public Statement updatedStatement() { return statement; } |
| |||
public String toString(int tab) { return tabString(tab) + [[#variable9bd73d20]] + [[#variable9bd73d80]].print(tab + 1, new StringBuffer(10)); //$NON-NLS-1$ } public Statement updatedStatement() { return [[#variable9bd73d80]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9bd73d20]] | "Recovered local variable:\n" |
1 | 2 | [[#9bd73d20]] | "Recovered statement:\n" |
2 | 1 | [[#9bd73d80]] | localDeclaration |
2 | 2 | [[#9bd73d80]] | statement |