CloneSet5503


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
141812
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
241845
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
Clone Instance
1
Line Count
4
Source Line
1812
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java

                int slotsUsedByArgs = in.readInt();
                int variablesCount = in.readInt();
                println(TcpIpSpyMessages.VerbosePacketStream_Nb_of_slots_used_by_all_args__152, slotsUsedByArgs);
                println(TcpIpSpyMessages.VerbosePacketStream_Nb_of_variables__153, variablesCount);


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

                int slotsUsedByArgs = in.readInt();
                int variablesCount = in.readInt();
                println(TcpIpSpyMessages.VerbosePacketStream_Nb_of_slots_used_by_all_args__152, slotsUsedByArgs);
                println(TcpIpSpyMessages.VerbosePacketStream_Nb_of_variables__153, variablesCount);


Clone AbstractionParameter Count: 0Parameter Bindings

int slotsUsedByArgs = in.readInt();
int variablesCount = in.readInt();
println(TcpIpSpyMessages.VerbosePacketStream_Nb_of_slots_used_by_all_args__152, slotsUsedByArgs);
println(TcpIpSpyMessages.VerbosePacketStream_Nb_of_variables__153, variablesCount);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None