Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.989 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 131 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dnd/DelegatingDropAdapter.java |
2 | 4 | 148 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dnd/DelegatingDropAdapter.java |
| ||||
if (getCurrentListener() != null) { SafeRunner.run(new SafeRunnable() { public void run() throws Exception { getCurrentListener().drop(event); } } ); } |
| ||||
if (getCurrentListener() != null) { SafeRunner.run(new SafeRunnable() { public void run() throws Exception { getCurrentListener().dropAccept(event); } } ); } |
| |||
if (getCurrentListener() != null) { SafeRunner.run(new SafeRunnable() { public void run() throws Exception { getCurrentListener(). [[#variable67ca6bc0]](event); } } ); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#67ca6bc0]] | dropAccept |
1 | 2 | [[#67ca6bc0]] | drop |