CloneSet7672


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

                int thrownExceptionLength = thrownExceptions.length;
                exceptionTypes = new char[thrownExceptionLength][];
                exceptionTypeStarts = new int[thrownExceptionLength];


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

                int thrownExceptionLength = thrownExceptions.length;
                exceptionTypeStarts = new int[thrownExceptionLength];
                exceptionTypeEnds = new int[thrownExceptionLength];


Clone AbstractionParameter Count: 4Parameter Bindings

int thrownExceptionLength = thrownExceptions.length;
 [[#variable5a9bab60]]= new [[#variable5a9ba500]][thrownExceptionLength] [[#variable5a9ba520]];
 [[#variable5aa029a0]]= new int[thrownExceptionLength];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5a9bab60]]
exceptionTypeStarts 
12[[#5a9bab60]]
exceptionTypes 
21[[#5a9ba500]]
int 
22[[#5a9ba500]]
char 
31[[#5a9ba520]]
32[[#5a9ba520]]
[] 
41[[#5aa029a0]]
exceptionTypeEnds 
42[[#5aa029a0]]
exceptionTypeStarts