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.972 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 113 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Argument.java |
2 | 3 | 908 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Expression.java |
| ||||
{ scope.problemReporter().typeMismatchError(exceptionType, throwable, this ); return null; } |
| ||||
{ scope.problemReporter().typeMismatchError(expressionType, expectedType, this ); return null; } |
| |||
{ scope.problemReporter().typeMismatchError( [[#variableb51fffc0]], [[#variableb51fff20]], this ); return null; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b51fffc0]] | expressionType |
1 | 2 | [[#b51fffc0]] | exceptionType |
2 | 1 | [[#b51fff20]] | expectedType |
2 | 2 | [[#b51fff20]] | throwable |