Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 289 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Expression.java |
2 | 5 | 343 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Expression.java |
3 | 5 | 420 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Expression.java |
| ||||
if (match == null) { checkUnsafeCast(scope, castType, expressionType, match, true); } // recurse on the type variable upper bound return checkCastTypesCompatibility(scope, ((TypeVariableBinding) castType).upperBound(), expressionType, expression); |
| ||||
if (match == null) { checkUnsafeCast(scope, castType, expressionType, match, true); } // recurse on the type variable upper bound return checkCastTypesCompatibility(scope, ((TypeVariableBinding) castType).upperBound(), expressionType, expression); |
| ||||
if (match == null) { checkUnsafeCast(scope, castType, expressionType, match, true); } // recurse on the type variable upper bound return checkCastTypesCompatibility(scope, ((TypeVariableBinding) castType).upperBound(), expressionType, expression); |
| |||
if (match == null) { checkUnsafeCast(scope, castType, expressionType, match, true); } // recurse on the type variable upper bound return checkCastTypesCompatibility(scope, ((TypeVariableBinding) castType).upperBound(), expressionType, expression); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |