| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 3 | 0.962 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 142 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/jdwp/JdwpID.java |
| 2 | 3 | 601 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/request/EventRequestImpl.java |
| ||||
java.lang.reflect.Field[] fields = JdwpID.class .getDeclaredFields();
fTagMap = new HashMap();
fTypeTagMap = new HashMap();
|
| ||||
java.lang.reflect.Field[] fields = EventRequestImpl.class .getDeclaredFields();
fStepSizeMap = new HashMap();
fStepDepthMap = new HashMap();
|
| |||
java.lang.reflect.Field[] fields = [[#variablea465be20]].class .getDeclaredFields(); [[#variablea465a020]]= new HashMap(); [[#variablea465bd80]]= new HashMap(); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#a465be20]] | EventRequestImpl |
| 1 | 2 | [[#a465be20]] | JdwpID |
| 2 | 1 | [[#a465a020]] | fStepSizeMap |
| 2 | 2 | [[#a465a020]] | fTagMap |
| 3 | 1 | [[#a465bd80]] | fStepDepthMap |
| 3 | 2 | [[#a465bd80]] | fTypeTagMap |