Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.964 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 100 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/request/EventRequestManagerImpl.java |
2 | 2 | 105 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/request/EventRequestManagerImpl.java |
| ||||
for (int i = 0; i < fRequests.length; i++) fRequests[i] = new HashSet(); |
| ||||
for (int i = 0; i < fEnabledRequests.length; i++) fEnabledRequests[i] = new Hashtable(); |
| |||
for (int i = 0; i < [[#variableb3dac3c0]].length; i++) [[#variableb3dac3c0]][i] = new [[#variableb3dac340]](); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b3dac3c0]] | fEnabledRequests |
1 | 2 | [[#b3dac3c0]] | fRequests |
2 | 1 | [[#b3dac340]] | Hashtable |
2 | 2 | [[#b3dac340]] | HashSet |