CloneSet3638


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.989statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
146979
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
246984
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
Clone Instance
1
Line Count
4
Source Line
6979
Source File
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);
                        }


Clone Instance
2
Line Count
4
Source Line
6984
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

                        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);
                        }


Clone AbstractionParameter Count: 2Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#518bbd60]]
useEnumAsAnIndentifier 
12[[#518bbd60]]
useAssertAsAnIndentifier 
21[[#518bbca0]]
useEnumAsAnIdentifier 
22[[#518bbca0]]
useAssertAsAnIdentifier