Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.988 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 103 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/ExceptionHandlingFlowContext.java |
2 | 4 | 108 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/ExceptionHandlingFlowContext.java |
| ||||
{ scope.problemReporter().unreachableCatchBlock( this.handledExceptions[index], tryStatement.catchArguments[index].type); } |
| ||||
{ scope.problemReporter().hiddenCatchBlock( this.handledExceptions[index], tryStatement.catchArguments[index].type); } |
| |||
{ scope.problemReporter(). [[#variableb312f4e0]](this.handledExceptions[index], tryStatement.catchArguments[index].type); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b312f4e0]] | unreachableCatchBlock |
1 | 2 | [[#b312f4e0]] | hiddenCatchBlock |