Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.967 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 254 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/SuppressWarningsSubProcessor.java |
2 | 4 | 258 | 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; |
| ||||
case ASTNode.ANNOTATION_TYPE_MEMBER_DECLARATION: property = AnnotationTypeMemberDeclaration.MODIFIERS2_PROPERTY; name = ((AnnotationTypeMemberDeclaration) node).getName().getIdentifier() + "()"; //$NON-NLS-1$ break; |
| |||
case ASTNode. [[#variable4d1c9780]]: property = [[#variable4d1c95e0]].MODIFIERS2_PROPERTY; name = (( [[#variable4d1c95e0]]) node).getName().getIdentifier() + "()"; //$NON-NLS-1$ break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4d1c9780]] | METHOD_DECLARATION |
1 | 2 | [[#4d1c9780]] | ANNOTATION_TYPE_MEMBER_DECLARATION |
2 | 1 | [[#4d1c95e0]] | MethodDeclaration |
2 | 2 | [[#4d1c95e0]] | AnnotationTypeMemberDeclaration |