Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.955 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 127 | plugins/org.eclipse.jdt.core/antadapter/org/eclipse/jdt/core/JDTCompilerAdapter.java |
2 | 3 | 314 | plugins/org.eclipse.jdt.core/antadapter/org/eclipse/jdt/core/JDTCompilerAdapter.java |
| ||||
/* * Eclipse compiler doesn't support -extdirs. * It is emulated using the classpath. We add extdirs entries after the * bootclasspath. */ if (this.extdirs != null) { cmd.createArgument().setValue("-extdirs"); //$NON-NLS-1$ cmd.createArgument().setPath(this.extdirs); } |
| ||||
/* * encoding option */ if (this.encoding != null) { cmd.createArgument().setValue("-encoding"); //$NON-NLS-1$ cmd.createArgument().setValue(this.encoding); } |
| |||
/* * Eclipse compiler doesn't support -extdirs. * It is emulated using the classpath. We add extdirs entries after the * bootclasspath. */ /* * encoding option */ if (this. [[#variable50ab7620]]!= null) { cmd.createArgument().setValue( [[#variable50ab7560]]); //$NON-NLS-1$ cmd.createArgument(). [[#variable50ab7c00]](this. [[#variable50ab7620]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#50ab7620]] | extdirs |
1 | 2 | [[#50ab7620]] | encoding |
2 | 1 | [[#50ab7560]] | "-extdirs" |
2 | 2 | [[#50ab7560]] | "-encoding" |
3 | 1 | [[#50ab7c00]] | setPath |
3 | 2 | [[#50ab7c00]] | setValue |