Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 4 | 0.956 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 910 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/VirtualMachineImpl.java |
2 | 11 | 926 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/VirtualMachineImpl.java |
| ||||
/** * @return Returns Whether VM can deal with the 'Classes have Changed' command. */ public boolean canReloadClasses() { getHCRCapabilities(); return fHcrCapabilities[HCR_CAN_RELOAD_CLASSES]; } /** * @return Returns Whether VM can get the version of a given class file. */ public boolean canGetClassFileVersion() { getHCRCapabilities(); return fHcrCapabilities[HCR_CAN_GET_CLASS_VERSION]; } |
| ||||
/** * @return Returns Whether VM can do a return in the middle of executing a method. */ public boolean canDoReturn() { getHCRCapabilities(); return fHcrCapabilities[HCR_CAN_DO_RETURN]; } /** * @return Returns Whether VM can reenter a method on exit. */ public boolean canReenterOnExit() { getHCRCapabilities(); return fHcrCapabilities[HCR_CAN_REENTER_ON_EXIT]; } |
| |||
/** * @return Returns Whether VM can deal with the 'Classes have Changed' command. */ /** * @return Returns Whether VM can do a return in the middle of executing a method. */ public boolean [[#variable5008b2e0]]() { getHCRCapabilities(); return fHcrCapabilities[ [[#variable5008b260]]]; } /** * @return Returns Whether VM can get the version of a given class file. */ /** * @return Returns Whether VM can reenter a method on exit. */ public boolean [[#variable5008b200]]() { getHCRCapabilities(); return fHcrCapabilities[ [[#variable5008b140]]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5008b2e0]] | canReloadClasses |
1 | 2 | [[#5008b2e0]] | canDoReturn |
2 | 1 | [[#5008b260]] | HCR_CAN_RELOAD_CLASSES |
2 | 2 | [[#5008b260]] | HCR_CAN_DO_RETURN |
3 | 1 | [[#5008b200]] | canGetClassFileVersion |
3 | 2 | [[#5008b200]] | canReenterOnExit |
4 | 1 | [[#5008b140]] | HCR_CAN_GET_CLASS_VERSION |
4 | 2 | [[#5008b140]] | HCR_CAN_REENTER_ON_EXIT |