Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.978 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 221 | plugins/org.eclipse.jdt.core/antadapter/org/eclipse/jdt/core/JDTCompilerAdapter.java |
2 | 2 | 224 | plugins/org.eclipse.jdt.core/antadapter/org/eclipse/jdt/core/JDTCompilerAdapter.java |
3 | 2 | 227 | 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); } |
| ||||
if (debugLevel.indexOf("lines") != -1) { //$NON-NLS-1$ this.customDefaultOptions.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.GENERATE); } |
| ||||
if (debugLevel.indexOf("source") != -1) { //$NON-NLS-1$ this.customDefaultOptions.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.GENERATE); } |
| |||
if (debugLevel.indexOf( [[#variable90cc8200]]) != -1) { //$NON-NLS-1$ this.customDefaultOptions.put(CompilerOptions. [[#variable90cc81a0]], CompilerOptions.GENERATE); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#90cc8200]] | "vars" |
1 | 2 | [[#90cc8200]] | "lines" |
1 | 3 | [[#90cc8200]] | "source" |
2 | 1 | [[#90cc81a0]] | OPTION_LocalVariableAttribute |
2 | 2 | [[#90cc81a0]] | OPTION_LineNumberAttribute |
2 | 3 | [[#90cc81a0]] | OPTION_SourceFileAttribute |