Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 2 | 0.975 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 385 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ConvertAnonymousToNestedRefactoring.java |
2 | 1 | 1019 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ConvertAnonymousToNestedRefactoring.java |
3 | 2 | 318 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/sef/SelfEncapsulateFieldRefactoring.java |
| ||||
ITypeBinding type = ((AbstractTypeDeclaration) ASTNodes.getParent(fAnonymousInnerClassNode, AbstractTypeDeclaration.class )).resolveBinding(); |
| ||||
ITypeBinding typeBinding = ((AbstractTypeDeclaration) ASTNodes.getParent(fAnonymousInnerClassNode, AbstractTypeDeclaration.class )).resolveBinding(); |
| ||||
ITypeBinding declaringClass = ((AbstractTypeDeclaration) ASTNodes.getParent(fFieldDeclaration, AbstractTypeDeclaration.class )).resolveBinding(); |
| |||
ITypeBinding [[#variable6561c080]]= ((AbstractTypeDeclaration) ASTNodes.getParent( [[#variable6561c0e0]], AbstractTypeDeclaration.class )).resolveBinding(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6561c080]] | typeBinding |
1 | 2 | [[#6561c080]] | type |
1 | 3 | [[#6561c080]] | declaringClass |
2 | 1 | [[#6561c0e0]] | fAnonymousInnerClassNode |
2 | 2 | [[#6561c0e0]] | fAnonymousInnerClassNode |
2 | 3 | [[#6561c0e0]] | fFieldDeclaration |