![]() |
ChangeBackgroundDocumentListener.run() |
| Software Inspection Report Document | ||
|
Wesley Strickland Mar. 3, 2001 CSC 206 Preparation Sheet for Software Inspection ChangeBackgroundDocumentListener.run() White box- there is one loop within the run method that simulates a blinking tab by changing the color by toggling between red and the original tab background color. This loop will always execute three times. It has been already pointed out that the tab.getSelectedIndex() is returning the selected tab but it is desired that we obtain a reference to the tab that is not selected to alert the user of an event. Coding Standards- no violations. Maintainability - good. CBDLRunner.run() -Needs a postcondition -Bad design needs reworking Summary: fail |
||
| Issue# | Description | Acceptance |
| 1 | Needs a postcondition | Accept |
| 2 | Bad design needs reworking | Accept |
| Software Inspection Summary | |||||
| Technical Defects Reported | 1 | Documentation Defects Reported | 1 | Coding Standard Defects Reported | 0 |
| Total Number of Defects | 2 | Overall Summary Pass or Fail | Fail | ||