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
Revert "WidgetModel: deprecate getChoices & move to iface"
This reverts commit 8794f7a.
This change broke scijava-ui-swing, because item.getChoices() can
return null. However, even when guarding against null, there is
another problem: the current implementation in DefaultWidgetModel
leans on the ObjectService, which is not accessible at the
WidgetModel interface level. So for now, let's just revert this
change. All seems to work fine without meddling here.
0 commit comments