CloneSet2207


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4401.000expression_list
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
148272
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
248312
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
34592
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetParser.java
44639
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetParser.java
Clone Instance
1
Line Count
4
Source Line
8272
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

                                                   tokens, 
                                positions          , 
                                (int) (this.identifierPositionStack[this.identifierPtr + 1] >> 32), // sourceStart
                                                    (int) this.identifierPositionStack[this.identifierPtr + length]


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

                        tokens, 
                        positions, 
                        (int) (this.identifierPositionStack[this.identifierPtr + 1] >> 32), // sourceStart
                         (int) this.identifierPositionStack[this.identifierPtr + length]


Clone Instance
3
Line Count
4
Source Line
592
Source File
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetParser.java

                                                                      tokens, 
                                        positions                     , 
                                        (int) (this.identifierPositionStack[this.identifierPtr + 1] >> 32), // sourceStart
                                                                       (int) this.identifierPositionStack[this.identifierPtr + length]


Clone Instance
4
Line Count
4
Source Line
639
Source File
plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/CodeSnippetParser.java

                                tokens, 
                                positions, 
                                (int) (this.identifierPositionStack[this.identifierPtr + 1] >> 32), // sourceStart
                                 (int) this.identifierPositionStack[this.identifierPtr + length]


Clone AbstractionParameter Count: 0Parameter Bindings

tokens, positions, (int) (this.identifierPositionStack[this.identifierPtr + 1] >> 32), // sourceStart
 (int) this.identifierPositionStack[this.identifierPtr + length]
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None