CloneSet4974


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1320.979statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11324
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
21325
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
31326
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java
Clone Instance
1
Line Count
1
Source Line
324
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                optionsMap.put(OPTION_LocalVariableAttribute, (this.produceDebugAttributes&  ClassFileConstants.ATTR_VARS) != 0 ? GENERATE:  DO_NOT_GENERATE);


Clone Instance
2
Line Count
1
Source Line
325
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                optionsMap.put(OPTION_LineNumberAttribute, (this.produceDebugAttributes&  ClassFileConstants.ATTR_LINES) != 0 ? GENERATE:  DO_NOT_GENERATE);


Clone Instance
3
Line Count
1
Source Line
326
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java

                optionsMap.put(OPTION_SourceFileAttribute, (this.produceDebugAttributes&  ClassFileConstants.ATTR_SOURCE) != 0 ? GENERATE:  DO_NOT_GENERATE);


Clone AbstractionParameter Count: 2Parameter Bindings

optionsMap.put( [[#variablea04e62c0]], (this.produceDebugAttributes&ClassFileConstants. [[#variablea04e6360]]) != 0 ? GENERATE: DO_NOT_GENERATE);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a04e62c0]]
OPTION_LocalVariableAttribute 
12[[#a04e62c0]]
OPTION_LineNumberAttribute 
13[[#a04e62c0]]
OPTION_SourceFileAttribute 
21[[#a04e6360]]
ATTR_VARS 
22[[#a04e6360]]
ATTR_LINES 
23[[#a04e6360]]
ATTR_SOURCE