Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.978 | catch_statements |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 2378 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIThread.java |
2 | 4 | 2395 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIThread.java |
| ||||
catch (IncompatibleThreadStateException e) { targetRequestFailed(JDIDebugModelMessages.JDIThread_43, e); } catch (RuntimeException e) { targetRequestFailed(JDIDebugModelMessages.JDIThread_44, e); } |
| ||||
catch (IncompatibleThreadStateException e) { targetRequestFailed(JDIDebugModelMessages.JDIThread_45, e); } catch (RuntimeException e) { targetRequestFailed(JDIDebugModelMessages.JDIThread_46, e); } |
| |||
catch (IncompatibleThreadStateException e) { targetRequestFailed(JDIDebugModelMessages. [[#variable5b725c60]], e); } catch (RuntimeException e) { targetRequestFailed(JDIDebugModelMessages. [[#variable5b725c00]], e); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5b725c60]] | JDIThread_45 |
1 | 2 | [[#5b725c60]] | JDIThread_43 |
2 | 1 | [[#5b725c00]] | JDIThread_46 |
2 | 2 | [[#5b725c00]] | JDIThread_44 |