CloneSet1111


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5520.988class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
152409
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
252416
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
352423
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
452430
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
552437
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java
Clone Instance
1
Line Count
5
Source Line
2409
Source File
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());
        }


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

        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());
        }


Clone Instance
3
Line Count
5
Source Line
2423
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java

        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());
        }


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

        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());
        }


Clone Instance
5
Line Count
5
Source Line
2437
Source File
plugins/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/spy/VerbosePacketStream.java

        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());
        }


Clone AbstractionParameter Count: 2Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b0b808a0]]
readObjectID 
12[[#b0b808a0]]
readReferenceTypeID 
13[[#b0b808a0]]
readFieldID 
14[[#b0b808a0]]
readMethodID 
15[[#b0b808a0]]
readFrameID 
21[[#b0b80800]]
getObjectIDSize 
22[[#b0b80800]]
getReferenceTypeIDSize 
23[[#b0b80800]]
getFieldIDSize 
24[[#b0b80800]]
getMethodIDSize 
25[[#b0b80800]]
getFrameIDSize