Open Issues Need Help
View All on GitHub Bug: addProduct() does not handle null input about 2 hours ago
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