Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.988 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 194 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/AnonymousTypeCompletionProposal.java |
2 | 6 | 151 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/OverrideCompletionProposal.java |
| ||||
{ if (key.equals(bindings[offset].getKey())) { stub = StubUtility2.createImplementationStub(copy, rewrite, importRewrite, bindings[offset], binding.getName(), binding.isInterface(), settings); if (stub != null) rewriter.insertFirst(stub, null); break; } } |
| ||||
{ if (key.equals(bindings[index].getKey())) { stub = StubUtility2.createImplementationStub(fCompilationUnit, rewrite, importRewrite, bindings[index], binding.getName(), binding.isInterface(), settings); if (stub != null) rewriter.insertFirst(stub, null); break; } } |
| |||
{ if (key.equals(bindings[ [[#variable51f2e160]]].getKey())) { stub = StubUtility2.createImplementationStub( [[#variable51f2fea0]], rewrite, importRewrite, bindings[ [[#variable51f2e160]]], binding.getName(), binding.isInterface(), settings); if (stub != null) rewriter.insertFirst(stub, null); break; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51f2e160]] | index |
1 | 2 | [[#51f2e160]] | offset |
2 | 1 | [[#51f2fea0]] | fCompilationUnit |
2 | 2 | [[#51f2fea0]] | copy |