1 Open Issue Need Help Last updated: Apr 19, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The `addProduct()` method in the codebase fails to handle null input for the product parameter. This can lead to a `NullPointerException` when attempting to access the product's price, causing the application to crash. The expected behavior is for the method to gracefully handle null inputs.

Complexity: 1/5
bug good first issue