Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.977 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 65 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/TempAssignmentFinder.java |
2 | 4 | 78 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/TempAssignmentFinder.java |
| ||||
if (postfixExpression.getOperand() == null) return true; if ( ! (postfixExpression.getOperand() instanceof SimpleName)) return true; |
| ||||
if (prefixExpression.getOperand() == null) return true; if ( ! (prefixExpression.getOperand() instanceof SimpleName)) return true; |
| |||
if ( [[#variablebd73ef60]].getOperand() == null) return true; if ( !( [[#variablebd73ef60]].getOperand() instanceof SimpleName)) return true; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bd73ef60]] | prefixExpression |
1 | 2 | [[#bd73ef60]] | postfixExpression |