throw new AbsentInformationException(
JDIMessages.MethodImpl_No_line_number_information_available_2);
}
defaultReplyErrorHandler(replyPacket.errorCode());
DataInputStream replyData = replyPacket.dataInStream();
fLowestValidCodeIndex = readLong("lowest index", replyData); //$NON-NLS-1$
fHighestValidCodeIndex = readLong("highest index", replyData); //$NON-NLS-1$
int nrOfElements = readInt("elements", replyData); //$NON-NLS-1$
fCodeIndexToLine = new HashMap<Long, Integer>();
fLineToCodeIndexes = new HashMap<Integer, List<Long>>();