Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.974 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 270 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java |
2 | 2 | 274 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java |
| ||||
private String getJavaOwningTreadText(JavaOwningThread thread) throws CoreException { return getFormattedString(DebugUIMessages.JDIModelPresentation_0, getThreadText(thread.getThread().getThread(), isShowQualifiedNames())); } |
| ||||
private String getJavaWaitingTreadText(JavaWaitingThread thread) throws CoreException { return getFormattedString(DebugUIMessages.JDIModelPresentation_1, getThreadText(thread.getThread().getThread(), isShowQualifiedNames())); } |
| |||
private String [[#variable5f8c4c00]]( [[#variable5f8c4b60]] thread) throws CoreException { return getFormattedString(DebugUIMessages. [[#variable5f8c4b00]], getThreadText(thread.getThread().getThread(), isShowQualifiedNames())); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f8c4c00]] | getJavaOwningTreadText |
1 | 2 | [[#5f8c4c00]] | getJavaWaitingTreadText |
2 | 1 | [[#5f8c4b60]] | JavaOwningThread |
2 | 2 | [[#5f8c4b60]] | JavaWaitingThread |
3 | 1 | [[#5f8c4b00]] | JDIModelPresentation_0 |
3 | 2 | [[#5f8c4b00]] | JDIModelPresentation_1 |