CloneSet2629


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7260.965class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
171980
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
272072
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
Clone Instance
1
Line Count
7
Source Line
1980
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java

        private void printTrFramesCommand(DataInputStream in) throws IOException, UnableToParseDataException {
                long threadId = readObjectID(in);
                int startFrame = in.readInt();
                int length = in.readInt();
                printlnObjectId(TcpIpSpyMessages.VerbosePacketStream_Thread_id__48, threadId);
                println(TcpIpSpyMessages.VerbosePacketStream_First_frame__192, startFrame);
                println(TcpIpSpyMessages.VerbosePacketStream_Number_of_frame__193, length);
        }


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

        private void printArGetValuesCommand(DataInputStream in) throws IOException, UnableToParseDataException {
                long arrayObjectId = readObjectID(in);
                int firstIndex = in.readInt();
                int length = in.readInt();
                printlnObjectId(TcpIpSpyMessages.VerbosePacketStream_Array_object_id__210, arrayObjectId);
                println(TcpIpSpyMessages.VerbosePacketStream_First_index__213, firstIndex);
                println(TcpIpSpyMessages.VerbosePacketStream_Length__214, length);
        }


Clone AbstractionParameter Count: 6Parameter Bindings

private void [[#variable9efac5c0]](DataInputStream in) throws IOException, UnableToParseDataException {
  long  [[#variable9efac540]]= readObjectID(in);
  int  [[#variable9efac4e0]]= in.readInt();
  int length = in.readInt();
  printlnObjectId(TcpIpSpyMessages. [[#variable9efac440]],  [[#variable9efac540]]);
  println(TcpIpSpyMessages. [[#variable9efac3c0]],  [[#variable9efac4e0]]);
  println(TcpIpSpyMessages. [[#variable9efac340]], length);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9efac5c0]]
printTrFramesCommand 
12[[#9efac5c0]]
printArGetValuesCommand 
21[[#9efac540]]
threadId 
22[[#9efac540]]
arrayObjectId 
31[[#9efac4e0]]
startFrame 
32[[#9efac4e0]]
firstIndex 
41[[#9efac440]]
VerbosePacketStream_Thread_id__48 
42[[#9efac440]]
VerbosePacketStream_Array_object_id__210 
51[[#9efac3c0]]
VerbosePacketStream_First_frame__192 
52[[#9efac3c0]]
VerbosePacketStream_First_index__213 
61[[#9efac340]]
VerbosePacketStream_Number_of_frame__193 
62[[#9efac340]]
VerbosePacketStream_Length__214