Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 4 | 0.958 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 137 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveryScanner.java |
2 | 4 | 163 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveryScanner.java |
| ||||
this.data.insertedTokenUsed[i] = true; this.pendingTokens = this.data.insertedTokens[i]; this.pendingTokensPtr = this.data.insertedTokens[i].length - 1; this.isInserted = true; |
| ||||
this.data.replacedTokenUsed[i] = true; this.pendingTokens = this.data.replacedTokens[i]; this.pendingTokensPtr = this.data.replacedTokens[i].length - 1; this.fakeTokenSource = FAKE_IDENTIFIER; |
| |||
this.data. [[#variablea5cc7d40]][i] = true; this.pendingTokens = this.data. [[#variablea5cc6800]][i]; this.pendingTokensPtr = this.data. [[#variablea5cc6800]][i].length - 1; this. [[#variablea5cc7d00]]= [[#variablea532ad00]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a5cc7d40]] | insertedTokenUsed |
1 | 2 | [[#a5cc7d40]] | replacedTokenUsed |
2 | 1 | [[#a5cc6800]] | insertedTokens |
2 | 2 | [[#a5cc6800]] | replacedTokens |
3 | 1 | [[#a5cc7d00]] | isInserted |
3 | 2 | [[#a5cc7d00]] | fakeTokenSource |
4 | 1 | [[#a532ad00]] | true |
4 | 2 | [[#a532ad00]] | FAKE_IDENTIFIER |