CloneSet5732


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6250.960switch_group
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16448
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java
26493
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java
Clone Instance
1
Line Count
6
Source Line
448
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java

                                        case 'e':
                                                if (length == TAG_EXCEPTION_LENGTH && CharOperation.equals(TAG_EXCEPTION, tagName)) {
                                                        this.tagValue = TAG_EXCEPTION_VALUE;
                                                        valid = parseThrows();
                                                }
                                                break;


Clone Instance
2
Line Count
6
Source Line
493
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java

                                        case 'p':
                                                if (length == TAG_PARAM_LENGTH && CharOperation.equals(TAG_PARAM, tagName)) {
                                                        this.tagValue = TAG_PARAM_VALUE;
                                                        valid = parseParam();
                                                }
                                                break;


Clone AbstractionParameter Count: 5Parameter Bindings

case [[#variable938596a0]]:
  if (length == [[#variable93859620]]&& CharOperation.equals( [[#variable938595a0]], tagName)) {
    this.tagValue = [[#variable938594e0]];
    valid = [[#variable93859460]]();
  }
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#938596a0]]
'e' 
12[[#938596a0]]
'p' 
21[[#93859620]]
TAG_EXCEPTION_LENGTH 
22[[#93859620]]
TAG_PARAM_LENGTH 
31[[#938595a0]]
TAG_EXCEPTION 
32[[#938595a0]]
TAG_PARAM 
41[[#938594e0]]
TAG_EXCEPTION_VALUE 
42[[#938594e0]]
TAG_PARAM_VALUE 
51[[#93859460]]
parseThrows 
52[[#93859460]]
parseParam