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 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1978 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java |
2 | 4 | 501 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java |
| ||||
{ ParenthesizedExpression pe = ast.newParenthesizedExpression(); pe.setExpression(inversedExpression); rewrite.replace(negationExpression, pe, null); } |
| ||||
{ ParenthesizedExpression parents = ast.newParenthesizedExpression(); parents.setExpression(expression); rewrite.replace(inst, parents, null); } |
| |||
{ ParenthesizedExpression [[#variable566aca20]]= ast.newParenthesizedExpression(); [[#variable566aca20]].setExpression( [[#variable566ac9c0]]); rewrite.replace( [[#variable566ac940]], [[#variable566aca20]], null); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#566aca20]] | pe |
1 | 2 | [[#566aca20]] | parents |
2 | 1 | [[#566ac9c0]] | inversedExpression |
2 | 2 | [[#566ac9c0]] | expression |
3 | 1 | [[#566ac940]] | negationExpression |
3 | 2 | [[#566ac940]] | inst |