Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.990 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 97 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredType.java |
2 | 7 | 152 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredType.java |
| ||||
/* consider that if the opening brace was not found, it is there */ if ( !foundOpeningBrace) { foundOpeningBrace = true; this.bracketBalance++; } /* if method not finished, then method becomes current */ if (methodDeclaration.declarationSourceEnd == 0) return element; return this ; |
| ||||
/* consider that if the opening brace was not found, it is there */ if ( !foundOpeningBrace) { foundOpeningBrace = true; this.bracketBalance++; } /* if field not finished, then field becomes current */ if (fieldDeclaration.declarationSourceEnd == 0) return element; return this ; |
| |||
/* consider that if the opening brace was not found, it is there */ if ( !foundOpeningBrace) { foundOpeningBrace = true; this.bracketBalance++; } /* if method not finished, then method becomes current */ /* if field not finished, then field becomes current */ if ( [[#variable59a1aca0]].declarationSourceEnd == 0) return element; return this ; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#59a1aca0]] | methodDeclaration |
1 | 2 | [[#59a1aca0]] | fieldDeclaration |