CloneSet8632


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.988executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14103
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/ExceptionHandlingFlowContext.java
24108
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/ExceptionHandlingFlowContext.java
Clone Instance
1
Line Count
4
Source Line
103
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/ExceptionHandlingFlowContext.java

                                                                 {
                        scope.problemReporter().unreachableCatchBlock(
                                this.handledExceptions[index], 
                                tryStatement.catchArguments[index].type);
                                                                 }


Clone Instance
2
Line Count
4
Source Line
108
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/ExceptionHandlingFlowContext.java

                                                                        {
                                scope.problemReporter().hiddenCatchBlock(
                                        this.handledExceptions[index], 
                                        tryStatement.catchArguments[index].type);
                                                                        }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  scope.problemReporter(). [[#variableb312f4e0]](this.handledExceptions[index], tryStatement.catchArguments[index].type);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b312f4e0]]
unreachableCatchBlock 
12[[#b312f4e0]]
hiddenCatchBlock