Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.965 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 322 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java |
2 | 2 | 324 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/DefaultCodeFormatter.java |
| ||||
optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE); optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE); |
| ||||
optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE); optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE); |
| |||
optionsMap.put(CompilerOptions. [[#variable99e3f2a0]], CompilerOptions.DO_NOT_GENERATE); optionsMap.put(CompilerOptions. [[#variable99e3e960]], CompilerOptions. [[#variable99e3e940]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#99e3f2a0]] | OPTION_SourceFileAttribute |
1 | 2 | [[#99e3f2a0]] | OPTION_LocalVariableAttribute |
2 | 1 | [[#99e3e960]] | OPTION_PreserveUnusedLocal |
2 | 2 | [[#99e3e960]] | OPTION_LineNumberAttribute |
3 | 1 | [[#99e3e940]] | PRESERVE |
3 | 2 | [[#99e3e940]] | DO_NOT_GENERATE |