| Summary: | Type mismatch: cannot convert from String[] to String Movie.java /gameshop/src/product | ||
|---|---|---|---|
| Product: | online shop management system | Reporter: | Samuel Yuen <samueyuen2-c> |
| Component: | Products | Assignee: | Samuel Yuen <samueyuen2-c> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | 1.0.0 | ||
| Hardware: | PC | ||
| OS: | Windows | ||
|
Description
Samuel Yuen
2020-11-01 18:33:01 HKT
Trying to solve it. It happens because the method should have return an array of actors instead of one single actor. The Class structure is modified and the method is changed. The code is fixed now. Steps to reproduce: 1. Run the test cases 2. Errors pop up Test cases are expected to be run successfully. |