CloneSet9686


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2230.959statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12383
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TryStatement.java
225246
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
Clone Instance
1
Line Count
2
Source Line
383
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TryStatement.java

                for (int i = 0; i < maxCatches; i++) {
                        exceptionLabels[i].placeEnd();
                }


Clone Instance
2
Line Count
2
Source Line
5246
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

        for (int i = 0; i < length; i++) {
                casesLabel[i].placeInstruction();
        }


Clone AbstractionParameter Count: 3Parameter Bindings

for (int i = 0; i <  [[#variablebb657420]]; i++) {
   [[#variablebb657380]][i]. [[#variablebb657320]]();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bb657420]]
maxCatches 
12[[#bb657420]]
length 
21[[#bb657380]]
exceptionLabels 
22[[#bb657380]]
casesLabel 
31[[#bb657320]]
placeEnd 
32[[#bb657320]]
placeInstruction