Lucene: new BooleanBuilder(new BooleanBuilder()) throws a NPE

Bug #728458 reported by Vesa Marttila
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Querydsl
Fix Released
Medium
Vesa Marttila

Bug Description

The exception is the following:

java.lang.NullPointerException
        at com.mysema.query.lucene.LuceneSerializer.toQuery(LuceneSerializer.java:522)

I am guessing this is due to expr not being checked for null.

Vesa Marttila (ponzao)
Changed in querydsl:
assignee: nobody → Vesa Marttila (ponzao)
importance: Undecided → Medium
Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

Fixed in SVN trunk.

new BooleanBuilder(new BooleanBuilder()) throws now a QueryException

Changed in querydsl:
status: New → Fix Committed
Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

Released in 2.2.0-beta1

Changed in querydsl:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.