CloneSet2843


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6240.973statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16218
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/BindingLabelProvider.java
26267
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/BindingLabelProvider.java
Clone Instance
1
Line Count
6
Source Line
218
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/BindingLabelProvider.java

                if ((flags&  JavaElementLabels.M_APP_TYPE_PARAMETERS) != 0) {
                        if (binding.isParameterizedMethod()) {
                                ITypeBinding[] typeArguments = binding.getTypeArguments();
                                if (typeArguments.length > 0) {
                                        buffer.append(' ');
                                        getTypeArgumentsLabel(typeArguments, (flags&  JavaElementLabels.T_TYPE_PARAMETERS), buffer);
                                }
                        }
                }


Clone Instance
2
Line Count
6
Source Line
267
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/BindingLabelProvider.java

                if ((flags&  JavaElementLabels.M_APP_TYPE_PARAMETERS) != 0) {
                        if (binding.isGenericMethod()) {
                                ITypeBinding[] typeParameters = binding.getTypeParameters();
                                if (typeParameters.length > 0) {
                                        buffer.append(' ');
                                        getTypeParametersLabel(typeParameters, (flags&  JavaElementLabels.T_TYPE_PARAMETERS), buffer);
                                }
                        }
                }


Clone AbstractionParameter Count: 4Parameter Bindings

if ((flags&JavaElementLabels.M_APP_TYPE_PARAMETERS) != 0) {
  if (binding. [[#variable5e0cca20]]()) {
    ITypeBinding[]  [[#variable5e0cc9a0]]= binding. [[#variable5e0cc920]]();
    if ( [[#variable5e0cc9a0]].length > 0) {
      buffer.append(' ');
       [[#variable5e0cc880]]( [[#variable5e0cc9a0]], (flags&JavaElementLabels.T_TYPE_PARAMETERS), buffer);
    }
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5e0cca20]]
isParameterizedMethod 
12[[#5e0cca20]]
isGenericMethod 
21[[#5e0cc9a0]]
typeArguments 
22[[#5e0cc9a0]]
typeParameters 
31[[#5e0cc920]]
getTypeArguments 
32[[#5e0cc920]]
getTypeParameters 
41[[#5e0cc880]]
getTypeArgumentsLabel 
42[[#5e0cc880]]
getTypeParametersLabel