CloneSet5434


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3310.989statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13208
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AST.java
23345
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AST.java
33207
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTParser.java
Clone Instance
1
Line Count
3
Source Line
208
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AST.java

                if ((level != AST.JLS2) &&
                           (level != AST.JLS3)) {
                        throw new IllegalArgumentException();
                }


Clone Instance
2
Line Count
3
Source Line
345
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AST.java

                if ((level != AST.JLS2) &&
                           (level != AST.JLS3)) {
                        throw new IllegalArgumentException();
                }


Clone Instance
3
Line Count
3
Source Line
207
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTParser.java

                if ((level != AST.JLS2_INTERNAL) &&
                           (level != AST.JLS3)) {
                        throw new IllegalArgumentException();
                }


Clone AbstractionParameter Count: 1Parameter Bindings

if ((level != AST. [[#variablea07c53e0]]) && (level != AST.JLS3)) {
  throw new IllegalArgumentException();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a07c53e0]]
JLS2 
12[[#a07c53e0]]
JLS2_INTERNAL 
13[[#a07c53e0]]
JLS2