Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 2 | 0.984 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 187 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredBlock.java |
2 | 3 | 165 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredInitializer.java |
3 | 3 | 267 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredMethod.java |
4 | 3 | 146 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredUnit.java |
| ||||
StringBuffer result = new StringBuffer(tabString(tab)); result.append("Recovered block:\n"); //$NON-NLS-1$ this.blockDeclaration.print(tab + 1, result); |
| ||||
StringBuffer result = new StringBuffer(tabString(tab)); result.append("Recovered initializer:\n"); //$NON-NLS-1$ this.fieldDeclaration.print(tab + 1, result); |
| ||||
StringBuffer result = new StringBuffer(tabString(tab)); result.append("Recovered method:\n"); //$NON-NLS-1$ this.methodDeclaration.print(tab + 1, result); |
| ||||
StringBuffer result = new StringBuffer(tabString(tab)); result.append("Recovered unit: [\n"); //$NON-NLS-1$ this.unitDeclaration.print(tab + 1, result); |
| |||
StringBuffer result = new StringBuffer(tabString(tab)); result.append( [[#variable97b8d720]]); //$NON-NLS-1$ this. [[#variable97ebe2e0]].print(tab + 1, result); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#97b8d720]] | "Recovered block:\n" |
1 | 2 | [[#97b8d720]] | "Recovered initializer:\n" |
1 | 3 | [[#97b8d720]] | "Recovered method:\n" |
1 | 4 | [[#97b8d720]] | "Recovered unit: [\n" |
2 | 1 | [[#97ebe2e0]] | blockDeclaration |
2 | 2 | [[#97ebe2e0]] | fieldDeclaration |
2 | 3 | [[#97ebe2e0]] | methodDeclaration |
2 | 4 | [[#97ebe2e0]] | unitDeclaration |