Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 3 | 0.960 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 676 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java |
2 | 8 | 689 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java |
| ||||
switch (wildcard.boundKind) { case Wildcard.EXTENDS: upperBound1 = wildcard.bound; break; case Wildcard.SUPER: lowerBound1 = wildcard.bound; break; case Wildcard.UNBOUND: } |
| ||||
switch (otherWildcard.boundKind) { case Wildcard.EXTENDS: upperBound2 = otherWildcard.bound; break; case Wildcard.SUPER: lowerBound2 = otherWildcard.bound; break; case Wildcard.UNBOUND: } |
| |||
switch ( [[#variable8fd21360]].boundKind) { case Wildcard.EXTENDS: [[#variable8fd21160]]= [[#variable8fd21360]].bound; break; case Wildcard.SUPER: [[#variable8fd212c0]]= [[#variable8fd21360]].bound; break; case Wildcard.UNBOUND: } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#8fd21360]] | wildcard |
1 | 2 | [[#8fd21360]] | otherWildcard |
2 | 1 | [[#8fd21160]] | upperBound1 |
2 | 2 | [[#8fd21160]] | upperBound2 |
3 | 1 | [[#8fd212c0]] | lowerBound1 |
3 | 2 | [[#8fd212c0]] | lowerBound2 |