Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 3 | 0.956 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 1033 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ConvertAnonymousToNestedRefactoring.java |
2 | 7 | 1041 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ConvertAnonymousToNestedRefactoring.java |
| ||||
case ASTNode.FIELD_DECLARATION: { FieldDeclaration enclosingFieldDeclaration = (FieldDeclaration) current; if (Modifier.isStatic(enclosingFieldDeclaration.getModifiers())) { ans = true; } break; } |
| ||||
case ASTNode.METHOD_DECLARATION: { MethodDeclaration enclosingMethodDeclaration = (MethodDeclaration) current; if (Modifier.isStatic(enclosingMethodDeclaration.getModifiers())) { ans = true; } break; } |
| |||
case ASTNode. [[#variable60c67600]]: { [[#variable60c675a0]] [[#variable60c67520]]= ( [[#variable60c675a0]]) current; if (Modifier.isStatic( [[#variable60c67520]].getModifiers())) { ans = true; } break; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#60c67600]] | FIELD_DECLARATION |
1 | 2 | [[#60c67600]] | METHOD_DECLARATION |
2 | 1 | [[#60c675a0]] | FieldDeclaration |
2 | 2 | [[#60c675a0]] | MethodDeclaration |
3 | 1 | [[#60c67520]] | enclosingFieldDeclaration |
3 | 2 | [[#60c67520]] | enclosingMethodDeclaration |