CloneSet7901


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1388
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/FlowContext.java
23193
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/FlowContext.java
Clone Instance
1
Line Count
3
Source Line
88
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/FlowContext.java

                                    int state = caughtException == null ?
                                          Scope.EQUAL_OR_MORE_SPECIFIC
                                                                       /* any exception */
                                                                      : Scope.compareTypes(raisedException, caughtException);


Clone Instance
2
Line Count
3
Source Line
193
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/FlowContext.java

                                                    int state = caughtException == null ?
                                                          Scope.EQUAL_OR_MORE_SPECIFIC
                                                                                       /* any exception */
                                                                                      : Scope.compareTypes(raisedException, caughtException);


Clone AbstractionParameter Count: 0Parameter Bindings

int state = caughtException == null ? Scope.EQUAL_OR_MORE_SPECIFIC
                                                                  /* any exception */
                                                                  : Scope.compareTypes(raisedException, caughtException);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None