CloneSet5351


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

                for (int i = 0; i < thrownExceptionLength; i++) {
                        thrownExceptionTypes[i] =
                                CharOperation.concatWith(thrownExceptions[i].getParameterizedTypeName(), '.');
                }


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

                        for (int i = 0; i < superInterfacesLength; i++) {
                                interfaceNames[i] =
                                        CharOperation.concatWith(superInterfaces[i].getParameterizedTypeName(), '.');
                        }


Clone AbstractionParameter Count: 3Parameter Bindings

for (int i = 0; i <  [[#variablea4252680]]; i++) {
   [[#variablea4252600]][i] = CharOperation.concatWith( [[#variablea42525a0]][i].getParameterizedTypeName(), '.');
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a4252680]]
superInterfacesLength 
12[[#a4252680]]
thrownExceptionLength 
21[[#a4252600]]
interfaceNames 
22[[#a4252600]]
thrownExceptionTypes 
31[[#a42525a0]]
superInterfaces 
32[[#a42525a0]]
thrownExceptions