CloneSet7418


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

/*
 * @see IType#findMethods(IMethod)
 */
public IMethod[] findMethods(IMethod method) {
        try {
                return findMethods(method, getMethods());
        } catch (JavaModelException e) {
                // if type doesn't exist, no matching method can exist
                return null;
          }
}


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

/*
 * @see IType
 */
public IMethod[] findMethods(IMethod method) {
        try {
                return findMethods(method, getMethods());
        } catch (JavaModelException e) {
                // if type doesn't exist, no matching method can exist
                return null;
          }
}


Clone AbstractionParameter Count: 0Parameter Bindings

/*
 * @see IType
 */
/*
 * @see IType#findMethods(IMethod)
 */
public IMethod[] findMethods(IMethod method) {
  try {
    return findMethods(method, getMethods());
  }
  catch (JavaModelException e) {
    // if type doesn't exist, no matching method can exist
    return null;
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None