Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.974 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 104 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Argument.java |
2 | 3 | 108 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Argument.java |
| ||||
if (exceptionType.isBoundParameterizedType()) { scope.problemReporter().invalidParameterizedExceptionType(exceptionType, this ); return null; } |
| ||||
if (exceptionType.isTypeVariable()) { scope.problemReporter().invalidTypeVariableAsException(exceptionType, this ); return null; } |
| |||
if (exceptionType. [[#variablebd66c8a0]]()) { scope.problemReporter(). [[#variablebd66d760]](exceptionType, this ); return null; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bd66c8a0]] | isBoundParameterizedType |
1 | 2 | [[#bd66c8a0]] | isTypeVariable |
2 | 1 | [[#bd66d760]] | invalidParameterizedExceptionType |
2 | 2 | [[#bd66d760]] | invalidTypeVariableAsException |