CloneSet4084


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8220.952statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18748
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java
28769
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java
Clone Instance
1
Line Count
8
Source Line
748
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java

                        switch (wildcard.boundKind) {
                        case Wildcard.EXTENDS:
                                return otherArgument.isCompatibleWith(wildcard.bound);
                        case Wildcard.SUPER:
                                return wildcard.bound.isCompatibleWith(otherArgument);
                        case Wildcard.UNBOUND:
                        default:
                                return true;
                      }


Clone Instance
2
Line Count
8
Source Line
769
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/TypeBinding.java

                        switch (otherWildcard.boundKind) {
                        case Wildcard.EXTENDS:
                                return this.isCompatibleWith(otherWildcard.bound);
                        case Wildcard.SUPER:
                                return otherWildcard.bound.isCompatibleWith(this );
                        case Wildcard.UNBOUND:
                        default:
                                return true;
                      }


Clone AbstractionParameter Count: 2Parameter Bindings

switch ( [[#variablea37e3720]].boundKind) {
  case Wildcard.EXTENDS:
    return [[#variablea37e3f80]].isCompatibleWith( [[#variablea37e3720]].bound);
  case Wildcard.SUPER:
    return [[#variablea37e3720]].bound.isCompatibleWith( [[#variablea37e3f80]]);
  case Wildcard.UNBOUND:
  default:
    return true;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a37e3720]]
wildcard 
12[[#a37e3720]]
otherWildcard 
21[[#a37e3f80]]
otherArgument 
22[[#a37e3f80]]
this