Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.951 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 184 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/sef/AccessAnalyzer.java |
2 | 4 | 201 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/sef/AccessAnalyzer.java |
| ||||
if ( !considerBinding(resolveBinding(operand), operand)) return true; PrefixExpression.Operator operator = node.getOperator(); |
| ||||
if ( !considerBinding(resolveBinding(operand), operand)) return true; ASTNode parent = node.getParent(); |
| |||
if ( !considerBinding(resolveBinding(operand), operand)) return true; [[#variable56f2d320]] [[#variable56f2dbe0]]= node. [[#variable56f2c980]](); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56f2d320]] | ASTNode |
1 | 2 | [[#56f2d320]] | PrefixExpression.Operator |
2 | 1 | [[#56f2dbe0]] | parent |
2 | 2 | [[#56f2dbe0]] | operator |
3 | 1 | [[#56f2c980]] | getParent |
3 | 2 | [[#56f2c980]] | getOperator |