Skip to content
Swmangol edited this page Oct 21, 2014 · 4 revisions

Fang Yuan

10/20/2014

I merged codes into the project, and modified the codes. In the new codes, interface class is used for bytecode which shall easy to add more bytecodes class. It generally meet the new design of the class diagram. A file chooser has implement in the program, which allow user to find and open file in windows.
However, the multiple argument part is not solve. I did not find out how to implement it without "if-else".
New codes is pushed into my working branch.

Stephen Mangol

10/20/2014

I modified the main drive (MainDriveForJVM.java) to be able handle user input that is not an integer. If the user inputs a non-integer, the system continually asks for a side until the user inputs an integer. I also developed test cases for the Triangle class using the BVA testing method. I have pushed my code to my branch of the project.

Clone this wiki locally