Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 3 | 0.971 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 104 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AbstractMethodCompletionProposal.java |
2 | 2 | 60 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AddArgumentCorrectionProposal.java |
3 | 2 | 76 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewAnnotationMemberProposal.java |
4 | 2 | 380 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/NewVariableCompletionProposal.java |
| ||||
ListRewrite listRewriter = rewrite.getListRewrite(newTypeDecl, property); listRewriter.insertAt(newStub, insertIndex, null); |
| ||||
ListRewrite listRewriter = rewrite.getListRewrite(fCallerNode, property); listRewriter.insertAt(newArg, idx, null); |
| ||||
ListRewrite listRewriter = rewrite.getListRewrite(newTypeDecl, property); listRewriter.insertAt(newStub, insertIndex, null); |
| ||||
ListRewrite listRewriter = rewrite.getListRewrite(newTypeDecl, property); listRewriter.insertAt(newDecl, insertIndex, null); |
| |||
ListRewrite listRewriter = rewrite.getListRewrite( [[#variablebb295b00]], property); listRewriter.insertAt( [[#variablebb295b80]], [[#variablebb295b20]], null); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bb295b00]] | newTypeDecl |
1 | 2 | [[#bb295b00]] | newTypeDecl |
1 | 3 | [[#bb295b00]] | fCallerNode |
1 | 4 | [[#bb295b00]] | newTypeDecl |
2 | 1 | [[#bb295b80]] | newDecl |
2 | 2 | [[#bb295b80]] | newStub |
2 | 3 | [[#bb295b80]] | newArg |
2 | 4 | [[#bb295b80]] | newStub |
3 | 1 | [[#bb295b20]] | insertIndex |
3 | 2 | [[#bb295b20]] | insertIndex |
3 | 3 | [[#bb295b20]] | idx |
3 | 4 | [[#bb295b20]] | insertIndex |