Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 1 | 0.989 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 208 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AST.java |
2 | 3 | 345 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AST.java |
3 | 3 | 207 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTParser.java |
| ||||
if ((level != AST.JLS2) && (level != AST.JLS3)) { throw new IllegalArgumentException(); } |
| ||||
if ((level != AST.JLS2) && (level != AST.JLS3)) { throw new IllegalArgumentException(); } |
| ||||
if ((level != AST.JLS2_INTERNAL) && (level != AST.JLS3)) { throw new IllegalArgumentException(); } |
| |||
if ((level != AST. [[#variablea07c53e0]]) && (level != AST.JLS3)) { throw new IllegalArgumentException(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a07c53e0]] | JLS2 |
1 | 2 | [[#a07c53e0]] | JLS2_INTERNAL |
1 | 3 | [[#a07c53e0]] | JLS2 |