CloneSet2702


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

        private void printCtSetValuesCommand(DataInputStream in) throws IOException, UnableToParseDataException {
                long classTypeId = readReferenceTypeID(in);
                int fieldsCount = in.readInt();
                printlnReferenceTypeId(TcpIpSpyMessages.VerbosePacketStream_Class_type_id__128, classTypeId);
                println(TcpIpSpyMessages.VerbosePacketStream_Fields_count__108, fieldsCount);
                throw new UnableToParseDataException(TcpIpSpyMessages.VerbosePacketStream_List_of_values__NOT_MANAGED_132, remainderData(in));
        }


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

        private void printOrSetValuesCommand(DataInputStream in) throws IOException, UnableToParseDataException {
                long objectId = readObjectID(in);
                int fieldsCount = in.readInt();
                println(TcpIpSpyMessages.VerbosePacketStream_Object_id__72, objectId);
                println(TcpIpSpyMessages.VerbosePacketStream_Fields_count__108, fieldsCount);
                throw new UnableToParseDataException(TcpIpSpyMessages.VerbosePacketStream_List_of_values__NOT_MANAGED_132, remainderData(in));
        }


Clone AbstractionParameter Count: 5Parameter Bindings

private void [[#variable4e3e1900]](DataInputStream in) throws IOException, UnableToParseDataException {
  long  [[#variable4e3e1840]]= [[#variable4e3e17c0]](in);
  int fieldsCount = in.readInt();
   [[#variable4e3e1760]](TcpIpSpyMessages. [[#variable4e3e1700]],  [[#variable4e3e1840]]);
  println(TcpIpSpyMessages.VerbosePacketStream_Fields_count__108, fieldsCount);
  throw new UnableToParseDataException(TcpIpSpyMessages.VerbosePacketStream_List_of_values__NOT_MANAGED_132, remainderData(in));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4e3e1900]]
printCtSetValuesCommand 
12[[#4e3e1900]]
printOrSetValuesCommand 
21[[#4e3e1840]]
classTypeId 
22[[#4e3e1840]]
objectId 
31[[#4e3e17c0]]
readReferenceTypeID 
32[[#4e3e17c0]]
readObjectID 
41[[#4e3e1760]]
printlnReferenceTypeId 
42[[#4e3e1760]]
println 
51[[#4e3e1700]]
VerbosePacketStream_Class_type_id__128 
52[[#4e3e1700]]
VerbosePacketStream_Object_id__72