Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 4 | 0.952 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1588 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java |
2 | 4 | 1619 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java |
| ||||
if (access) { label.append(DebugUIMessages.JDIModelPresentation_access_71); } else if (modification) { label.append(DebugUIMessages.JDIModelPresentation_modification_72); } |
| ||||
if (entry) { label.append(DebugUIMessages.JDIModelPresentation_entry); } else if (exit) { label.append(DebugUIMessages.JDIModelPresentation_exit); } |
| |||
if ( [[#variableba4fda20]]) { label.append(DebugUIMessages. [[#variableba4fd960]]); } else if ( [[#variableba4fd900]]) { label.append(DebugUIMessages. [[#variableba4fd8a0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ba4fda20]] | access |
1 | 2 | [[#ba4fda20]] | entry |
2 | 1 | [[#ba4fd960]] | JDIModelPresentation_access_71 |
2 | 2 | [[#ba4fd960]] | JDIModelPresentation_entry |
3 | 1 | [[#ba4fd900]] | modification |
3 | 2 | [[#ba4fd900]] | exit |
4 | 1 | [[#ba4fd8a0]] | JDIModelPresentation_modification_72 |
4 | 2 | [[#ba4fd8a0]] | JDIModelPresentation_exit |