CloneSet3984


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3310.991executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
133003
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
233007
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
333011
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
Clone Instance
1
Line Count
3
Source Line
3003
Source File
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$
                                                                                                      }


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

                                                                                                      {
                // 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$
                                                                                                      }


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

                                                                                                      {
                // 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$
                                                                                                      }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  // 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5a7f61e0]]
VERSION_1_6 
12[[#5a7f61e0]]
VERSION_1_5 
13[[#5a7f61e0]]
VERSION_1_4