Bug #973 (closed)
Opened 11 years ago
Closed 11 years ago
Poorly formed HQL can throw an InternalException
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | major | Cc: | |
| Sprint: | n.a. | ||
| Total Remaining Time: | n.a. |
Description
Improperly formed HQL queries should at worst cause an ApiUsageException and not IllegalStateException or NullPointerException
Change History (1)
comment:1 Changed 11 years ago by jmoore
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
r2378 There may be other examples of this, but we will have to catch them as they come along. HQL is notorious for throwing NPEs and similar.