Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 6 | 0.963 | class_body_declarations[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 41 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/event/EventImpl.java |
2 | 6 | 69 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/request/EventRequestImpl.java |
| ||||
public static final byte EVENT_USER_DEFINED = 5; public static final byte EVENT_THREAD_START = 6; public static final byte EVENT_THREAD_END = 7; public static final byte EVENT_CLASS_PREPARE = 8; public static final byte EVENT_CLASS_UNLOAD = 9; public static final byte EVENT_CLASS_LOAD = 10; |
| ||||
public static final byte MODIF_KIND_CLASSMATCH = 5; public static final byte MODIF_KIND_CLASSEXCLUDE = 6; public static final byte MODIF_KIND_LOCATIONONLY = 7; public static final byte MODIF_KIND_EXCEPTIONONLY = 8; public static final byte MODIF_KIND_FIELDONLY = 9; public static final byte MODIF_KIND_STEP = 10; |
| |||
public static final byte [[#variable652003a0]]= 5; public static final byte [[#variable65200300]]= 6; public static final byte [[#variable65200260]]= 7; public static final byte [[#variable652001c0]]= 8; public static final byte [[#variable652000e0]]= 9; public static final byte [[#variable6347e2c0]]= 10; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#652003a0]] | EVENT_USER_DEFINED |
1 | 2 | [[#652003a0]] | MODIF_KIND_CLASSMATCH |
2 | 1 | [[#65200300]] | EVENT_THREAD_START |
2 | 2 | [[#65200300]] | MODIF_KIND_CLASSEXCLUDE |
3 | 1 | [[#65200260]] | EVENT_THREAD_END |
3 | 2 | [[#65200260]] | MODIF_KIND_LOCATIONONLY |
4 | 1 | [[#652001c0]] | EVENT_CLASS_PREPARE |
4 | 2 | [[#652001c0]] | MODIF_KIND_EXCEPTIONONLY |
5 | 1 | [[#652000e0]] | EVENT_CLASS_UNLOAD |
5 | 2 | [[#652000e0]] | MODIF_KIND_FIELDONLY |
6 | 1 | [[#6347e2c0]] | EVENT_CLASS_LOAD |
6 | 2 | [[#6347e2c0]] | MODIF_KIND_STEP |