-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
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