Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 0 | 1.000 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 439 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/InlineMethodRefactoring.java |
2 | 4 | 1217 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceIndirectionRefactoring.java |
3 | 4 | 313 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ReplaceInvocationsRefactoring.java |
| ||||
if (node.getNodeType() == ASTNode.SIMPLE_NAME) { node = node.getParent(); } else if (node.getNodeType() == ASTNode.EXPRESSION_STATEMENT) { node = ((ExpressionStatement) node).getExpression(); } |
| ||||
if (node.getNodeType() == ASTNode.SIMPLE_NAME) { node = node.getParent(); } else if (node.getNodeType() == ASTNode.EXPRESSION_STATEMENT) { node = ((ExpressionStatement) node).getExpression(); } |
| ||||
if (node.getNodeType() == ASTNode.SIMPLE_NAME) { node = node.getParent(); } else if (node.getNodeType() == ASTNode.EXPRESSION_STATEMENT) { node = ((ExpressionStatement) node).getExpression(); } |
| |||
if (node.getNodeType() == ASTNode.SIMPLE_NAME) { node = node.getParent(); } else if (node.getNodeType() == ASTNode.EXPRESSION_STATEMENT) { node = ((ExpressionStatement) node).getExpression(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |