Abstract
Software inspection is now widely accepted as an effective technique for defect detection. This acceptance is largely based on studies using procedural program code. This paper presents empirical evidence that raises significant questions about the application of inspection to object-oriented code. A detailed analysis of the 'hard to find' defects during an inspection experiment shows that many of them can be characterised as 'delocalised' - the information needed to recognise the defect is distributed throughout the software. The paper shows that key features of object-oriented technology are likely to exaggerate delocalisation. As a result, it is argued that new methods of inspection for object-oriented code are required. These must address: partitioning code for inspection ('what to read'), reading strategies ('how to read'), and support for understanding what isn't read - 'localising the delocalisation'.
Original language | English |
---|---|
Pages | 467-476 |
Number of pages | 9 |
DOIs | |
Publication status | Published - 2000 |
Event | 22nd International Conference on Software Engineering - Limerick, Ireland Duration: 4 Jun 2000 → 11 Jun 2000 |
Conference
Conference | 22nd International Conference on Software Engineering |
---|---|
Abbreviated title | ICSE 2000 |
Country/Territory | Ireland |
City | Limerick |
Period | 4/06/00 → 11/06/00 |
Keywords
- object oriented programming
- delocalisation