Bug #110
Handing null as parameter to a query method throws NullPointerException
| Status: | Closed | Start: | 08/27/2009 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | Core DAO | Spent time: | - | |
| Target version: | 0.7 |
Description
During the binding phase when executing queries ClassUtils.isOfType(Object object, Collection<Class<?>> types) is called which throws a NullPointerException when object is null.
Associated revisions
- fixes #110 -
NullPointerExceptiononnullfor query method parameters
History
Updated by Oliver Gierke 11 months ago
- File mylyn-context.zip added
Updated by Oliver Gierke 11 months ago
- Status changed from In progress to Fixed
- % Done changed from 0 to 100
Applied in changeset r6699.
Updated by Oliver Gierke 11 months ago
- Target version set to 0.7
Updated by Oliver Gierke 11 months ago
- Status changed from Fixed to Closed