Ondra Žižka commented on Bug HHH-8012

Again, HHH doesn't allow issue editation.
Prepend this before the code:

// Packaging could be null in db (shouldn't, though)
        String packCond = ("jar".equals(packaging) ? "ma.packaging = 'jar' OR ma.packaging IS NULL" : "ma.packaging  = ?4" );

PS: I did resort to named params.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira