NPE in TypeHandlerFactory.getTypeHandler() when type is null
------------------------------------------------------------
Key: IBATIS-522
URL: https://issues.apache.org/jira/browse/IBATIS-522
Project: iBatis for Java
Issue Type: Bug
Components: SQL Maps
Affects Versions: 2.3.2
Reporter: Tom Duffey
Priority: Blocker
See line 143 of com.ibatis.sqlmap.engine.type.TypeHandlerFactory.
Enum.class.isAssignableFrom(type) throws NPE if type is null. This is bad.
Simple patch follows.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.