| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 3 | 2 | 0.983 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 443 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java |
| 2 | 5 | 450 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java |
| 3 | 5 | 457 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java |
| ||||
if ((optionValue = optionsMap.get(OPTION_LocalVariableAttribute)) != null) {
if (GENERATE.equals(optionValue)) {
this.produceDebugAttributes |= ClassFileConstants.ATTR_VARS;
}
else if (DO_NOT_GENERATE.equals(optionValue)) {
this.produceDebugAttributes &= ~ClassFileConstants.ATTR_VARS;
}
}
|
| ||||
if ((optionValue = optionsMap.get(OPTION_LineNumberAttribute)) != null) {
if (GENERATE.equals(optionValue)) {
this.produceDebugAttributes |= ClassFileConstants.ATTR_LINES;
}
else if (DO_NOT_GENERATE.equals(optionValue)) {
this.produceDebugAttributes &= ~ClassFileConstants.ATTR_LINES;
}
}
|
| ||||
if ((optionValue = optionsMap.get(OPTION_SourceFileAttribute)) != null) {
if (GENERATE.equals(optionValue)) {
this.produceDebugAttributes |= ClassFileConstants.ATTR_SOURCE;
}
else if (DO_NOT_GENERATE.equals(optionValue)) {
this.produceDebugAttributes &= ~ClassFileConstants.ATTR_SOURCE;
}
}
|
| |||
if ((optionValue = optionsMap.get( [[#variable64eff180]])) != null) {
if (GENERATE.equals(optionValue)) {
this.produceDebugAttributes |= ClassFileConstants. [[#variable64efef60]];
}
else
if (DO_NOT_GENERATE.equals(optionValue)) {
this.produceDebugAttributes &= ~ClassFileConstants. [[#variable64efef60]];
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#64eff180]] | OPTION_SourceFileAttribute |
| 1 | 2 | [[#64eff180]] | OPTION_LineNumberAttribute |
| 1 | 3 | [[#64eff180]] | OPTION_LocalVariableAttribute |
| 2 | 1 | [[#64efef60]] | ATTR_SOURCE |
| 2 | 2 | [[#64efef60]] | ATTR_LINES |
| 2 | 3 | [[#64efef60]] | ATTR_VARS |