CloneSet4930


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9210.979statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
192108
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
292120
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
Clone Instance
1
Line Count
9
Source Line
2108
Source File
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java

                                                this.options.put(
                                                        CompilerOptions.OPTION_LocalVariableAttribute, 
                                                        CompilerOptions.GENERATE);
                                                this.options.put(
                                                        CompilerOptions.OPTION_LineNumberAttribute, 
                                                        CompilerOptions.GENERATE);
                                                this.options.put(
                                                        CompilerOptions.OPTION_SourceFileAttribute, 
                                                        CompilerOptions.GENERATE);


Clone Instance
2
Line Count
9
Source Line
2120
Source File
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java

                                                this.options.put(
                                                        CompilerOptions.OPTION_LocalVariableAttribute, 
                                                        CompilerOptions.DO_NOT_GENERATE);
                                                this.options.put(
                                                        CompilerOptions.OPTION_LineNumberAttribute, 
                                                        CompilerOptions.DO_NOT_GENERATE);
                                                this.options.put(
                                                        CompilerOptions.OPTION_SourceFileAttribute, 
                                                        CompilerOptions.DO_NOT_GENERATE);


Clone AbstractionParameter Count: 1Parameter Bindings

this.options.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions. [[#variable57902ac0]]);
this.options.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions. [[#variable57902ac0]]);
this.options.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions. [[#variable57902ac0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#57902ac0]]
GENERATE 
12[[#57902ac0]]
DO_NOT_GENERATE