CloneSet5399


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19137
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/jdwp/JdwpPacket.java
29130
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/JdwpPacket.java
Clone Instance
1
Line Count
9
Source Line
137
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/jdwp/JdwpPacket.java

                // Determine type: command or reply.
                JdwpPacket packet;
                if ((flags&  FLAG_REPLY_PACKET) != 0)
                        packet = new JdwpReplyPacket();
                else
                        packet = new JdwpCommandPacket();

                // Assign generic header fields.
                packet.setId(id);
                packet.setFlags(flags);


Clone Instance
2
Line Count
9
Source Line
130
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/JdwpPacket.java

                // Determine type: command or reply.
                JdwpPacket packet;
                if ((flags&  FLAG_REPLY_PACKET) != 0)
                        packet = new JdwpReplyPacket();
                else
                        packet = new JdwpCommandPacket();

                // Assign generic header fields.
                packet.setId(id);
                packet.setFlags(flags);


Clone AbstractionParameter Count: 0Parameter Bindings

// Determine type: command or reply.
JdwpPacket packet;
if ((flags&FLAG_REPLY_PACKET) != 0)
  packet = new JdwpReplyPacket();
else
  packet = new JdwpCommandPacket();
// Assign generic header fields.
packet.setId(id);
packet.setFlags(flags);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None