CloneSet6437


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

                byte eventKind = in.readByte();
                int requestId = in.readInt();
                printEventKind(eventKind);
                println(TcpIpSpyMessages.VerbosePacketStream_Request_id__248, requestId);


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

                        byte eventKind = in.readByte();
                        int requestId = in.readInt();
                        printEventKind(eventKind);
                        println(TcpIpSpyMessages.VerbosePacketStream_Request_id__248, requestId);


Clone AbstractionParameter Count: 0Parameter Bindings

byte eventKind = in.readByte();
int requestId = in.readInt();
printEventKind(eventKind);
println(TcpIpSpyMessages.VerbosePacketStream_Request_id__248, requestId);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None