Abstract
Software inspection is recognised as an effective defect detection technique, but research has suggested that its performance on object-oriented code may suffer as a result of the delocalised nature of the software. This leads to problems of how to segment a system into chunks, what reading strategy should be adopted to read those chunks, and how to make available necessary non-local information. This paper presents the results of an empirical investigation that compared a systematic, abstraction-driven inspection reading technique with an ad-hoc approach in an attempt to investigate these issues. The analysis shows that using the systematic technique does not significantly improve an inspector's overall defect detection performance. The systematic technique does, however, seem to have potential to help address delocalisation through the creation of abstract specifications, encourage a deeper understanding of the code being inspected, and may also help discover different defects from an ad-hoc approach. There was also positive feedback from inspectors for the rigour imposed by the systematic technique. This research suggests that a systematic, abstraction-driven reading strategy offers some potential but there are issues that need to be addressed in terms of supporting the efficient construction of abstractions and dealing with the differences between the static and dynamic views of object-oriented code.
Original language | English |
---|---|
Pages | 135-144 |
Number of pages | 9 |
Publication status | Published - 2001 |
Event | 23rd International Conference on Software Engineering - Toronto, Canada Duration: 12 May 2001 → 19 May 2001 |
Conference
Conference | 23rd International Conference on Software Engineering |
---|---|
Abbreviated title | ICSE 2001 |
Country/Territory | Canada |
City | Toronto |
Period | 12/05/01 → 19/05/01 |
Keywords
- object oriented programming
- software engineering