Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 1 | 0.961 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 8798 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
2 | 14 | 8817 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
| ||||
/* shift-reduce */ consumeToken(this.currentToken); if (this.currentElement != null) this.recoveryTokenCheck(); try { this.currentToken = this.scanner.getNextToken(); } catch (InvalidInputException e) { if ( !this.hasReportedError) { this.problemReporter().scannerError(this, e.getMessage()); this.hasReportedError = true; } this.lastCheckPoint = this.scanner.currentPosition; this.restartRecovery = true; } if (this.statementRecoveryActivated) { jumpOverTypeAfterReduce = true; } |
| ||||
/* shift */ consumeToken(this.currentToken); if (this.currentElement != null) this.recoveryTokenCheck(); try { this.currentToken = this.scanner.getNextToken(); } catch (InvalidInputException e) { if ( !this.hasReportedError) { this.problemReporter().scannerError(this, e.getMessage()); this.hasReportedError = true; } this.lastCheckPoint = this.scanner.currentPosition; this.restartRecovery = true; } if (this.statementRecoveryActivated) { this.jumpOverType(); } |
| |||
/* shift */ /* shift-reduce */ consumeToken(this.currentToken); if (this.currentElement != null) this.recoveryTokenCheck(); try { this.currentToken = this.scanner.getNextToken(); } catch (InvalidInputException e) { if ( !this.hasReportedError) { this.problemReporter().scannerError(this, e.getMessage()); this.hasReportedError = true; } this.lastCheckPoint = this.scanner.currentPosition; this.restartRecovery = true; } if (this.statementRecoveryActivated) { [[#variable94ddc600]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#94ddc600]] | this.jumpOverType() |
1 | 2 | [[#94ddc600]] | jumpOverTypeAfterReduce = true |