Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.976 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 686 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/hcr/JavaHotCodeReplaceManager.java |
2 | 5 | 712 | plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/hcr/JavaHotCodeReplaceManager.java |
| ||||
List dropFrames = getAffectedFrames(target.getThreads(), resources, replacedClassNames); // All threads that want to drop to frame are able. Proceed with the drop JDIStackFrame dropFrame = null; Iterator iter = dropFrames.iterator(); |
| ||||
List popFrames = getAffectedFrames(target.getThreads(), resources, replacedClassNames); // All threads that want to drop to frame are able. Proceed with the drop JDIStackFrame popFrame = null; Iterator iter = popFrames.iterator(); |
| |||
List [[#variable96129f40]]= getAffectedFrames(target.getThreads(), resources, replacedClassNames); // All threads that want to drop to frame are able. Proceed with the drop JDIStackFrame [[#variable96128cc0]]= null; Iterator iter = [[#variable96129f40]].iterator(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#96129f40]] | dropFrames |
1 | 2 | [[#96129f40]] | popFrames |
2 | 1 | [[#96128cc0]] | dropFrame |
2 | 2 | [[#96128cc0]] | popFrame |