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.970 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 278 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java |
2 | 2 | 282 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java |
| ||||
private String getJavaContendedMonitorText(JavaContendedMonitor monitor) throws DebugException { return getFormattedString(DebugUIMessages.JDIModelPresentation_2, getValueText(monitor.getMonitor().getMonitor())); } |
| ||||
private String getJavaOwnedMonitorText(JavaOwnedMonitor monitor) throws DebugException { return getFormattedString(DebugUIMessages.JDIModelPresentation_3, getValueText(monitor.getMonitor().getMonitor())); } |
| |||
private String [[#variable579787c0]]( [[#variable57978700]] monitor) throws DebugException { return getFormattedString(DebugUIMessages. [[#variable57978660]], getValueText(monitor.getMonitor().getMonitor())); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#579787c0]] | getJavaContendedMonitorText |
1 | 2 | [[#579787c0]] | getJavaOwnedMonitorText |
2 | 1 | [[#57978700]] | JavaContendedMonitor |
2 | 2 | [[#57978700]] | JavaOwnedMonitor |
3 | 1 | [[#57978660]] | JDIModelPresentation_2 |
3 | 2 | [[#57978660]] | JDIModelPresentation_3 |