Hi Isomorphic,
ComboBoxItem.getFilterWithValue() has Boolean and not boolean return type. It sometimes is null for me, so !myComboBoxItem.getFilterWithValue() results in an NPE.
Of course I can guard it, but as it never should return null IMO, it would be better if you changed the framework code. Also this would save lines of code for everyone.
This is similar to the issue in e.g. this thread.
Best regards
Blama
ComboBoxItem.getFilterWithValue() has Boolean and not boolean return type. It sometimes is null for me, so !myComboBoxItem.getFilterWithValue() results in an NPE.
Of course I can guard it, but as it never should return null IMO, it would be better if you changed the framework code. Also this would save lines of code for everyone.
This is similar to the issue in e.g. this thread.
Best regards
Blama
Comment