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.954 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 49 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/BreakpointToggleAction.java |
2 | 4 | 67 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/OpenTypeAction.java |
| ||||
{ String title = ActionMessages.BreakpointAction_Breakpoint_configuration_1; String message = ActionMessages.BreakpointAction_Exceptions_occurred_attempting_to_modify_breakpoint__2; ExceptionHandler.handle(e, title, message); } |
| ||||
{ String title = JavaUIMessages.OpenTypeAction_errorTitle; String message = JavaUIMessages.OpenTypeAction_errorMessage; ExceptionHandler.handle(x, title, message); } |
| |||
{ String title = [[#variable531b7e80]]. [[#variable531b7e00]]; String message = [[#variable531b7e80]]. [[#variable531b7da0]]; ExceptionHandler.handle( [[#variable531b7d00]], title, message); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#531b7e80]] | JavaUIMessages |
1 | 2 | [[#531b7e80]] | ActionMessages |
2 | 1 | [[#531b7e00]] | OpenTypeAction_errorTitle |
2 | 2 | [[#531b7e00]] | BreakpointAction_Breakpoint_configuration_1 |
3 | 1 | [[#531b7da0]] | OpenTypeAction_errorMessage |
3 | 2 | [[#531b7da0]] | BreakpointAction_Exceptions_occurred_attempting_to_modify_breakpoint__2 |
4 | 1 | [[#531b7d00]] | x |
4 | 2 | [[#531b7d00]] | e |