Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 3 | 0.976 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 174 | plugins/org.eclipse.jdt.core/antadapter/org/eclipse/jdt/core/JDTCompilerAdapter.java |
2 | 6 | 183 | plugins/org.eclipse.jdt.core/antadapter/org/eclipse/jdt/core/JDTCompilerAdapter.java |
| ||||
if (this.memoryInitialSize != null) { if ( !this.attributes.isForkedJavac()) { this.attributes.log(AntAdapterMessages.getString("ant.jdtadapter.info.ignoringMemoryInitialSize"), Project.MSG_WARN); //$NON-NLS-1$ } else { cmd.createArgument().setValue(memoryParameterPrefix + "ms" + this.memoryInitialSize); //$NON-NLS-1$ } } |
| ||||
if (this.memoryMaximumSize != null) { if ( !this.attributes.isForkedJavac()) { this.attributes.log(AntAdapterMessages.getString("ant.jdtadapter.info.ignoringMemoryMaximumSize"), Project.MSG_WARN); //$NON-NLS-1$ } else { cmd.createArgument().setValue(memoryParameterPrefix + "mx" + this.memoryMaximumSize); //$NON-NLS-1$ } } |
| |||
if (this. [[#variable5b6afa40]]!= null) { if ( !this.attributes.isForkedJavac()) { this.attributes.log(AntAdapterMessages.getString( [[#variable5b6af9e0]]), Project.MSG_WARN); //$NON-NLS-1$ } else { cmd.createArgument().setValue(memoryParameterPrefix + [[#variable5b6af960]] + this. [[#variable5b6afa40]]); //$NON-NLS-1$ } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5b6afa40]] | memoryMaximumSize |
1 | 2 | [[#5b6afa40]] | memoryInitialSize |
2 | 1 | [[#5b6af9e0]] | "ant.jdtadapter.info.ignoringMemoryMaximumSize" |
2 | 2 | [[#5b6af9e0]] | "ant.jdtadapter.info.ignoringMemoryInitialSize" |
3 | 1 | [[#5b6af960]] | "mx" |
3 | 2 | [[#5b6af960]] | "ms" |