Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 5 | 2 | 0.988 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 2409 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
2 | 5 | 2416 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
3 | 5 | 2423 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
4 | 5 | 2430 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
5 | 5 | 2437 | plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java |
| ||||
private long readObjectID(DataInputStream in) throws IOException, UnableToParseDataException { if ( !TcpipSpy.hasSizes()) { throw new UnableToParseDataException(TcpIpSpyMessages.VerbosePacketStream_Unable_to_parse_remaining_data_290, remainderData(in)); } return readID(in, TcpipSpy.getObjectIDSize()); } |
| ||||
private long readReferenceTypeID(DataInputStream in) throws IOException, UnableToParseDataException { if ( !TcpipSpy.hasSizes()) { throw new UnableToParseDataException(TcpIpSpyMessages.VerbosePacketStream_Unable_to_parse_remaining_data_290, remainderData(in)); } return readID(in, TcpipSpy.getReferenceTypeIDSize()); } |
| ||||
private long readFieldID(DataInputStream in) throws IOException, UnableToParseDataException { if ( !TcpipSpy.hasSizes()) { throw new UnableToParseDataException(TcpIpSpyMessages.VerbosePacketStream_Unable_to_parse_remaining_data_290, remainderData(in)); } return readID(in, TcpipSpy.getFieldIDSize()); } |
| ||||
private long readMethodID(DataInputStream in) throws IOException, UnableToParseDataException { if ( !TcpipSpy.hasSizes()) { throw new UnableToParseDataException(TcpIpSpyMessages.VerbosePacketStream_Unable_to_parse_remaining_data_290, remainderData(in)); } return readID(in, TcpipSpy.getMethodIDSize()); } |
| ||||
private long readFrameID(DataInputStream in) throws IOException, UnableToParseDataException { if ( !TcpipSpy.hasSizes()) { throw new UnableToParseDataException(TcpIpSpyMessages.VerbosePacketStream_Unable_to_parse_remaining_data_290, remainderData(in)); } return readID(in, TcpipSpy.getFrameIDSize()); } |
| |||
private long [[#variableb0b808a0]](DataInputStream in) throws IOException, UnableToParseDataException { if ( !TcpipSpy.hasSizes()) { throw new UnableToParseDataException(TcpIpSpyMessages.VerbosePacketStream_Unable_to_parse_remaining_data_290, remainderData(in)); } return readID(in, TcpipSpy. [[#variableb0b80800]]()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b0b808a0]] | readObjectID |
1 | 2 | [[#b0b808a0]] | readReferenceTypeID |
1 | 3 | [[#b0b808a0]] | readFieldID |
1 | 4 | [[#b0b808a0]] | readMethodID |
1 | 5 | [[#b0b808a0]] | readFrameID |
2 | 1 | [[#b0b80800]] | getObjectIDSize |
2 | 2 | [[#b0b80800]] | getReferenceTypeIDSize |
2 | 3 | [[#b0b80800]] | getFieldIDSize |
2 | 4 | [[#b0b80800]] | getMethodIDSize |
2 | 5 | [[#b0b80800]] | getFrameIDSize |