Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.975 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 552 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java |
2 | 5 | 564 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java |
| ||||
if (match != null && (match = match.leafComponentType()).isRawType()) { return match == otherBound.leafComponentType(); // forbide: Collection <= ? extends Collection<?> // forbide: Collection[] <= ? extends Collection<?>[] } return upperBound.isCompatibleWith(otherBound); |
| ||||
if (match != null && (match = match.leafComponentType()).isRawType()) { return match == lowerBound.leafComponentType(); // forbide: Collection <= ? super Collection<?> // forbide: Collection[] <= ? super Collection<?>[] } return otherBound.isCompatibleWith(lowerBound); |
| |||
if (match != null && (match = match.leafComponentType()).isRawType()) { return match == [[#variable78a174a0]].leafComponentType(); // forbide: Collection <= ? super Collection<?> // forbide: Collection <= ? extends Collection<?> // forbide: Collection[] <= ? super Collection<?>[] // forbide: Collection[] <= ? extends Collection<?>[] } return [[#variable774e6ca0]].isCompatibleWith( [[#variable78a174a0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#78a174a0]] | lowerBound |
1 | 2 | [[#78a174a0]] | otherBound |
2 | 1 | [[#774e6ca0]] | otherBound |
2 | 2 | [[#774e6ca0]] | upperBound |