| 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.989 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 6979 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
| 2 | 4 | 6984 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
| ||||
if (this.scanner.useAssertAsAnIndentifier &&
this.lastErrorEndPositionBeforeRecovery < this.scanner.currentPosition) {
long positions = this.identifierPositionStack[this.identifierPtr];
if ( !this.statementRecoveryActivated)
problemReporter().useAssertAsAnIdentifier((int) (positions >>> 32), (int) positions);
}
|
| ||||
if (this.scanner.useEnumAsAnIndentifier &&
this.lastErrorEndPositionBeforeRecovery < this.scanner.currentPosition) {
long positions = this.identifierPositionStack[this.identifierPtr];
if ( !this.statementRecoveryActivated)
problemReporter().useEnumAsAnIdentifier((int) (positions >>> 32), (int) positions);
}
|
| |||
if (this.scanner. [[#variable518bbd60]]&& this.lastErrorEndPositionBeforeRecovery < this.scanner.currentPosition) {
long positions = this.identifierPositionStack[this.identifierPtr];
if ( !this.statementRecoveryActivated)
problemReporter(). [[#variable518bbca0]]((int) (positions >>> 32), (int) positions);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#518bbd60]] | useEnumAsAnIndentifier |
| 1 | 2 | [[#518bbd60]] | useAssertAsAnIndentifier |
| 2 | 1 | [[#518bbca0]] | useEnumAsAnIdentifier |
| 2 | 2 | [[#518bbca0]] | useAssertAsAnIdentifier |