Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.986 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 551 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java |
2 | 7 | 561 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java |
| ||||
if ((optionValue = optionsMap.get(OPTION_TaskTags)) != null) { if (optionValue instanceof String) { String stringValue = (String) optionValue; if (stringValue.length() == 0) { this.taskTags = null; } else { this.taskTags = CharOperation.splitAndTrimOn(',', stringValue.toCharArray()); } } } |
| ||||
if ((optionValue = optionsMap.get(OPTION_TaskPriorities)) != null) { if (optionValue instanceof String) { String stringValue = (String) optionValue; if (stringValue.length() == 0) { this.taskPriorites = null; } else { this.taskPriorites = CharOperation.splitAndTrimOn(',', stringValue.toCharArray()); } } } |
| |||
if ((optionValue = optionsMap.get( [[#variable9be0d4a0]])) != null) { if (optionValue instanceof String) { String stringValue = (String) optionValue; if (stringValue.length() == 0) { this. [[#variable9be0d420]]= null; } else { this. [[#variable9be0d420]]= CharOperation.splitAndTrimOn(',', stringValue.toCharArray()); } } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9be0d4a0]] | OPTION_TaskPriorities |
1 | 2 | [[#9be0d4a0]] | OPTION_TaskTags |
2 | 1 | [[#9be0d420]] | taskPriorites |
2 | 2 | [[#9be0d420]] | taskTags |