CloneSet3581


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.984statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15341
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CompilationUnitStructureRequestor.java
25382
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CompilationUnitStructureRequestor.java
Clone Instance
1
Line Count
5
Source Line
341
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CompilationUnitStructureRequestor.java

        if (methodInfo.typeParameters != null) {
                for (int i = 0, length = methodInfo.typeParameters.length; i < length; i++) {
                        TypeParameterInfo typeParameterInfo = methodInfo.typeParameters[i];
                        enterTypeParameter(typeParameterInfo);
                        exitMember(typeParameterInfo.declarationEnd);
                }
        }


Clone Instance
2
Line Count
5
Source Line
382
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/CompilationUnitStructureRequestor.java

        if (typeInfo.typeParameters != null) {
                for (int i = 0, length = typeInfo.typeParameters.length; i < length; i++) {
                        TypeParameterInfo typeParameterInfo = typeInfo.typeParameters[i];
                        enterTypeParameter(typeParameterInfo);
                        exitMember(typeParameterInfo.declarationEnd);
                }
        }


Clone AbstractionParameter Count: 1Parameter Bindings

if ( [[#variable52ba06a0]].typeParameters != null) {
  for (int i = 0, length = [[#variable52ba06a0]].typeParameters.length; i < length; i++) {
    TypeParameterInfo typeParameterInfo = [[#variable52ba06a0]].typeParameters[i];
    enterTypeParameter(typeParameterInfo);
    exitMember(typeParameterInfo.declarationEnd);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#52ba06a0]]
methodInfo 
12[[#52ba06a0]]
typeInfo