CloneSet4146


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
16210.973statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
116646
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/Compiler.java
216873
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CompilationUnitResolver.java
Clone Instance
1
Line Count
16
Source Line
646
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/Compiler.java

                        if (unit.scope != null) {
                                // fault in fields & methods
                                unit.scope.faultInTypes();
                                if (unit.scope != null && verifyMethods) {
                                        // http://dev.eclipse.org/bugs/show_bug.cgi?id=23117
                                        // verify inherited methods
                                        unit.scope.verifyMethods(lookupEnvironment.methodVerifier());
                                }
                                // type checking
                                unit.resolve();

                                // flow analysis
                                if (analyzeCode) unit.analyseCode();

                                // code generation
                                if (generateCode) unit.generateCode();
                        }


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

                        if (unit.scope != null) {
                                // fault in fields & methods
                                unit.scope.faultInTypes();
                                if (unit.scope != null && verifyMethods) {
                                        // http://dev.eclipse.org/bugs/show_bug.cgi?id=23117
                                        // verify inherited methods
                                        unit.scope.verifyMethods(this.lookupEnvironment.methodVerifier());
                                }
                                // type checking
                                unit.resolve();

                                // flow analysis
                                if (analyzeCode) unit.analyseCode();

                                // code generation
                                if (generateCode) unit.generateCode();
                        }


Clone AbstractionParameter Count: 1Parameter Bindings

if (unit.scope != null) {
  // fault in fields & methods
  unit.scope.faultInTypes();
  if (unit.scope != null && verifyMethods) {
    // http://dev.eclipse.org/bugs/show_bug.cgi?id=23117
    // verify inherited methods
    unit.scope.verifyMethods( [[#variable5902b660]].methodVerifier());
  }
  // type checking
  unit.resolve();
  // flow analysis
  if (analyzeCode)
    unit.analyseCode();
  // code generation
  if (generateCode)
    unit.generateCode();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5902b660]]
lookupEnvironment 
12[[#5902b660]]
this.lookupEnvironment