CloneSet3217


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11230.960statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111571
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeBinding.java
211702
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeBinding.java
Clone Instance
1
Line Count
11
Source Line
571
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeBinding.java

                                if (wildcardBinding.bound != null) {
                                        switch (wildcardBinding.boundKind) {
                                        case Wildcard.SUPER:
                                                buffer.append(TypeConstants.WILDCARD_SUPER);
                                            break;
                                        case Wildcard.EXTENDS:
                                                buffer.append(TypeConstants.WILDCARD_EXTENDS);
                                      }
                                        buffer.append(getBound().getName());
                                }
                                return String.valueOf(buffer);


Clone Instance
2
Line Count
11
Source Line
702
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeBinding.java

                                if (bound != null) {
                                        switch (wildcardBinding.boundKind) {
                                        case Wildcard.SUPER:
                                                buffer.append(TypeConstants.WILDCARD_SUPER);
                                            break;
                                        case Wildcard.EXTENDS:
                                                buffer.append(TypeConstants.WILDCARD_EXTENDS);
                                      }
                                        buffer.append(bound.getQualifiedName());
                                }
                                return String.valueOf(buffer);


Clone AbstractionParameter Count: 3Parameter Bindings

if ( [[#variableb55deba0]]!= null) {
  switch (wildcardBinding.boundKind) {
    case Wildcard.SUPER:
      buffer.append(TypeConstants.WILDCARD_SUPER);
      break;
    case Wildcard.EXTENDS:
      buffer.append(TypeConstants.WILDCARD_EXTENDS);
  }
  buffer.append( [[#variable5b5aa1c0]]. [[#variableb55debe0]]());
}
return String.valueOf(buffer);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b55deba0]]
bound 
12[[#b55deba0]]
wildcardBinding.bound 
21[[#5b5aa1c0]]
bound 
22[[#5b5aa1c0]]
getBound() 
31[[#b55debe0]]
getQualifiedName 
32[[#b55debe0]]
getName