You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by Joe Germuska <jo...@germuska.com> on 2003/05/17 14:54:43 UTC

[OJB] Issue #OJB171 - Need Null Check in ConfigurationAbstractImpl

You can view the issue detail at the following URL:
<http://scarab.werken.com/scarab/issues/id/OJB171>

Type :        Defect
Issue Id :    OJB171
Reported by: Joe Germuska
             joe@germuska.com - (joe@germuska.com)

Details:

Platform: All
Operating system: OSX
Summary: Need Null Check in ConfigurationAbstractImpl
Description: in ConfigurationAbstractImpl, in the method getClass(String key, Class defaultValue, Class[] assignables)  if the class specified by "key" is not found and "defaultValue" is null, a NPE is thrown by a log method.
Severity: Minor
Functional area: Setup