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.986 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 121 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewVariableCompletionProposal.java |
2 | 3 | 571 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickAssistProcessor.java |
| ||||
MethodDeclaration methodDeclaration = (MethodDeclaration) decl; ASTRewrite rewrite = ASTRewrite.create(ast); |
| ||||
MethodDeclaration methodDeclaration = (MethodDeclaration) bodyDeclaration; ASTRewrite rewrite = ASTRewrite.create(ast); |
| |||
MethodDeclaration methodDeclaration = (MethodDeclaration) [[#variable98235b80]]; ASTRewrite rewrite = ASTRewrite.create(ast); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#98235b80]] | bodyDeclaration |
1 | 2 | [[#98235b80]] | decl |