CloneSet3892


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
152212
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
252237
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
Clone Instance
1
Line Count
5
Source Line
2212
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java

                long frameId = readFrameID(in);
                int slotsCount = in.readInt();
                printlnObjectId(TcpIpSpyMessages.VerbosePacketStream_Thread_object_id__250, threadId);
                printlnFrameId(TcpIpSpyMessages.VerbosePacketStream_Frame_id__195, frameId);
                println(TcpIpSpyMessages.VerbosePacketStream_Slots_count__254, slotsCount);


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

                long frameId = readFrameID(in);
                int slotsCount = in.readInt();
                printlnObjectId(TcpIpSpyMessages.VerbosePacketStream_Thread_object_id__250, threadId);
                printlnFrameId(TcpIpSpyMessages.VerbosePacketStream_Frame_id__195, frameId);
                println(TcpIpSpyMessages.VerbosePacketStream_Slots_count__254, slotsCount);


Clone AbstractionParameter Count: 0Parameter Bindings

long frameId = readFrameID(in);
int slotsCount = in.readInt();
printlnObjectId(TcpIpSpyMessages.VerbosePacketStream_Thread_object_id__250, threadId);
printlnFrameId(TcpIpSpyMessages.VerbosePacketStream_Frame_id__195, frameId);
println(TcpIpSpyMessages.VerbosePacketStream_Slots_count__254, slotsCount);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None