Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 0 | 1.000 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 2019 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
2 | 8 | 3651 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
| ||||
for (int i = 0, max = typeDecl.superInterfaces.length; i < max; i++) { typeDecl.superInterfaces[i].bits |= ASTNode.IsSuperType; } typeDecl.bodyStart = typeDecl.superInterfaces[length - 1].sourceEnd + 1; this.listLength = 0; // reset after having read super-interfaces // recovery if (this.currentElement != null) { // is recovering this.lastCheckPoint = typeDecl.bodyStart; } |
| ||||
for (int i = 0, max = typeDecl.superInterfaces.length; i < max; i++) { typeDecl.superInterfaces[i].bits |= ASTNode.IsSuperType; } typeDecl.bodyStart = typeDecl.superInterfaces[length - 1].sourceEnd + 1; this.listLength = 0; // reset after having read super-interfaces // recovery if (this.currentElement != null) { this.lastCheckPoint = typeDecl.bodyStart; } |
| |||
for (int i = 0, max = typeDecl.superInterfaces.length; i < max; i++) { typeDecl.superInterfaces[i].bits |= ASTNode.IsSuperType; } typeDecl.bodyStart = typeDecl.superInterfaces[length - 1].sourceEnd + 1; this.listLength = 0; // reset after having read super-interfaces // reset after having read super-interfaces // recovery if (this.currentElement != null) { // is recovering this.lastCheckPoint = typeDecl.bodyStart; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |