TonyChan1514 / COMP231-001-Team7-F23

COMP231 - Software Development Project 1 (Team 7)
0 stars 0 forks source link

To fix “Null Point Exception” when clicking table “Shopping Cart” occasionally #32

Open RainyCa opened 8 months ago

RainyCa commented 8 months ago

Fix completed. It was caused by failed to handle null value case in the combo box.

TonyChan1514 commented 8 months ago

It was caused by variable initialization problem. We have to initialize some variable everytime before calling them.