CloneSet2032


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
135122
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
235126
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
335154
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
435158
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
535162
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
635166
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java
Clone Instance
1
Line Count
3
Source Line
5122
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java

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


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

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


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

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


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

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


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

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


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

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


Clone AbstractionParameter Count: 4Parameter Bindings

case [[#variableb4a92900]]:
  if (DEBUG) {
    System.out.println( [[#variableb4a928a0]]);
  } //$NON-NLS-1$
   [[#variableb4a92840]]( [[#variableb4a92720]], THIS_CALL);
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b4a92900]]
189 
12[[#b4a92900]]
190 
13[[#b4a92900]]
197 
14[[#b4a92900]]
198 
15[[#b4a92900]]
199 
16[[#b4a92900]]
200 
21[[#b4a928a0]]
"ExplicitConstructorInvocation ::= this LPAREN..." 
22[[#b4a928a0]]
"ExplicitConstructorInvocation ::= OnlyTypeArguments this" 
23[[#b4a928a0]]
"ExplicitConstructorInvocation ::= Primary DOT this..." 
24[[#b4a928a0]]
"ExplicitConstructorInvocation ::= Primary DOT..." 
25[[#b4a928a0]]
"ExplicitConstructorInvocation ::= Name DOT this LPAREN" 
26[[#b4a928a0]]
"ExplicitConstructorInvocation ::= Name DOT..." 
31[[#b4a92840]]
consumeExplicitConstructorInvocation 
32[[#b4a92840]]
consumeExplicitConstructorInvocationWithTypeArguments 
33[[#b4a92840]]
consumeExplicitConstructorInvocation 
34[[#b4a92840]]
consumeExplicitConstructorInvocationWithTypeArguments 
35[[#b4a92840]]
consumeExplicitConstructorInvocation 
36[[#b4a92840]]
consumeExplicitConstructorInvocationWithTypeArguments 
41[[#b4a92720]]
0 
42[[#b4a92720]]
0 
43[[#b4a92720]]
1 
44[[#b4a92720]]
1 
45[[#b4a92720]]
2 
46[[#b4a92720]]
2