CloneSet7114


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.971statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
152251
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
252303
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
Clone Instance
1
Line Count
5
Source Line
2251
Source File
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java

                                if (this.didSpecifyTarget) {
                                        throw new InvalidInputException(
                                                this.bind("configure.duplicateTarget", currentArg)); //$NON-NLS-1$
                                }
                                this.didSpecifyTarget = true;


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

                                if (this.didSpecifySource) {
                                        throw new InvalidInputException(
                                                this.bind("configure.duplicateSource", currentArg)); //$NON-NLS-1$
                                }
                                this.didSpecifySource = true;


Clone AbstractionParameter Count: 2Parameter Bindings

if (this. [[#variable56278fc0]]) {
  throw new InvalidInputException(this.bind( [[#variable56279b80]], currentArg)); //$NON-NLS-1$
}
this. [[#variable56278fc0]]= true;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#56278fc0]]
didSpecifySource 
12[[#56278fc0]]
didSpecifyTarget 
21[[#56279b80]]
"configure.duplicateSource" 
22[[#56279b80]]
"configure.duplicateTarget"