You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
if (group != null) toggleGroup = group will assign a toggleGroup if it is given as input, but if it isn't (defaults to null) - the next line if (toggleGroup.selectedToggle... will produce a NPE
The text was updated successfully, but these errors were encountered:
I'm sorry, but I can't test it unless you release it to maven, I don't have a local clone :) The fix you committed seems correct though, I'm just waiting for the artifact now.
This started happening as of 1.7.1
By looking at the code -
if (group != null) toggleGroup = group
will assign a toggleGroup if it is given as input, but if it isn't (defaults to null) - the next lineif (toggleGroup.selectedToggle...
will produce a NPEThe text was updated successfully, but these errors were encountered: