Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 4 | 2 | 0.980 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 1218 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
2 | 10 | 1936 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
3 | 10 | 3090 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
4 | 10 | 3601 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
| ||||
if ((length = this.astLengthStack[this.astLengthPtr-- ]) != 0) { //there are length declarations //dispatch according to the type of the declarations dispatchDeclarationInto(length); } TypeDeclaration typeDecl = (TypeDeclaration) this.astStack[this.astPtr]; // mark initializers with local type mark if needed markInitializersWithLocalType(typeDecl); |
| ||||
if ((length = this.astLengthStack[this.astLengthPtr-- ]) != 0) { //there are length declarations //dispatch according to the type of the declarations dispatchDeclarationInto(length); } TypeDeclaration typeDecl = (TypeDeclaration) this.astStack[this.astPtr]; // mark initializers with local type mark if needed markInitializersWithLocalType(typeDecl); |
| ||||
if ((length = this.astLengthStack[this.astLengthPtr-- ]) != 0) { //there are length declarations //dispatch according to the type of the declarations dispatchDeclarationIntoEnumDeclaration(length); } TypeDeclaration enumDeclaration = (TypeDeclaration) this.astStack[this.astPtr]; // mark initializers with local type mark if needed markInitializersWithLocalType(enumDeclaration); |
| ||||
if ((length = this.astLengthStack[this.astLengthPtr-- ]) != 0) { //there are length declarations //dispatch.....according to the type of the declarations dispatchDeclarationInto(length); } TypeDeclaration typeDecl = (TypeDeclaration) this.astStack[this.astPtr]; // mark initializers with local type mark if needed markInitializersWithLocalType(typeDecl); |
| |||
if ((length = this.astLengthStack[this.astLengthPtr-- ]) != 0) { [[#variablebae434c0]](length); } TypeDeclaration [[#variablebae43400]]= (TypeDeclaration) this.astStack[this.astPtr]; // mark initializers with local type mark if needed markInitializersWithLocalType( [[#variablebae43400]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bae434c0]] | //there are length declarations //dispatch.....according to the type of the declarations dispatchDeclarationInto |
1 | 2 | [[#bae434c0]] | //there are length declarations //dispatch according to the type of the declarations dispatchDeclarationIntoEnumDeclaration |
1 | 3 | [[#bae434c0]] | //there are length declarations //dispatch according to the type of the declarations dispatchDeclarationInto |
1 | 4 | [[#bae434c0]] | //there are length declarations //dispatch according to the type of the declarations dispatchDeclarationInto |
2 | 1 | [[#bae43400]] | typeDecl |
2 | 2 | [[#bae43400]] | enumDeclaration |
2 | 3 | [[#bae43400]] | typeDecl |
2 | 4 | [[#bae43400]] | typeDecl |