Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 2 | 0.976 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 152 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java |
2 | 5 | 158 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java |
3 | 5 | 164 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java |
| ||||
if (operator == InfixExpression.Operator.PLUS) return true; if (operator == InfixExpression.Operator.CONDITIONAL_AND) return true; |
| ||||
if (operator == InfixExpression.Operator.CONDITIONAL_OR) return true; if (operator == InfixExpression.Operator.AND) return true; |
| ||||
if (operator == InfixExpression.Operator.OR) return true; if (operator == InfixExpression.Operator.XOR) return true; |
| |||
if (operator == InfixExpression.Operator. [[#variable9176cc60]]) return true; if (operator == InfixExpression.Operator. [[#variable91a80dc0]]) return true; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9176cc60]] | PLUS |
1 | 2 | [[#9176cc60]] | CONDITIONAL_OR |
1 | 3 | [[#9176cc60]] | OR |
2 | 1 | [[#91a80dc0]] | CONDITIONAL_AND |
2 | 2 | [[#91a80dc0]] | AND |
2 | 3 | [[#91a80dc0]] | XOR |