JDK-4928724 : Change declarations to document IndexOutofBoundsException in the LdapName class
  • Type: Bug
  • Component: core-libs
  • Sub-Component: javax.naming
  • Affected Version: 5.0
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2003-09-26
  • Updated: 2017-05-16
  • Resolved: 2003-10-24
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 b26Fixed
Description
The methods in LdapName class are declared to be throwing 
	ArrayIndexOutOfBoundsException.

Change the declaration/s to throw more generic exception:
	IndexOutofBoundsException
as the implementations are very likely to use collections
which throw this generic exception

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger tiger-beta FIXED IN: tiger-beta INTEGRATED IN: tiger-b26 tiger-beta
02-09-2004

EVALUATION Provide fix as said in the description. ###@###.### 2003-09-26
26-09-2003