CloneSet4330


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.981statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14356
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CompilationUnitResolver.java
24426
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CompilationUnitResolver.java
Clone Instance
1
Line Count
4
Source Line
356
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CompilationUnitResolver.java

                                //fill the methods bodies in order for the code to be generated
                                //real parse of the method....
                                org.eclipse.jdt.internal.compiler.ast.TypeDeclaration[] types = compilationUnitDeclaration.types;
                                if (types != null) {
                                        for (int j = types.length; --j >= 0;)
                                                types[j].parseMethod(parser, compilationUnitDeclaration);
                                }


Clone Instance
2
Line Count
4
Source Line
426
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CompilationUnitResolver.java

                        //fill the methods bodies in order for the code to be generated
                        //real parse of the method....
                        org.eclipse.jdt.internal.compiler.ast.TypeDeclaration[] types = compilationUnitDeclaration.types;
                        if (types != null) {
                                for (int i = types.length; --i >= 0;)
                                        types[i].parseMethod(parser, compilationUnitDeclaration);
                        }


Clone AbstractionParameter Count: 1Parameter Bindings

//fill the methods bodies in order for the code to be generated
//real parse of the method....
org.eclipse.jdt.internal.compiler.ast.TypeDeclaration[] types = compilationUnitDeclaration.types;
if (types != null) {
  for (int  [[#variable619191e0]]= types.length; -- [[#variable619191e0]]>= 0;)
    types[ [[#variable619191e0]]].parseMethod(parser, compilationUnitDeclaration);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#619191e0]]
i 
12[[#619191e0]]
j