CloneSet4436


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6220.968statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16605
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ReferenceTypeImpl.java
26398
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/VirtualMachineImpl.java
Clone Instance
1
Line Count
6
Source Line
605
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ReferenceTypeImpl.java

                        for (int i = 0; i < nrOfElements; i++) {
                                InterfaceTypeImpl ref = InterfaceTypeImpl.read(this, replyData);
                                if (ref == null) {
                                        continue ;
                                }
                                elements.add(ref);
                        }


Clone Instance
2
Line Count
6
Source Line
398
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/VirtualMachineImpl.java

                        for (int i = 0; i < nrOfElements; i++) {
                                ThreadReferenceImpl elt = ThreadReferenceImpl.read(this, replyData);
                                if (elt == null) {
                                        continue ;
                                }
                                elements.add(elt);
                        }


Clone AbstractionParameter Count: 2Parameter Bindings

for (int i = 0; i < nrOfElements; i++) {
   [[#variableb0d88280]]  [[#variableb0d88300]]= [[#variableb0d88280]].read(this, replyData);
  if ( [[#variableb0d88300]]== null) {
    continue ;
  }
  elements.add( [[#variableb0d88300]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b0d88280]]
InterfaceTypeImpl 
12[[#b0d88280]]
ThreadReferenceImpl 
21[[#b0d88300]]
ref 
22[[#b0d88300]]
elt