If some java methods in the ReferenceType have line number information but others do not, ReferenceType.locationsOfLine may throw an AbsentInformationException even if the given line number is valid. A class that demonstrates this is attached. For example, an attempt to call locationsOfLine on line 31 will throw an AbsentInformationException.