Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 5 | 0.973 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1732 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
2 | 6 | 1896 | 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)); } |
| ||||
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)); } |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4e3e1900]] | printCtSetValuesCommand |
1 | 2 | [[#4e3e1900]] | printOrSetValuesCommand |
2 | 1 | [[#4e3e1840]] | classTypeId |
2 | 2 | [[#4e3e1840]] | objectId |
3 | 1 | [[#4e3e17c0]] | readReferenceTypeID |
3 | 2 | [[#4e3e17c0]] | readObjectID |
4 | 1 | [[#4e3e1760]] | printlnReferenceTypeId |
4 | 2 | [[#4e3e1760]] | println |
5 | 1 | [[#4e3e1700]] | VerbosePacketStream_Class_type_id__128 |
5 | 2 | [[#4e3e1700]] | VerbosePacketStream_Object_id__72 |