-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 5.0
-
Component/s: core-libs
-
b26
-
generic
-
generic
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
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