Description
When creating a group in the console, click on "Dynamic User Assignment". and "+". If you don't enter any values but instead keep on hitting "next" you get an NPE when trying to create the group:
java.lang.NullPointerException: null
at org.apache.syncope.client.console.panels.search.SearchUtils.buildFIQL(SearchUtils.java:208) ~[syncope-client-console-2.0.2.jar:2.0.2]
Instead an error message should be displayed or else maybe the empty search term could be discarded.