

FilmDetail shows detailed description, director, etc., image(s), show timesPlatform interface for Blackberry (obsolete), Android, Java SEJavaSEPlatform implementation of Platform interface

workspace directory, make a directory lab07 for the report.cs175 directory, run git clone https://github.com/cayhorstmann/cinequest.git. Be sure it's outside. You do not want to include the entire project in your personal Git account.FilmsParser (note the s in Films) as an Eclipse (not Android) unit test. What happens?ProgramItem class. Where did you find it?Vector to collect the films. (Most program items have one film, but something like “Collected Shorts” has several.) Nowadays, one would use an ArrayList<Film>, but on the Blackberry there was no ArrayList. We no longer care about that, so let's make the change. Change Vector to ArrayList<Film> and fix any errors in the ProgramItem class that resulted. ProgramItem class. To find out who called the getFilms method (which you changed to return an ArrayList<Film>), right-click and select References → Workspace. Who called it?ProgramItemParserTest?getFilms method. How can you test it?git format-patch -1 --stdout. What happens?
lab07 subdirectory, and submit.