CloneSet8345


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2230.965statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12322
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java
22324
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java
Clone Instance
1
Line Count
2
Source Line
322
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java

                        optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE);
                        optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE);


Clone Instance
2
Line Count
2
Source Line
324
Source File
plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java

                        optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE);
                        optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);


Clone AbstractionParameter Count: 3Parameter Bindings

optionsMap.put(CompilerOptions. [[#variable99e3f2a0]], CompilerOptions.DO_NOT_GENERATE);
optionsMap.put(CompilerOptions. [[#variable99e3e960]], CompilerOptions. [[#variable99e3e940]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#99e3f2a0]]
OPTION_SourceFileAttribute 
12[[#99e3f2a0]]
OPTION_LocalVariableAttribute 
21[[#99e3e960]]
OPTION_PreserveUnusedLocal 
22[[#99e3e960]]
OPTION_LineNumberAttribute 
31[[#99e3e940]]
PRESERVE 
32[[#99e3e940]]
DO_NOT_GENERATE