CloneSet7141


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17840
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTParser.java
27848
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTParser.java
Clone Instance
1
Line Count
7
Source Line
840
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTParser.java

                                                                               {
                                                        compilationUnitDeclaration = CompilationUnitResolver.parse(
                                                                        sourceUnit, 
                                                                        searcher, 
                                                                        this.compilerOptions, 
                                                                        this.statementsRecovery                   );
                                                        needToResolveBindings = false;
                                                                               }


Clone Instance
2
Line Count
7
Source Line
848
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTParser.java

                                               {
                                                compilationUnitDeclaration = CompilationUnitResolver.parse(
                                                                sourceUnit, 
                                                                searcher, 
                                                                this.compilerOptions, 
                                                                this.statementsRecovery                   );
                                                needToResolveBindings = false;
                                               }


Clone AbstractionParameter Count: 0Parameter Bindings

{
  compilationUnitDeclaration = CompilationUnitResolver.parse(sourceUnit, searcher, this.compilerOptions, this.statementsRecovery);
  needToResolveBindings = false;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None