-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b48
-
generic
-
generic
There is a FileHandler() constructor that uses values from
LogManager. If a user defines an empty pattern in logging.properties file,
LogManager reads it, then FileHandler() throws unspecified
NullPointerException (all other FileHandler constructors throw
IllegalArgumentException in this case). So, the implementation and
specification of FileHandler() must also be updated.
Current behavior is a Null PointerException
Name: agR10195 Date: 12/07/2003
Alexey Gibadullin, ###@###.###
The bug affects the following test:
nsk/logging/FileHandler/FileHandler/flhndlr016
======================================================================
LogManager. If a user defines an empty pattern in logging.properties file,
LogManager reads it, then FileHandler() throws unspecified
NullPointerException (all other FileHandler constructors throw
IllegalArgumentException in this case). So, the implementation and
specification of FileHandler() must also be updated.
Current behavior is a Null PointerException
Name: agR10195 Date: 12/07/2003
Alexey Gibadullin, ###@###.###
The bug affects the following test:
nsk/logging/FileHandler/FileHandler/flhndlr016
======================================================================