CloneSet5000


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6240.972statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
161907
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
261914
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
Clone Instance
1
Line Count
6
Source Line
1907
Source File
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java

                                if (currentArg.equals("-repeat")) { //$NON-NLS-1$
                                        if (this.repetitions > 0)
                                                throw new InvalidInputException(
                                                        this.bind("configure.duplicateRepeat", currentArg)); //$NON-NLS-1$
                                        mode = INSIDE_REPETITION;
                                        continue ;
                                }


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

                                if (currentArg.equals("-maxProblems")) { //$NON-NLS-1$
                                        if (this.maxProblems > 0)
                                                throw new InvalidInputException(
                                                        this.bind("configure.duplicateMaxProblems", currentArg)); //$NON-NLS-1$
                                        mode = INSIDE_MAX_PROBLEMS;
                                        continue ;
                                }


Clone AbstractionParameter Count: 4Parameter Bindings

if (currentArg.equals( [[#variable92bdfc20]])) { //$NON-NLS-1$
  if (this. [[#variable92bdfc40]] > 0)
    throw new InvalidInputException(this.bind( [[#variable92bdfb60]], currentArg)); //$NON-NLS-1$
  mode = [[#variable92bdfba0]];
  continue ;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#92bdfc20]]
"-maxProblems" 
12[[#92bdfc20]]
"-repeat" 
21[[#92bdfc40]]
maxProblems 
22[[#92bdfc40]]
repetitions 
31[[#92bdfb60]]
"configure.duplicateMaxProblems" 
32[[#92bdfb60]]
"configure.duplicateRepeat" 
41[[#92bdfba0]]
INSIDE_MAX_PROBLEMS 
42[[#92bdfba0]]
INSIDE_REPETITION