CloneSet7279


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14292
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/HierarchyScope.java
25137
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/JavaLaunchableTester.java
Clone Instance
1
Line Count
4
Source Line
292
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/HierarchyScope.java

                if (element instanceof IType) {
                        type = (IType) element;
                }
                else   if (element instanceof IMember) {
                        type = ((IMember) element).getDeclaringType();
                       }


Clone Instance
2
Line Count
5
Source Line
137
Source File
plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/JavaLaunchableTester.java

             if (element instanceof IType) {
            type = (IType) element;
             }
             else
             if (element instanceof IMember) {
            type = ((IMember) element).getDeclaringType();
             }


Clone AbstractionParameter Count: 0Parameter Bindings

if (element instanceof IType) {
  type = (IType) element;
}
else
  if (element instanceof IMember) {
    type = ((IMember) element).getDeclaringType();
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None