Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 5 | 3 | 0.962 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 5032 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
2 | 3 | 5202 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
3 | 3 | 5590 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
4 | 3 | 6354 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
5 | 3 | 6358 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
| ||||
case 165: if (DEBUG) { System.out.println("MethodDeclaration ::= MethodHeader MethodBody"); } //$NON-NLS-1$ // set to true to consume a method with a body consumeMethodDeclaration(true); break; |
| ||||
case 213: if (DEBUG) { System.out.println("InvalidConstructorDeclaration ::= ConstructorHeader..."); } //$NON-NLS-1$ consumeInvalidConstructorDeclaration(true); break; |
| ||||
case 379: if (DEBUG) { System.out.println("ArrayAccess ::= Name LBRACKET Expression RBRACKET"); } //$NON-NLS-1$ consumeArrayAccess(true); break; |
| ||||
case 657: if (DEBUG) { System.out.println("AnnotationMethodHeaderName ::= Modifiersopt..."); } //$NON-NLS-1$ consumeMethodHeaderNameWithTypeParameters(true); break; |
| ||||
case 658: if (DEBUG) { System.out.println("AnnotationMethodHeaderName ::= Modifiersopt Type..."); } //$NON-NLS-1$ consumeMethodHeaderName(true); break; |
| |||
case [[#variablea39bf300]]: if (DEBUG) { System.out.println( [[#variablea39bf280]]); } //$NON-NLS-1$ [[#variablea39bf220]](true); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a39bf300]] | 213 |
1 | 2 | [[#a39bf300]] | 165 |
1 | 3 | [[#a39bf300]] | 658 |
1 | 4 | [[#a39bf300]] | 657 |
1 | 5 | [[#a39bf300]] | 379 |
2 | 1 | [[#a39bf280]] | "InvalidConstructorDeclaration ::= ConstructorHeader..." |
2 | 2 | [[#a39bf280]] | "MethodDeclaration ::= MethodHeader MethodBody" |
2 | 3 | [[#a39bf280]] | "AnnotationMethodHeaderName ::= Modifiersopt Type..." |
2 | 4 | [[#a39bf280]] | "AnnotationMethodHeaderName ::= Modifiersopt..." |
2 | 5 | [[#a39bf280]] | "ArrayAccess ::= Name LBRACKET Expression RBRACKET" |
3 | 1 | [[#a39bf220]] | consumeInvalidConstructorDeclaration |
3 | 2 | [[#a39bf220]] | // set to true to consume a method with a body consumeMethodDeclaration |
3 | 3 | [[#a39bf220]] | consumeMethodHeaderName |
3 | 4 | [[#a39bf220]] | consumeMethodHeaderNameWithTypeParameters |
3 | 5 | [[#a39bf220]] | consumeArrayAccess |