Details
-
Bug
-
Resolution: Fixed
-
Minor
-
5.0.6
-
None
-
None
-
Informal
Description
In Confluence the parameter list of a search query is checked for null values. In case the collection does not allow null values, as is the case for a TreeSet, this test will run into a NPE.
According to the API, we need to provide a Comparator implementation that allows null values even if we do not add null values.