CloneSet5156


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2320.978statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12221
plugins/org.eclipse.jdt.core/antadapter/org/eclipse/jdt/core/JDTCompilerAdapter.java
22224
plugins/org.eclipse.jdt.core/antadapter/org/eclipse/jdt/core/JDTCompilerAdapter.java
32227
plugins/org.eclipse.jdt.core/antadapter/org/eclipse/jdt/core/JDTCompilerAdapter.java
Clone Instance
1
Line Count
2
Source Line
221
Source File
plugins/org.eclipse.jdt.core/antadapter/org/eclipse/jdt/core/JDTCompilerAdapter.java

                                        if (debugLevel.indexOf("vars") != -1) { //$NON-NLS-1$
                                                this.customDefaultOptions.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.GENERATE);
                                        }


Clone Instance
2
Line Count
2
Source Line
224
Source File
plugins/org.eclipse.jdt.core/antadapter/org/eclipse/jdt/core/JDTCompilerAdapter.java

                                        if (debugLevel.indexOf("lines") != -1) { //$NON-NLS-1$
                                                this.customDefaultOptions.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.GENERATE);
                                        }


Clone Instance
3
Line Count
2
Source Line
227
Source File
plugins/org.eclipse.jdt.core/antadapter/org/eclipse/jdt/core/JDTCompilerAdapter.java

                                        if (debugLevel.indexOf("source") != -1) { //$NON-NLS-1$
                                                this.customDefaultOptions.put(CompilerOptions.OPTION_SourceFileAttribute,  CompilerOptions.GENERATE);
                                        }


Clone AbstractionParameter Count: 2Parameter Bindings

if (debugLevel.indexOf( [[#variable90cc8200]]) != -1) { //$NON-NLS-1$
  this.customDefaultOptions.put(CompilerOptions. [[#variable90cc81a0]], CompilerOptions.GENERATE);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#90cc8200]]
"vars" 
12[[#90cc8200]]
"lines" 
13[[#90cc8200]]
"source" 
21[[#90cc81a0]]
OPTION_LocalVariableAttribute 
22[[#90cc81a0]]
OPTION_LineNumberAttribute 
23[[#90cc81a0]]
OPTION_SourceFileAttribute