SENG3150Connections / Project

Final Project
http://203.9.224.192
0 stars 0 forks source link

[Cart] CartExperience - IndexOutOfBoundsException #17

Closed Freakout2114 closed 6 years ago

Freakout2114 commented 6 years ago

File: Cart.CartExperience.java Line: 34 Issue: If id is null, or the record does not exist, the .get(0) call results in an index out of bounds exception.

Suggested solution: Do a test on the size of the resultSet before calling .get(0)