Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 3 | 0.988 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 371 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ChangeMethodSignatureProposal.java |
2 | 6 | 406 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ChangeMethodSignatureProposal.java |
| ||||
String type = imports.addImport(desc.type); ASTNode newNode = ASTNodeFactory.newName(ast, type); listRewrite.insertAt(newNode, i, null); String key = getExceptionTypeGroupId(i); addLinkedPosition(rewrite.track(newNode), false, key); |
| ||||
String type = imports.addImport(desc.type); ASTNode newNode = ASTNodeFactory.newName(ast, type); listRewrite.replace(oldNode, newNode, null); String key = getExceptionTypeGroupId(i); addLinkedPosition(rewrite.track(newNode), false, key); |
| |||
String type = imports.addImport(desc.type); ASTNode newNode = ASTNodeFactory.newName(ast, type); listRewrite. [[#variable97a90ee0]]( [[#variable97a915a0]], [[#variable97a90ec0]], null); String key = getExceptionTypeGroupId(i); addLinkedPosition(rewrite.track(newNode), false, key); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#97a90ee0]] | insertAt |
1 | 2 | [[#97a90ee0]] | replace |
2 | 1 | [[#97a915a0]] | newNode |
2 | 2 | [[#97a915a0]] | oldNode |
3 | 1 | [[#97a90ec0]] | i |
3 | 2 | [[#97a90ec0]] | newNode |