CloneSet4870


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.993statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15137
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java
25616
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java
Clone Instance
1
Line Count
5
Source Line
137
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java

        TypeDeclaration typeDecl = (TypeDeclaration) astStack[astPtr];
        TypeReference[] superInterfaces = typeDecl.superInterfaces;
        char[][] interfaceNames = null;
        int[] interfaceNameStarts = null;
        int[] interfaceNameEnds = null;


Clone Instance
2
Line Count
5
Source Line
616
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/DocumentElementParser.java

        TypeDeclaration typeDecl = (TypeDeclaration) astStack[astPtr];
        TypeReference[] superInterfaces = typeDecl.superInterfaces;
        char[][] interfaceNames = null;
        int[] interfaceNameStarts = null;
        int[] interfacenameEnds = null;


Clone AbstractionParameter Count: 1Parameter Bindings

TypeDeclaration typeDecl = (TypeDeclaration) astStack[astPtr];
TypeReference[] superInterfaces = typeDecl.superInterfaces;
char[][] interfaceNames = null;
int[] interfaceNameStarts = null;
int[]  [[#variable98ec15a0]]= null;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#98ec15a0]]
interfaceNameEnds 
12[[#98ec15a0]]
interfacenameEnds