Name: rm29839 Date: 05/12/98
The description for Element.getElementIndex(int)
does not specify:
- whether the offset parameter will always have
a valid value
- what getElementIndex is supposed to do if the
offset parameter is negative, or is not in the
range of offsets covered by the element
(e.g., is getElementIndex supposed to throw
an exception, or to return a special index
value)?
(Review ID: 28570)
======================================================================