CloneSet2905


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.991class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1641
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMethod.java
2648
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceType.java
Clone Instance
1
Line Count
6
Source Line
41
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMethod.java

protected void closing(Object info) throws JavaModelException {
        super.closing(info);
        SourceMethodElementInfo elementInfo = (SourceMethodElementInfo) info;
        ITypeParameter[] typeParameters = elementInfo.typeParameters;
        for (int i = 0, length = typeParameters.length; i < length; i++) {
                ((TypeParameter) typeParameters[i]).close();
        }
}


Clone Instance
2
Line Count
6
Source Line
48
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceType.java

protected void closing(Object info) throws JavaModelException {
        super.closing(info);
        SourceTypeElementInfo elementInfo = (SourceTypeElementInfo) info;
        ITypeParameter[] typeParameters = elementInfo.typeParameters;
        for (int i = 0, length = typeParameters.length; i < length; i++) {
                ((TypeParameter) typeParameters[i]).close();
        }
}


Clone AbstractionParameter Count: 1Parameter Bindings

protected void closing(Object info) throws JavaModelException {
  super.closing(info);
   [[#variableb18d0720]] elementInfo = ( [[#variableb18d0720]]) info;
  ITypeParameter[] typeParameters = elementInfo.typeParameters;
  for (int i = 0, length = typeParameters.length; i < length; i++) {
    ((TypeParameter) typeParameters[i]).close();
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b18d0720]]
SourceTypeElementInfo 
12[[#b18d0720]]
SourceMethodElementInfo