CloneSet8983


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14884
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java
24922
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java
Clone Instance
1
Line Count
4
Source Line
884
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java

                // single variable reference
                SingleNameReference ref =
                        newSingleNameReference(
                                identifierStack[identifierPtr], 
                                identifierPositionStack[identifierPtr-- ]);


Clone Instance
2
Line Count
4
Source Line
922
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/SourceElementParser.java

                // single variable reference
                SingleNameReference ref =
                        newSingleNameReference(
                                identifierStack[identifierPtr], 
                                identifierPositionStack[identifierPtr-- ]);


Clone AbstractionParameter Count: 0Parameter Bindings

// single variable reference
SingleNameReference ref = newSingleNameReference(identifierStack[identifierPtr], identifierPositionStack[identifierPtr-- ]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None