Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 2 | 0.979 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 324 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java |
2 | 1 | 325 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java |
3 | 1 | 326 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/CompilerOptions.java |
| ||||
optionsMap.put(OPTION_LocalVariableAttribute, (this.produceDebugAttributes& ClassFileConstants.ATTR_VARS) != 0 ? GENERATE: DO_NOT_GENERATE); |
| ||||
optionsMap.put(OPTION_LineNumberAttribute, (this.produceDebugAttributes& ClassFileConstants.ATTR_LINES) != 0 ? GENERATE: DO_NOT_GENERATE); |
| ||||
optionsMap.put(OPTION_SourceFileAttribute, (this.produceDebugAttributes& ClassFileConstants.ATTR_SOURCE) != 0 ? GENERATE: DO_NOT_GENERATE); |
| |||
optionsMap.put( [[#variablea04e62c0]], (this.produceDebugAttributes&ClassFileConstants. [[#variablea04e6360]]) != 0 ? GENERATE: DO_NOT_GENERATE); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a04e62c0]] | OPTION_LocalVariableAttribute |
1 | 2 | [[#a04e62c0]] | OPTION_LineNumberAttribute |
1 | 3 | [[#a04e62c0]] | OPTION_SourceFileAttribute |
2 | 1 | [[#a04e6360]] | ATTR_VARS |
2 | 2 | [[#a04e6360]] | ATTR_LINES |
2 | 3 | [[#a04e6360]] | ATTR_SOURCE |