Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.982 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 6456 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
2 | 4 | 6801 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
| ||||
protected void consumeSimpleAssertStatement() { // AssertStatement ::= 'assert' Expression ';' this.expressionLengthPtr--; pushOnAstStack(new AssertStatement(this.expressionStack[this.expressionPtr-- ], this.intStack[this.intPtr-- ])); } |
| ||||
protected void consumeStatementThrow() { // ThrowStatement ::= 'throw' Expression ';' this.expressionLengthPtr--; pushOnAstStack(new ThrowStatement(this.expressionStack[this.expressionPtr-- ], this.intStack[this.intPtr-- ])); } |
| |||
protected void [[#variable63d196c0]]() { // AssertStatement ::= 'assert' Expression ';' // ThrowStatement ::= 'throw' Expression ';' this.expressionLengthPtr--; pushOnAstStack(new [[#variable63d195a0]](this.expressionStack[this.expressionPtr-- ], this.intStack[this.intPtr-- ])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#63d196c0]] | consumeSimpleAssertStatement |
1 | 2 | [[#63d196c0]] | consumeStatementThrow |
2 | 1 | [[#63d195a0]] | AssertStatement |
2 | 2 | [[#63d195a0]] | ThrowStatement |