Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.991 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 908 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java |
2 | 3 | 1107 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java |
| ||||
while ((topInfixExpression.getParent() instanceof InfixExpression) && ((InfixExpression) topInfixExpression.getParent()).getOperator() == andOperator) { topInfixExpression = (InfixExpression) topInfixExpression.getParent(); } |
| ||||
while ((topInfixExpression.getParent() instanceof InfixExpression) && ((InfixExpression) topInfixExpression.getParent()).getOperator() == orOperator) { topInfixExpression = (InfixExpression) topInfixExpression.getParent(); } |
| |||
while ((topInfixExpression.getParent() instanceof InfixExpression) && ((InfixExpression) topInfixExpression.getParent()).getOperator() == [[#variable62b9f460]]) { topInfixExpression = (InfixExpression) topInfixExpression.getParent(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#62b9f460]] | andOperator |
1 | 2 | [[#62b9f460]] | orOperator |