CloneSet1549


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9410.994executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
191929
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
291939
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
391949
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
491959
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
Clone Instance
1
Line Count
9
Source Line
1929
Source File
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java

                                                               { //$NON-NLS-1$
                                        if (didSpecifyCompliance) {
                                                throw new InvalidInputException(
                                                        this.bind("configure.duplicateCompliance", currentArg)); //$NON-NLS-1$
                                        }
                                        didSpecifyCompliance = true;
                                        this.options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_3);
                                        mode = DEFAULT;
                                        continue ;
                                                               }


Clone Instance
2
Line Count
9
Source Line
1939
Source File
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java

                                                               { //$NON-NLS-1$
                                        if (didSpecifyCompliance) {
                                                throw new InvalidInputException(
                                                        this.bind("configure.duplicateCompliance", currentArg)); //$NON-NLS-1$
                                        }
                                        didSpecifyCompliance = true;
                                        this.options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_4);
                                        mode = DEFAULT;
                                        continue ;
                                                               }


Clone Instance
3
Line Count
9
Source Line
1949
Source File
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java

                                                                                                                       { //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                                        if (didSpecifyCompliance) {
                                                throw new InvalidInputException(
                                                        this.bind("configure.duplicateCompliance", currentArg)); //$NON-NLS-1$
                                        }
                                        didSpecifyCompliance = true;
                                        this.options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_5);
                                        mode = DEFAULT;
                                        continue ;
                                                                                                                       }


Clone Instance
4
Line Count
9
Source Line
1959
Source File
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java

                                                                                                                       { //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
                                        if (didSpecifyCompliance) {
                                                throw new InvalidInputException(
                                                        this.bind("configure.duplicateCompliance", currentArg)); //$NON-NLS-1$
                                        }
                                        didSpecifyCompliance = true;
                                        this.options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_6);
                                        mode = DEFAULT;
                                        continue ;
                                                                                                                       }


Clone AbstractionParameter Count: 1Parameter Bindings

{ //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-1$
  if (didSpecifyCompliance) {
    throw new InvalidInputException(this.bind("configure.duplicateCompliance", currentArg)); //$NON-NLS-1$
  }
  didSpecifyCompliance = true;
  this.options.put(CompilerOptions.OPTION_Compliance, CompilerOptions. [[#variablebcf7dc20]]);
  mode = DEFAULT;
  continue ;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bcf7dc20]]
VERSION_1_6 
12[[#bcf7dc20]]
VERSION_1_5 
13[[#bcf7dc20]]
VERSION_1_4 
14[[#bcf7dc20]]
VERSION_1_3