Code Inspection, Part 2
Objective
Practice testing, code inspection and other quality engineering practices on a realistic example.Description
We will be practicing our code inspection techniques on the bugs we seeded back on the first day of class.
- As a group, decide on the project. You may not choose a project that one of you seeded with bugs. The choices are:
GameScreen.cs
in Netris, written in C#. Project website and Bugged code.AbbreviationAsWordInNameCheck.java
in the Checkstyle Eclipse plugin, written in Java. Project website and Bugged code.OutputCreator.cs
in the Ascii Generator 2, written in C#. Project website and Bugged code.
- Conduct a code inspection, recording any bugs you find in your GoogleDoc. Your instructor will join you periodically to help guide the process.