Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.993 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 706 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java |
2 | 9 | 715 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/ChangeTypeRefactoring.java |
| ||||
{ current = node; while (current.getNodeType() == ASTNode.QUALIFIED_NAME) { current = current.getParent(); } if (current.getNodeType() != ASTNode.SIMPLE_TYPE) { return nodeTypeNotSupported(); } node = current.getParent(); } |
| ||||
{ current = parent; while (current.getNodeType() == ASTNode.QUALIFIED_NAME) { current = current.getParent(); } if (current.getNodeType() != ASTNode.SIMPLE_TYPE) { return nodeTypeNotSupported(); } node = current.getParent(); } |
| |||
{ current = [[#variable4f970ba0]]; while (current.getNodeType() == ASTNode.QUALIFIED_NAME) { current = current.getParent(); } if (current.getNodeType() != ASTNode.SIMPLE_TYPE) { return nodeTypeNotSupported(); } node = current.getParent(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4f970ba0]] | node |
1 | 2 | [[#4f970ba0]] | parent |