Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.5
Description
There is a small issue inside MongoFilterUtil handling of FilterList
When creating a factory (subclass of FilterFactory) it won't call #setFilterUtil method.
So that, when caller provide a FilterList which will then call back MongoFilterUtil for each sub-filter in list it will crash with a NullPointerException.