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.955 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 270 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/monitors/ThreadMonitorManager.java |
2 | 3 | 274 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/monitors/ThreadMonitorManager.java |
| ||||
for (int i = 0; i < threads.length; i++) { JavaMonitorThread thread = threads[i]; thread.setInDeadlock(inDeadlock.contains(thread)); } |
| ||||
for (int i = 0; i < monitors.length; i++) { JavaMonitor monitor = monitors[i]; monitor.setInDeadlock(inDeadlock.contains(monitor)); } |
| |||
for (int i = 0; i < [[#variableb19603e0]].length; i++) { [[#variableb1960380]] [[#variableb1960300]]= [[#variableb19603e0]][i]; [[#variableb1960300]].setInDeadlock(inDeadlock.contains( [[#variableb1960300]])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b19603e0]] | monitors |
1 | 2 | [[#b19603e0]] | threads |
2 | 1 | [[#b1960380]] | JavaMonitor |
2 | 2 | [[#b1960380]] | JavaMonitorThread |
3 | 1 | [[#b1960300]] | monitor |
3 | 2 | [[#b1960300]] | thread |