Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.987 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 39 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/event/LocatableEventImpl.java |
2 | 2 | 43 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/event/WatchpointEventImpl.java |
| ||||
/** * Creates new LocatableEventImpl, only used by subclasses. */ protected LocatableEventImpl(String description, VirtualMachineImpl vmImpl, RequestID requestID) { super(description, vmImpl, requestID); } |
| ||||
/** * Creates new WatchpointEventImpl. */ protected WatchpointEventImpl(String description, VirtualMachineImpl vmImpl, RequestID requestID) { super(description, vmImpl, requestID); } |
| |||
/** * Creates new WatchpointEventImpl. */ /** * Creates new LocatableEventImpl, only used by subclasses. */ protected [[#variable957fcde0]](String description, VirtualMachineImpl vmImpl, RequestID requestID) { super(description, vmImpl, requestID); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#957fcde0]] | WatchpointEventImpl |
1 | 2 | [[#957fcde0]] | LocatableEventImpl |