CloneSet5638


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.976statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15686
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/hcr/JavaHotCodeReplaceManager.java
25712
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/hcr/JavaHotCodeReplaceManager.java
Clone Instance
1
Line Count
5
Source Line
686
Source File
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();


Clone Instance
2
Line Count
5
Source Line
712
Source File
plugins/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/hcr/JavaHotCodeReplaceManager.java

                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();


Clone AbstractionParameter Count: 2Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#96129f40]]
dropFrames 
12[[#96129f40]]
popFrames 
21[[#96128cc0]]
dropFrame 
22[[#96128cc0]]
popFrame