When initializing testProduct.java The Date constructor used for testing is deprecated. The program still works, but try to find one not deprecated. It will be better for future development. Warning Message: The constructor Date(String) is deprecated /gameshop/src/testProduct/testProduct.java
The Date class is now changed to SimpleDateFormat. By using SimpleDateFormat, it can simply parse the date string in the format we want, and used for further purpose. The Class and Test Unit are updated.