Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.978 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 303 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/hcr/JavaHotCodeReplaceManager.java |
2 | 7 | 311 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/hcr/JavaHotCodeReplaceManager.java |
| ||||
if ( !hotSwapTargets.isEmpty()) { Runnable runnable = new Runnable() { public void run() { doHotCodeReplace(hotSwapTargets, resources, qualifiedNames); } }; DebugPlugin.getDefault().asyncExec(runnable); } |
| ||||
if ( !noHotSwapTargets.isEmpty()) { Runnable runnable = new Runnable() { public void run() { notifyUnsupportedHCR(noHotSwapTargets, resources, qualifiedNames); } }; DebugPlugin.getDefault().asyncExec(runnable); } |
| |||
if ( ! [[#variableb0c6a560]].isEmpty()) { Runnable runnable = new Runnable() { public void run() { [[#variableb0c6a5c0]]( [[#variableb0c6a560]], resources, qualifiedNames); } }; DebugPlugin.getDefault().asyncExec(runnable); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b0c6a560]] | hotSwapTargets |
1 | 2 | [[#b0c6a560]] | noHotSwapTargets |
2 | 1 | [[#b0c6a5c0]] | doHotCodeReplace |
2 | 2 | [[#b0c6a5c0]] | notifyUnsupportedHCR |