Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.979 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 337 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java |
2 | 4 | 351 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java |
| ||||
if (thread.isSystemThread()) { return getFormattedString(DebugUIMessages.JDIModelPresentation_System_Thread___0____Suspended___1____2, new String[] { thread.getName(), message } ); } return getFormattedString(DebugUIMessages.JDIModelPresentation_Thread___0____Suspended___1____3, new String[] { thread.getName(), message } ); |
| ||||
if (thread.isSystemThread()) { return getFormattedString(DebugUIMessages.JDIModelPresentation_System_Thread___0____Suspended__exception__1____13, new String[] { thread.getName(), exName } ); } return getFormattedString(DebugUIMessages.JDIModelPresentation_Thread___0____Suspended__exception__1____14, new String[] { thread.getName(), exName } ); |
| |||
if (thread.isSystemThread()) { return getFormattedString(DebugUIMessages. [[#variable557e6fe0]], new String[] { thread.getName(), [[#variable557e6c00]] } ); } return getFormattedString(DebugUIMessages. [[#variable557e7020]], new String[] { thread.getName(), [[#variable557e6c00]] } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#557e6fe0]] | JDIModelPresentation_System_Thread___0____Suspended___1____2 |
1 | 2 | [[#557e6fe0]] | JDIModelPresentation_System_Thread___0____Suspended__exception__1____13 |
2 | 1 | [[#557e6c00]] | message |
2 | 2 | [[#557e6c00]] | exName |
3 | 1 | [[#557e7020]] | JDIModelPresentation_Thread___0____Suspended___1____3 |
3 | 2 | [[#557e7020]] | JDIModelPresentation_Thread___0____Suspended__exception__1____14 |