CloneSet6349


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.974statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13118
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/jdwp/JdwpID.java
232446
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
Clone Instance
1
Line Count
3
Source Line
118
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/jdwp/JdwpID.java

                for (int i = 0; i < size; i++) {
                        int b = inStream.readUnsignedByte();    // Note that the byte must be treated as unsigned.
                        fValue = fValue << 8|  b;
                }


Clone Instance
2
Line Count
3
Source Line
2446
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java

                for (int i = 0; i < size; i++) {
                        int b = in.readUnsignedByte();  // Note that the byte must be treated as unsigned.
                        id = id << 8|  b;
                }


Clone AbstractionParameter Count: 2Parameter Bindings

for (int i = 0; i < size; i++) {
  int b = [[#variable5ff5bec0]].readUnsignedByte(); // Note that the byte must be treated as unsigned.
   [[#variable5ff5be60]]= [[#variable5ff5be60]] << 8|b;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5ff5bec0]]
inStream 
12[[#5ff5bec0]]
in 
21[[#5ff5be60]]
fValue 
22[[#5ff5be60]]
id