Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 3 | 0.954 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 623 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java |
2 | 7 | 632 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java |
| ||||
case Wildcard.EXTENDS: // match "? extends <upperBound>" with "?" if (otherWildcard.boundKind == Wildcard.UNBOUND && wildcard.bound == wildcard.typeVariable() .upperBound()) continue nextArgument; break; |
| ||||
case Wildcard.UNBOUND: // match "?" with "? extends <upperBound>" if (otherWildcard.boundKind == Wildcard.EXTENDS && otherWildcard.bound == otherWildcard .typeVariable().upperBound()) continue nextArgument; break; |
| |||
case Wildcard. [[#variableb72283e0]]: // match "? extends <upperBound>" with "?" // match "?" with "? extends <upperBound>" if (otherWildcard.boundKind == Wildcard. [[#variableb7228340]]&& [[#variableb72282a0]].bound == [[#variableb72282a0]].typeVariable().upperBound()) continue nextArgument; break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b72283e0]] | EXTENDS |
1 | 2 | [[#b72283e0]] | UNBOUND |
2 | 1 | [[#b7228340]] | UNBOUND |
2 | 2 | [[#b7228340]] | EXTENDS |
3 | 1 | [[#b72282a0]] | wildcard |
3 | 2 | [[#b72282a0]] | otherWildcard |