Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 3 | 0.962 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 5037 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
2 | 3 | 5046 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
3 | 3 | 5050 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
4 | 3 | 5206 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
| ||||
case 166: if (DEBUG) { System.out.println("AbstractMethodDeclaration ::= MethodHeader SEMICOLON"); } //$NON-NLS-1$ // set to false to consume a method without body consumeMethodDeclaration(false); break; |
| ||||
case 168: if (DEBUG) { System.out.println("MethodHeaderName ::= Modifiersopt TypeParameters Type..."); } //$NON-NLS-1$ consumeMethodHeaderNameWithTypeParameters(false); break; |
| ||||
case 169: if (DEBUG) { System.out.println("MethodHeaderName ::= Modifiersopt Type Identifier LPAREN"); } //$NON-NLS-1$ consumeMethodHeaderName(false); break; |
| ||||
case 214: if (DEBUG) { System.out.println("InvalidConstructorDeclaration ::= ConstructorHeader..."); } //$NON-NLS-1$ consumeInvalidConstructorDeclaration(false); break; |
| |||
case [[#variable9d98f000]]: if (DEBUG) { System.out.println( [[#variable9d98ed60]]); } //$NON-NLS-1$ [[#variable9d98f060]](false); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9d98f000]] | 166 |
1 | 2 | [[#9d98f000]] | 168 |
1 | 3 | [[#9d98f000]] | 169 |
1 | 4 | [[#9d98f000]] | 214 |
2 | 1 | [[#9d98ed60]] | "AbstractMethodDeclaration ::= MethodHeader SEMICOLON" |
2 | 2 | [[#9d98ed60]] | "MethodHeaderName ::= Modifiersopt TypeParameters Type..." |
2 | 3 | [[#9d98ed60]] | "MethodHeaderName ::= Modifiersopt Type Identifier LPAREN" |
2 | 4 | [[#9d98ed60]] | "InvalidConstructorDeclaration ::= ConstructorHeader..." |
3 | 1 | [[#9d98f060]] | // set to false to consume a method without body consumeMethodDeclaration |
3 | 2 | [[#9d98f060]] | consumeMethodHeaderNameWithTypeParameters |
3 | 3 | [[#9d98f060]] | consumeMethodHeaderName |
3 | 4 | [[#9d98f060]] | consumeInvalidConstructorDeclaration |