CloneSet683


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9510.995executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
191970
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
291989
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
392003
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
492017
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
592031
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
Clone Instance
1
Line Count
9
Source Line
1970
Source File
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java

                                                                          {
                                                StringBuffer errorMessage = new StringBuffer();
                                                errorMessage.append(currentArg);
                                                if ((index + 1) < argCount) {
                                                        errorMessage.append(' ');
                                                        errorMessage.append(newCommandLineArgs[index + 1]);
                                                }
                                                throw new InvalidInputException(
                                                        this.bind("configure.duplicateOutputPath", errorMessage.toString())); //$NON-NLS-1$
                                                                          }


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

                                                                       {
                                                StringBuffer errorMessage = new StringBuffer();
                                                errorMessage.append(currentArg);
                                                if ((index + 1) < argCount) {
                                                        errorMessage.append(' ');
                                                        errorMessage.append(newCommandLineArgs[index + 1]);
                                                }
                                                throw new InvalidInputException(
                                                        this.bind("configure.duplicateBootClasspath", errorMessage.toString())); //$NON-NLS-1$
                                                                       }


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

                                                                             {
                                                StringBuffer errorMessage = new StringBuffer();
                                                errorMessage.append(currentArg);
                                                if ((index + 1) < argCount) {
                                                        errorMessage.append(' ');
                                                        errorMessage.append(newCommandLineArgs[index + 1]);
                                                }
                                                throw new InvalidInputException(
                                                        this.bind("configure.duplicateSourcepath", errorMessage.toString())); //$NON-NLS-1$
                                                                             }


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

                                                                       {
                                                StringBuffer errorMessage = new StringBuffer();
                                                errorMessage.append(currentArg);
                                                if ((index + 1) < argCount) {
                                                        errorMessage.append(' ');
                                                        errorMessage.append(newCommandLineArgs[index + 1]);
                                                }
                                                throw new InvalidInputException(
                                                        this.bind("configure.duplicateExtDirs", errorMessage.toString())); //$NON-NLS-1$
                                                                       }


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

                                                                           {
                                                StringBuffer errorMessage = new StringBuffer();
                                                errorMessage.append(currentArg);
                                                if ((index + 1) < argCount) {
                                                        errorMessage.append(' ');
                                                        errorMessage.append(newCommandLineArgs[index + 1]);
                                                }
                                                throw new InvalidInputException(
                                                        this.bind("configure.duplicateEndorsedDirs", errorMessage.toString())); //$NON-NLS-1$
                                                                           }


Clone AbstractionParameter Count: 1Parameter Bindings

{
  StringBuffer errorMessage = new StringBuffer();
  errorMessage.append(currentArg);
  if ((index + 1) < argCount) {
    errorMessage.append(' ');
    errorMessage.append(newCommandLineArgs[index + 1]);
  }
  throw new InvalidInputException(this.bind( [[#variable5e8cbb20]], errorMessage.toString())); //$NON-NLS-1$
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5e8cbb20]]
"configure.duplicateExtDirs" 
12[[#5e8cbb20]]
"configure.duplicateBootClasspath" 
13[[#5e8cbb20]]
"configure.duplicateSourcepath" 
14[[#5e8cbb20]]
"configure.duplicateOutputPath" 
15[[#5e8cbb20]]
"configure.duplicateEndorsedDirs"