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.978 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 193 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding.java |
2 | 3 | 196 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding.java |
| ||||
case Wildcard.EXTENDS: formalArgument.collectSubstitutes(scope, actualWildcardArgument.bound, substitutes, TypeConstants.CONSTRAINT_SUPER); continue ; |
| ||||
case Wildcard.SUPER: formalArgument.collectSubstitutes(scope, actualWildcardArgument.bound, substitutes, TypeConstants.CONSTRAINT_EXTENDS); continue ; |
| |||
case Wildcard. [[#variable4e64a2e0]]: formalArgument.collectSubstitutes(scope, actualWildcardArgument.bound, substitutes, TypeConstants. [[#variable4e64a1e0]]); continue ; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4e64a2e0]] | EXTENDS |
1 | 2 | [[#4e64a2e0]] | SUPER |
2 | 1 | [[#4e64a1e0]] | CONSTRAINT_SUPER |
2 | 2 | [[#4e64a1e0]] | CONSTRAINT_EXTENDS |