Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.966 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 46 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/event/BreakpointEventImpl.java |
2 | 2 | 54 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/event/ExceptionEventImpl.java |
3 | 2 | 50 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/event/ModificationWatchpointEventImpl.java |
| ||||
BreakpointEventImpl event = new BreakpointEventImpl(vmImpl, requestID); event.readThreadAndLocation(target, dataInStream); |
| ||||
ExceptionEventImpl event = new ExceptionEventImpl(vmImpl, requestID); event.readThreadAndLocation(target, dataInStream); |
| ||||
ModificationWatchpointEventImpl event = new ModificationWatchpointEventImpl(vmImpl, requestID); event.readWatchpointEventFields(target, dataInStream); |
| |||
[[#variable9efa3960]] event = new [[#variable9efa3960]](vmImpl, requestID); event. [[#variable9efa39a0]](target, dataInStream); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9efa3960]] | ModificationWatchpointEventImpl |
1 | 2 | [[#9efa3960]] | BreakpointEventImpl |
1 | 3 | [[#9efa3960]] | ExceptionEventImpl |
2 | 1 | [[#9efa39a0]] | readWatchpointEventFields |
2 | 2 | [[#9efa39a0]] | readThreadAndLocation |
2 | 3 | [[#9efa39a0]] | readThreadAndLocation |