CS5500-S-2023 / team-bear

team-bear created by GitHub Classroom
0 stars 0 forks source link

Removed Solarlint Null Warnings For Listings Features #108

Closed lenad90 closed 1 year ago

lenad90 commented 1 year ago

Added manual null checks to see if there is an IllegalStateException. Removed null warnings in test.

tsanevp commented 1 year ago

Overall looks good, try to add spacing around the if-blocks you added in to make the different logic blocks easier to follow and understand. Alex briefly mentioned this in one of our meetings

good to merge once comments are resolved.