Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 1 | 0.991 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 3003 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
2 | 3 | 3007 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
3 | 3 | 3011 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
| ||||
{ // compliance must be 1.6 if source is 1.6 throw new InvalidInputException(this.bind("configure.incompatibleComplianceForSource", (String) this.options.get(CompilerOptions.OPTION_Compliance), CompilerOptions.VERSION_1_6)); //$NON-NLS-1$ } |
| ||||
{ // compliance must be 1.5 if source is 1.5 throw new InvalidInputException(this.bind("configure.incompatibleComplianceForSource", (String) this.options.get(CompilerOptions.OPTION_Compliance), CompilerOptions.VERSION_1_5)); //$NON-NLS-1$ } |
| ||||
{ // compliance must be 1.4 if source is 1.4 throw new InvalidInputException(this.bind("configure.incompatibleComplianceForSource", (String) this.options.get(CompilerOptions.OPTION_Compliance), CompilerOptions.VERSION_1_4)); //$NON-NLS-1$ } |
| |||
{ // compliance must be 1.6 if source is 1.6 // compliance must be 1.5 if source is 1.5 // compliance must be 1.4 if source is 1.4 throw new InvalidInputException(this.bind("configure.incompatibleComplianceForSource", (String) this.options.get(CompilerOptions.OPTION_Compliance), CompilerOptions. [[#variable5a7f61e0]])); //$NON-NLS-1$ } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5a7f61e0]] | VERSION_1_6 |
1 | 2 | [[#5a7f61e0]] | VERSION_1_5 |
1 | 3 | [[#5a7f61e0]] | VERSION_1_4 |