Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 4 | 0.969 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 394 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java |
2 | 2 | 396 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java |
| ||||
optionsMap.put(OPTION_TaskCaseSensitive, this.isTaskCaseSensitive ? ENABLED: DISABLED); optionsMap.put(OPTION_ReportUnusedParameterWhenImplementingAbstract, this.reportUnusedParameterWhenImplementingAbstract ? ENABLED: DISABLED); |
| ||||
optionsMap.put(OPTION_ReportUnusedParameterWhenOverridingConcrete, this.reportUnusedParameterWhenOverridingConcrete ? ENABLED: DISABLED); optionsMap.put(OPTION_ReportSpecialParameterHidingField, this.reportSpecialParameterHidingField ? ENABLED: DISABLED); |
| |||
optionsMap.put( [[#variable9c987fe0]], this. [[#variable9c91e040]]? ENABLED: DISABLED); optionsMap.put( [[#variable9c9873c0]], this. [[#variable9c91e060]]? ENABLED: DISABLED); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9c987fe0]] | OPTION_TaskCaseSensitive |
1 | 2 | [[#9c987fe0]] | OPTION_ReportUnusedParameterWhenOverridingConcrete |
2 | 1 | [[#9c91e040]] | isTaskCaseSensitive |
2 | 2 | [[#9c91e040]] | reportUnusedParameterWhenOverridingConcrete |
3 | 1 | [[#9c9873c0]] | OPTION_ReportUnusedParameterWhenImplementingAbstract |
3 | 2 | [[#9c9873c0]] | OPTION_ReportSpecialParameterHidingField |
4 | 1 | [[#9c91e060]] | reportUnusedParameterWhenImplementingAbstract |
4 | 2 | [[#9c91e060]] | reportSpecialParameterHidingField |