Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.976 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 169 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/ToggleBreakpointAdapter.java |
2 | 3 | 300 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/ToggleBreakpointAdapter.java |
3 | 3 | 623 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/ToggleBreakpointAdapter.java |
| ||||
if (isInterface(selection)) { report(ActionMessages.ToggleBreakpointAdapter_6, part); return Status.OK_STATUS; } |
| ||||
if (isInterface(finalSelection)) { report(ActionMessages.ToggleBreakpointAdapter_7, part); return Status.OK_STATUS; } |
| ||||
if (isInterface(finalSelection)) { report(ActionMessages.ToggleBreakpointAdapter_5, part); return Status.OK_STATUS; } |
| |||
if (isInterface( [[#variable957fa4c0]])) { report(ActionMessages. [[#variable957fa420]], part); return Status.OK_STATUS; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#957fa4c0]] | selection |
1 | 2 | [[#957fa4c0]] | finalSelection |
1 | 3 | [[#957fa4c0]] | finalSelection |
2 | 1 | [[#957fa420]] | ToggleBreakpointAdapter_6 |
2 | 2 | [[#957fa420]] | ToggleBreakpointAdapter_7 |
2 | 3 | [[#957fa420]] | ToggleBreakpointAdapter_5 |