CloneSet9947


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.965statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
132104
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
22498
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredType.java
Clone Instance
1
Line Count
3
Source Line
2104
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

        typeDecl.bodyStart = typeDecl.typeParameters[length - 1].declarationSourceEnd + 1;

        this.listTypeParameterLength = 0;


Clone Instance
2
Line Count
2
Source Line
498
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/RecoveredType.java

                                typeDecl.bodyStart = typeDecl.typeParameters[length - 1].declarationSourceEnd + 1;
                                parser.listTypeParameterLength = 0;


Clone AbstractionParameter Count: 1Parameter Bindings

typeDecl.bodyStart = typeDecl.typeParameters[length - 1].declarationSourceEnd + 1;
 [[#variable774caf40]].listTypeParameterLength = 0;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#774caf40]]
parser 
12[[#774caf40]]
this