CloneSet2031


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3640.957switch_group
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
135130
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
235134
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
335138
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
435142
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
535146
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
635150
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
Clone Instance
1
Line Count
3
Source Line
5130
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

    case 191:  if (DEBUG) {
                            System.out.println("ExplicitConstructorInvocation ::= super LPAREN...");
               }                                                                                        //$NON-NLS-1$
                    consumeExplicitConstructorInvocation(0, SUPER_CALL);
                        break;


Clone Instance
2
Line Count
3
Source Line
5134
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

    case 192:  if (DEBUG) {
                            System.out.println("ExplicitConstructorInvocation ::= OnlyTypeArguments...");
               }                                                                                             //$NON-NLS-1$
                    consumeExplicitConstructorInvocationWithTypeArguments(0, SUPER_CALL);
                        break;


Clone Instance
3
Line Count
3
Source Line
5138
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

    case 193:  if (DEBUG) {
                            System.out.println("ExplicitConstructorInvocation ::= Primary DOT super...");
               }                                                                                             //$NON-NLS-1$
                    consumeExplicitConstructorInvocation(1, SUPER_CALL);
                        break;


Clone Instance
4
Line Count
3
Source Line
5142
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

    case 194:  if (DEBUG) {
                            System.out.println("ExplicitConstructorInvocation ::= Primary DOT...");
               }                                                                                       //$NON-NLS-1$
                    consumeExplicitConstructorInvocationWithTypeArguments(1, SUPER_CALL);
                        break;


Clone Instance
5
Line Count
3
Source Line
5146
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

    case 195:  if (DEBUG) {
                            System.out.println("ExplicitConstructorInvocation ::= Name DOT super LPAREN");
               }                                                                                              //$NON-NLS-1$
                    consumeExplicitConstructorInvocation(2, SUPER_CALL);
                        break;


Clone Instance
6
Line Count
3
Source Line
5150
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

    case 196:  if (DEBUG) {
                            System.out.println("ExplicitConstructorInvocation ::= Name DOT...");
               }                                                                                    //$NON-NLS-1$
                    consumeExplicitConstructorInvocationWithTypeArguments(2, SUPER_CALL);
                        break;


Clone AbstractionParameter Count: 4Parameter Bindings

case [[#variable60c15620]]:
  if (DEBUG) {
    System.out.println( [[#variable60c155c0]]);
  } //$NON-NLS-1$
   [[#variable60c15560]]( [[#variable60c15500]], SUPER_CALL);
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#60c15620]]
191 
12[[#60c15620]]
192 
13[[#60c15620]]
193 
14[[#60c15620]]
194 
15[[#60c15620]]
195 
16[[#60c15620]]
196 
21[[#60c155c0]]
"ExplicitConstructorInvocation ::= super LPAREN..." 
22[[#60c155c0]]
"ExplicitConstructorInvocation ::= OnlyTypeArguments..." 
23[[#60c155c0]]
"ExplicitConstructorInvocation ::= Primary DOT super..." 
24[[#60c155c0]]
"ExplicitConstructorInvocation ::= Primary DOT..." 
25[[#60c155c0]]
"ExplicitConstructorInvocation ::= Name DOT super LPAREN" 
26[[#60c155c0]]
"ExplicitConstructorInvocation ::= Name DOT..." 
31[[#60c15560]]
consumeExplicitConstructorInvocation 
32[[#60c15560]]
consumeExplicitConstructorInvocationWithTypeArguments 
33[[#60c15560]]
consumeExplicitConstructorInvocation 
34[[#60c15560]]
consumeExplicitConstructorInvocationWithTypeArguments 
35[[#60c15560]]
consumeExplicitConstructorInvocation 
36[[#60c15560]]
consumeExplicitConstructorInvocationWithTypeArguments 
41[[#60c15500]]
0 
42[[#60c15500]]
0 
43[[#60c15500]]
1 
44[[#60c15500]]
1 
45[[#60c15500]]
2 
46[[#60c15500]]
2