Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 7 | 2 | 0.982 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 190 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredBlock.java |
2 | 4 | 270 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredMethod.java |
3 | 4 | 274 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredType.java |
4 | 4 | 280 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredType.java |
5 | 4 | 286 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredType.java |
6 | 4 | 151 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredUnit.java |
7 | 4 | 157 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredUnit.java |
| ||||
if (this.statements != null) { for (int i = 0; i < this.statementCount; i++) { result.append("\n"); //$NON-NLS-1$ result.append(this.statements[i].toString(tab + 1)); } } |
| ||||
if (this.localTypes != null) { for (int i = 0; i < this.localTypeCount; i++) { result.append("\n"); //$NON-NLS-1$ result.append(this.localTypes[i].toString(tab + 1)); } } |
| ||||
if (this.memberTypes != null) { for (int i = 0; i < this.memberTypeCount; i++) { result.append("\n"); //$NON-NLS-1$ result.append(this.memberTypes[i].toString(tab + 1)); } } |
| ||||
if (this.fields != null) { for (int i = 0; i < this.fieldCount; i++) { result.append("\n"); //$NON-NLS-1$ result.append(this.fields[i].toString(tab + 1)); } } |
| ||||
if (this.methods != null) { for (int i = 0; i < this.methodCount; i++) { result.append("\n"); //$NON-NLS-1$ result.append(this.methods[i].toString(tab + 1)); } } |
| ||||
if (this.imports != null) { for (int i = 0; i < this.importCount; i++) { result.append("\n"); //$NON-NLS-1$ result.append(this.imports[i].toString(tab + 1)); } } |
| ||||
if (this.types != null) { for (int i = 0; i < this.typeCount; i++) { result.append("\n"); //$NON-NLS-1$ result.append(this.types[i].toString(tab + 1)); } } |
| |||
if (this. [[#variableb975e7c0]]!= null) { for (int i = 0; i < this. [[#variablebf24e5e0]]; i++) { result.append("\n"); //$NON-NLS-1$ result.append(this. [[#variableb975e7c0]][i].toString(tab + 1)); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b975e7c0]] | imports |
1 | 2 | [[#b975e7c0]] | types |
1 | 3 | [[#b975e7c0]] | memberTypes |
1 | 4 | [[#b975e7c0]] | fields |
1 | 5 | [[#b975e7c0]] | methods |
1 | 6 | [[#b975e7c0]] | localTypes |
1 | 7 | [[#b975e7c0]] | statements |
2 | 1 | [[#bf24e5e0]] | importCount |
2 | 2 | [[#bf24e5e0]] | typeCount |
2 | 3 | [[#bf24e5e0]] | memberTypeCount |
2 | 4 | [[#bf24e5e0]] | fieldCount |
2 | 5 | [[#bf24e5e0]] | methodCount |
2 | 6 | [[#bf24e5e0]] | localTypeCount |
2 | 7 | [[#bf24e5e0]] | statementCount |