Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 3 | 0 | 1.000 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 122 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveryScanner.java |
2 | 7 | 143 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveryScanner.java |
3 | 7 | 169 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveryScanner.java |
| ||||
int nextToken = this.pendingTokens[this.pendingTokensPtr-- ]; if (nextToken == TerminalTokens.TokenNameIdentifier) { this.fakeTokenSource = FAKE_IDENTIFIER; } else { this.fakeTokenSource = CharOperation.NO_CHAR; } return nextToken; |
| ||||
int nextToken = this.pendingTokens[this.pendingTokensPtr-- ]; if (nextToken == TerminalTokens.TokenNameIdentifier) { this.fakeTokenSource = FAKE_IDENTIFIER; } else { this.fakeTokenSource = CharOperation.NO_CHAR; } return nextToken; |
| ||||
int nextToken = this.pendingTokens[this.pendingTokensPtr-- ]; if (nextToken == TerminalTokens.TokenNameIdentifier) { this.fakeTokenSource = FAKE_IDENTIFIER; } else { this.fakeTokenSource = CharOperation.NO_CHAR; } return nextToken; |
| |||
int nextToken = this.pendingTokens[this.pendingTokensPtr-- ]; if (nextToken == TerminalTokens.TokenNameIdentifier) { this.fakeTokenSource = FAKE_IDENTIFIER; } else { this.fakeTokenSource = CharOperation.NO_CHAR; } return nextToken; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |