CloneSet937


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
18210.987statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
118988
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java
218997
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding.java
Clone Instance
1
Line Count
18
Source Line
988
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BinaryTypeBinding.java

        buffer.append((superclass != null) ? superclass.debugName():  "NULL TYPE"); //$NON-NLS-1$

        if (superInterfaces != null) {
                if (superInterfaces != Binding.NO_SUPERINTERFACES) {
                        buffer.append("\n\timplements : "); //$NON-NLS-1$
                        for (int i = 0, length = superInterfaces.length; i < length; i++) {
                                if (i >  0)
                                        buffer.append(", "); //$NON-NLS-1$
                                buffer.append((superInterfaces[i] != null) ? superInterfaces[i].debugName():  "NULL TYPE"); //$NON-NLS-1$
                        }
                }
        }
        else   {
                buffer.append("NULL SUPERINTERFACES"); //$NON-NLS-1$
        }
        if (enclosingType != null) {
                buffer.append("\n\tenclosing type : "); //$NON-NLS-1$
                buffer.append(enclosingType.debugName());
        }


Clone Instance
2
Line Count
18
Source Line
997
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedTypeBinding.java

                buffer.append((superclass != null) ? superclass.debugName():  "NULL TYPE"); //$NON-NLS-1$

                if (superInterfaces != null) {
                        if (superInterfaces != Binding.NO_SUPERINTERFACES) {
                                buffer.append("\n\timplements : "); //$NON-NLS-1$
                                for (int i = 0, length = superInterfaces.length; i < length; i++) {
                                        if (i >  0)
                                                buffer.append(", "); //$NON-NLS-1$
                                        buffer.append((superInterfaces[i] != null) ? superInterfaces[i].debugName():  "NULL TYPE"); //$NON-NLS-1$
                                }
                        }
                }
                else   {
                        buffer.append("NULL SUPERINTERFACES"); //$NON-NLS-1$
                }
                if (enclosingType() != null) {
                        buffer.append("\n\tenclosing type : "); //$NON-NLS-1$
                        buffer.append(enclosingType().debugName());
                }


Clone AbstractionParameter Count: 1Parameter Bindings

buffer.append((superclass != null) ? superclass.debugName(): "NULL TYPE"); //$NON-NLS-1$
if (superInterfaces != null) {
  if (superInterfaces != Binding.NO_SUPERINTERFACES) {
    buffer.append("\n\timplements : "); //$NON-NLS-1$
    for (int i = 0, length = superInterfaces.length; i < length; i++) {
      if (i > 0)
        buffer.append(", "); //$NON-NLS-1$
      buffer.append((superInterfaces[i] != null) ? superInterfaces[i].debugName(): "NULL TYPE"); //$NON-NLS-1$
    }
  }
}
else {
  buffer.append("NULL SUPERINTERFACES"); //$NON-NLS-1$
}
if ( [[#variable52b091e0]]!= null) {
  buffer.append("\n\tenclosing type : "); //$NON-NLS-1$
  buffer.append( [[#variable52b091e0]].debugName());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#52b091e0]]
enclosingType 
12[[#52b091e0]]
enclosingType()