CloneSet2732


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2601.000statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12203
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
22232
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
321019
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
421039
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
525708
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
625834
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java
Clone Instance
1
Line Count
2
Source Line
203
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

        // Required to fix 1PR0XVS: LFRE:WINNT - Compiler: variable table for method appears incorrect
        if ((this.generateAttributes&  (ClassFileConstants.ATTR_VARS|  ClassFileConstants.ATTR_STACK_MAP)) == 0)
                return;


Clone Instance
2
Line Count
2
Source Line
232
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

        if ((this.generateAttributes&  (ClassFileConstants.ATTR_VARS|  ClassFileConstants.ATTR_STACK_MAP)) == 0)
                return;


Clone Instance
3
Line Count
2
Source Line
1019
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

        // mark all the scope's locals as losing their definite assignment

        if ((this.generateAttributes&  (ClassFileConstants.ATTR_VARS|  ClassFileConstants.ATTR_STACK_MAP)) == 0)
                return;


Clone Instance
4
Line Count
2
Source Line
1039
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

        // mark all the scope's locals as losing their definite assignment
        if ((this.generateAttributes&  (ClassFileConstants.ATTR_VARS|  ClassFileConstants.ATTR_STACK_MAP)) == 0)
                return;


Clone Instance
5
Line Count
2
Source Line
5708
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

        if ((this.generateAttributes&  (ClassFileConstants.ATTR_VARS|  ClassFileConstants.ATTR_STACK_MAP)) == 0)
                return;


Clone Instance
6
Line Count
2
Source Line
5834
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java

        // given some flow info, make sure we did not loose some variables initialization
        // if this happens, then we must update their pc entries to reflect it in debug attributes
        if ((this.generateAttributes&  (ClassFileConstants.ATTR_VARS|  ClassFileConstants.ATTR_STACK_MAP)) == 0)
                return;


Clone AbstractionParameter Count: 0Parameter Bindings

// Required to fix 1PR0XVS: LFRE:WINNT - Compiler: variable table for method appears incorrect
// mark all the scope's locals as losing their definite assignment
// given some flow info, make sure we did not loose some variables initialization
// if this happens, then we must update their pc entries to reflect it in debug attributes
if ((this.generateAttributes&(ClassFileConstants.ATTR_VARS|ClassFileConstants.ATTR_STACK_MAP)) == 0)
  return;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None