Skip to content

Fix NullPointerException in `remove_grouping`

remove_grouping was giving a NullPointerException when no grouping version was given since the code assumed this parameter is always set. Therefore, I propose to make the -v parameter for the grouping version required.

Merge request reports