When initialize a Movie Class Object, fail to do so. An error takes place : Type mismatch: cannot convert from String[] to String from /gameshop/src/product/Movie.java Need Code Review.
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.