Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 2 | 0.961 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 993 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTMatcher.java |
2 | 4 | 885 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java |
3 | 4 | 1085 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java |
4 | 4 | 1268 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java |
| ||||
if ( !(other instanceof InfixExpression)) { return false; } InfixExpression o = (InfixExpression) other; |
| ||||
// check that user invokes quick assist on infix expression if ( !(node instanceof InfixExpression)) { return false; } InfixExpression infixExpression = (InfixExpression) node; |
| ||||
// check that user invokes quick assist on infix expression if ( !(node instanceof InfixExpression)) { return false; } InfixExpression infixExpression = (InfixExpression) node; |
| ||||
// check that user invokes quick assist on infix expression if ( !(node instanceof InfixExpression)) { return false; } InfixExpression infixExpression = (InfixExpression) node; |
| |||
// check that user invokes quick assist on infix expression if ( !( [[#variable589a4340]]instanceof InfixExpression)) { return false; } InfixExpression [[#variable589a43a0]]= (InfixExpression) [[#variable589a4340]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#589a4340]] | node |
1 | 2 | [[#589a4340]] | other |
1 | 3 | [[#589a4340]] | node |
1 | 4 | [[#589a4340]] | node |
2 | 1 | [[#589a43a0]] | infixExpression |
2 | 2 | [[#589a43a0]] | o |
2 | 3 | [[#589a43a0]] | infixExpression |
2 | 4 | [[#589a43a0]] | infixExpression |