CloneSet2628


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4530.967switch_group
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14337
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java
24341
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java
34352
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/MethodInfo.java
44356
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/MethodInfo.java
54360
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/MethodInfo.java
Clone Instance
1
Line Count
4
Source Line
337
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java

                                case 'D':
                                        if (CharOperation.equals(attributeName, AttributeNamesConstants.DeprecatedName))
                                                this.accessFlags |= ClassFileConstants.AccDeprecated;
                                        break;


Clone Instance
2
Line Count
4
Source Line
341
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/FieldInfo.java

                                case 'S':
                                        if (CharOperation.equals(attributeName, AttributeNamesConstants.SyntheticName))
                                                this.accessFlags |= ClassFileConstants.AccSynthetic;
                                        break;


Clone Instance
3
Line Count
4
Source Line
352
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/MethodInfo.java

                                case 'D':
                                        if (CharOperation.equals(attributeName, AttributeNamesConstants.DeprecatedName))
                                                this.accessFlags |= ClassFileConstants.AccDeprecated;
                                        break;


Clone Instance
4
Line Count
4
Source Line
356
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/MethodInfo.java

                                case 'S':
                                        if (CharOperation.equals(attributeName, AttributeNamesConstants.SyntheticName))
                                                this.accessFlags |= ClassFileConstants.AccSynthetic;
                                        break;


Clone Instance
5
Line Count
4
Source Line
360
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/MethodInfo.java

                                case 'A':
                                        if (CharOperation.equals(attributeName, AttributeNamesConstants.AnnotationDefaultName))
                                                this.accessFlags |= ClassFileConstants.AccAnnotationDefault;
                                        break;


Clone AbstractionParameter Count: 3Parameter Bindings

case [[#variable5a60b2c0]]:
  if (CharOperation.equals(attributeName, AttributeNamesConstants. [[#variable5a60b260]]))
    this.accessFlags |= ClassFileConstants. [[#variable5a60b200]];
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5a60b2c0]]
'D' 
12[[#5a60b2c0]]
'S' 
13[[#5a60b2c0]]
'A' 
14[[#5a60b2c0]]
'D' 
15[[#5a60b2c0]]
'S' 
21[[#5a60b260]]
DeprecatedName 
22[[#5a60b260]]
SyntheticName 
23[[#5a60b260]]
AnnotationDefaultName 
24[[#5a60b260]]
DeprecatedName 
25[[#5a60b260]]
SyntheticName 
31[[#5a60b200]]
AccDeprecated 
32[[#5a60b200]]
AccSynthetic 
33[[#5a60b200]]
AccAnnotationDefault 
34[[#5a60b200]]
AccDeprecated 
35[[#5a60b200]]
AccSynthetic