Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.974 | statement_sequence[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 87 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/LexStream.java |
2 | 6 | 111 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/LexStream.java |
| ||||
Token token = new Token(); token.kind = tokenKind; token.name = scanner.getCurrentTokenSource(); token.start = start; token.end = end; token.line = scanner.getLineNumber(end); |
| ||||
Token token = new Token(); token.kind = tokenKind; token.name = CharOperation.NO_CHAR; token.start = start; token.end = end; token.line = scanner.getLineNumber(end); |
| |||
Token token = new Token(); token.kind = tokenKind; token.name = [[#variable56e3dd60]] [[#variable586aa580]]; token.start = start; token.end = end; token.line = scanner.getLineNumber(end); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56e3dd60]] | scanner |
1 | 2 | [[#56e3dd60]] | CharOperation |
2 | 1 | [[#586aa580]] | .getCurrentTokenSource() |
2 | 2 | [[#586aa580]] | .NO_CHAR |