| 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.958 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 264 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/util/AptConfig.java |
| 2 | 2 | 267 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/util/AptConfig.java |
| ||||
String target = jproj.getOption(JavaCore.COMPILER_CODEGEN_TARGET_PLATFORM, true);
options.put("-target", target); //$NON-NLS-1$
|
| ||||
String source = jproj.getOption(JavaCore.COMPILER_SOURCE, true);
options.put("-source", source); //$NON-NLS-1$
|
| |||
String [[#variable5a4535c0]]= jproj.getOption(JavaCore. [[#variable5a453760]], true); options.put( [[#variable5a452d60]], [[#variable5a4535c0]]); //$NON-NLS-1$ |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5a4535c0]] | target |
| 1 | 2 | [[#5a4535c0]] | source |
| 2 | 1 | [[#5a453760]] | COMPILER_CODEGEN_TARGET_PLATFORM |
| 2 | 2 | [[#5a453760]] | COMPILER_SOURCE |
| 3 | 1 | [[#5a452d60]] | "-target" |
| 3 | 2 | [[#5a452d60]] | "-source" |