The companion disk for this text includes a class BuggyCollection. Run the test cases against BuggyCollection to find the bugs in it. Fix the bugs. Remember, you aren’t done until all the tests pass.
What will be an ideal response?
The Instructor’s code includes a version of BuggyCollection in which the offending lines are identified with a comment “// buggy”. Also, see the readme.txt file in that folder.
Computer Science & Information Technology
You might also like to view...
Which of the following is part of the disaster recovery plan?
A) Assign individuals to test the disaster recovery plan B) Assess the extent of damage C) Recover data from backups D) All of the above
Computer Science & Information Technology
Which of the following definitions will allow the variable total to hold floating-point values?
A) float total; B) double total; C) auto total = 0.0; D) All of the above E) A and B, but not C
Computer Science & Information Technology