CloneSet5461


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

                                        this.repetitions = Integer.parseInt(currentArg);
                                        if (this.repetitions <= 0) {
                                                throw new InvalidInputException(this.bind("configure.repetition", currentArg)); //$NON-NLS-1$
                                        }


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

                                        this.maxProblems = Integer.parseInt(currentArg);
                                        if (this.maxProblems <= 0) {
                                                throw new InvalidInputException(this.bind("configure.maxProblems", currentArg)); //$NON-NLS-1$
                                        }


Clone AbstractionParameter Count: 2Parameter Bindings

this. [[#variablea123c660]]= Integer.parseInt(currentArg);
if (this. [[#variablea123c660]]<= 0) {
  throw new InvalidInputException(this.bind( [[#variablea0f81500]], currentArg)); //$NON-NLS-1$
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a123c660]]
repetitions 
12[[#a123c660]]
maxProblems 
21[[#a0f81500]]
"configure.repetition" 
22[[#a0f81500]]
"configure.maxProblems"