CloneSet7836


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.967switch_group
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14254
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SuppressWarningsSubProcessor.java
24258
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SuppressWarningsSubProcessor.java
Clone Instance
1
Line Count
4
Source Line
254
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SuppressWarningsSubProcessor.java

                        case ASTNode.METHOD_DECLARATION:
                                property = MethodDeclaration.MODIFIERS2_PROPERTY;
                                name = ((MethodDeclaration) node).getName().getIdentifier() + "()"; //$NON-NLS-1$
                                break;


Clone Instance
2
Line Count
4
Source Line
258
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SuppressWarningsSubProcessor.java

                        case ASTNode.ANNOTATION_TYPE_MEMBER_DECLARATION:
                                property = AnnotationTypeMemberDeclaration.MODIFIERS2_PROPERTY;
                                name = ((AnnotationTypeMemberDeclaration) node).getName().getIdentifier() + "()"; //$NON-NLS-1$
                                break;


Clone AbstractionParameter Count: 2Parameter Bindings

case ASTNode. [[#variable4d1c9780]]:
  property = [[#variable4d1c95e0]].MODIFIERS2_PROPERTY;
  name = (( [[#variable4d1c95e0]]) node).getName().getIdentifier() + "()"; //$NON-NLS-1$
  break;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4d1c9780]]
METHOD_DECLARATION 
12[[#4d1c9780]]
ANNOTATION_TYPE_MEMBER_DECLARATION 
21[[#4d1c95e0]]
MethodDeclaration 
22[[#4d1c95e0]]
AnnotationTypeMemberDeclaration