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
This class is intended to simplify operation b/c it refuses to add nulls, but it seems like the 'weight' of this class (160 lines) is not worth it. Better to just catch the places we might add nulls and be done with it.
The text was updated successfully, but these errors were encountered:
Unfortunately it looks like this class bubbles up to a lot of areas. It would be some work to take out. Given that it is so central, maybe it could be simplified a bit. If the Unmodifiable wrapper could be simplified or taken out, it would help a lot. Possibly we don't really care if the problem lists are modifiable, since they are not production classes since any Problem will cause a RuntimeException.
This class is intended to simplify operation b/c it refuses to add nulls, but it seems like the 'weight' of this class (160 lines) is not worth it. Better to just catch the places we might add nulls and be done with it.
The text was updated successfully, but these errors were encountered: