Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 6 | 4 | 0.964 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 372 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/request/EventRequestManagerImpl.java |
2 | 10 | 388 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/request/EventRequestManagerImpl.java |
3 | 10 | 404 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/request/EventRequestManagerImpl.java |
4 | 10 | 420 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/request/EventRequestManagerImpl.java |
5 | 10 | 436 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/request/EventRequestManagerImpl.java |
6 | 10 | 452 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/request/EventRequestManagerImpl.java |
| ||||
/** * @return Returns list of AccessWatchpointRequests. * For changes, the appropriate EventRequestManager methods should be used. */ public List accessWatchpointRequests() { return new ArrayList(fRequests[ACCESS_WATCHPOINT_INDEX]); } /** * @return Returns list of BreakpointRequests. * For changes, the appropriate EventRequestManager methods should be used. */ public List breakpointRequests() { return new ArrayList(fRequests[BREAKPOINT_INDEX]); } |
| ||||
/** * @return Returns list of ClassPrepareRequests. * For changes, the appropriate EventRequestManager methods should be used. */ public List classPrepareRequests() { return new ArrayList(fRequests[CLASS_PREPARE_INDEX]); } /** * @return Returns list of ClassUnloadRequests. * For changes, the appropriate EventRequestManager methods should be used. */ public List classUnloadRequests() { return new ArrayList(fRequests[CLASS_UNLOAD_INDEX]); } |
| ||||
/** * @return Returns list of ExceptionRequests. * For changes, the appropriate EventRequestManager methods should be used. */ public List exceptionRequests() { return new ArrayList(fRequests[EXCEPTION_INDEX]); } /** * @return Returns list of MethodEntryRequests. * For changes, the appropriate EventRequestManager methods should be used. */ public List methodEntryRequests() { return new ArrayList(fRequests[METHOD_ENTRY_INDEX]); } |
| ||||
/** * @return Returns list of MethodExitRequests. * For changes, the appropriate EventRequestManager methods should be used. */ public List methodExitRequests() { return new ArrayList(fRequests[METHOD_EXIT_INDEX]); } /** * @return Returns list of ModificationWatchpointRequests. * For changes, the appropriate EventRequestManager methods should be used. */ public List modificationWatchpointRequests() { return new ArrayList(fRequests[MODIFICATION_WATCHPOINT_INDEX]); } |
| ||||
/** * @return Returns list of StepRequests. * For changes, the appropriate EventRequestManager methods should be used. */ public List stepRequests() { return new ArrayList(fRequests[STEP_INDEX]); } /** * @return Returns list of ThreadDeathRequests. * For changes, the appropriate EventRequestManager methods should be used. */ public List threadDeathRequests() { return new ArrayList(fRequests[THREAD_DEATH_INDEX]); } |
| ||||
/** * @return Returns list of ThreadStartRequests. * For changes, the appropriate EventRequestManager methods should be used. */ public List threadStartRequests() { return new ArrayList(fRequests[THREAD_START_INDEX]); } /** * @return Returns list of VMDeathRequests. * For changes, the appropriate EventRequestManager methods should be used. */ public List vmDeathRequests() { return new ArrayList(fRequests[VM_DEATH_INDEX]); } |
| |||
/** * @return Returns list of AccessWatchpointRequests. * For changes, the appropriate EventRequestManager methods should be used. */ /** * @return Returns list of ClassPrepareRequests. * For changes, the appropriate EventRequestManager methods should be used. */ /** * @return Returns list of ExceptionRequests. * For changes, the appropriate EventRequestManager methods should be used. */ /** * @return Returns list of MethodExitRequests. * For changes, the appropriate EventRequestManager methods should be used. */ /** * @return Returns list of StepRequests. * For changes, the appropriate EventRequestManager methods should be used. */ /** * @return Returns list of ThreadStartRequests. * For changes, the appropriate EventRequestManager methods should be used. */ public List [[#variableb47d07a0]]() { return new ArrayList(fRequests[ [[#variableb47d0100]]]); } /** * @return Returns list of BreakpointRequests. * For changes, the appropriate EventRequestManager methods should be used. */ /** * @return Returns list of ClassUnloadRequests. * For changes, the appropriate EventRequestManager methods should be used. */ /** * @return Returns list of MethodEntryRequests. * For changes, the appropriate EventRequestManager methods should be used. */ /** * @return Returns list of ModificationWatchpointRequests. * For changes, the appropriate EventRequestManager methods should be used. */ /** * @return Returns list of ThreadDeathRequests. * For changes, the appropriate EventRequestManager methods should be used. */ /** * @return Returns list of VMDeathRequests. * For changes, the appropriate EventRequestManager methods should be used. */ public List [[#variableb802efc0]]() { return new ArrayList(fRequests[ [[#variableb47d06a0]]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b47d07a0]] | accessWatchpointRequests |
1 | 2 | [[#b47d07a0]] | classPrepareRequests |
1 | 3 | [[#b47d07a0]] | exceptionRequests |
1 | 4 | [[#b47d07a0]] | methodExitRequests |
1 | 5 | [[#b47d07a0]] | stepRequests |
1 | 6 | [[#b47d07a0]] | threadStartRequests |
2 | 1 | [[#b47d0100]] | ACCESS_WATCHPOINT_INDEX |
2 | 2 | [[#b47d0100]] | CLASS_PREPARE_INDEX |
2 | 3 | [[#b47d0100]] | EXCEPTION_INDEX |
2 | 4 | [[#b47d0100]] | METHOD_EXIT_INDEX |
2 | 5 | [[#b47d0100]] | STEP_INDEX |
2 | 6 | [[#b47d0100]] | THREAD_START_INDEX |
3 | 1 | [[#b802efc0]] | breakpointRequests |
3 | 2 | [[#b802efc0]] | classUnloadRequests |
3 | 3 | [[#b802efc0]] | methodEntryRequests |
3 | 4 | [[#b802efc0]] | modificationWatchpointRequests |
3 | 5 | [[#b802efc0]] | threadDeathRequests |
3 | 6 | [[#b802efc0]] | vmDeathRequests |
4 | 1 | [[#b47d06a0]] | BREAKPOINT_INDEX |
4 | 2 | [[#b47d06a0]] | CLASS_UNLOAD_INDEX |
4 | 3 | [[#b47d06a0]] | METHOD_ENTRY_INDEX |
4 | 4 | [[#b47d06a0]] | MODIFICATION_WATCHPOINT_INDEX |
4 | 5 | [[#b47d06a0]] | THREAD_DEATH_INDEX |
4 | 6 | [[#b47d06a0]] | VM_DEATH_INDEX |