|
| This Article | ||
| ||
| Share | ||
| Bibliographic References | ||
| Add to: | ||
| | ||
| Search | ||
| ||
| ASCII Text | x | ||
| Alastair Dunsmore, Marc Roper, Murray Wood, "Practical Code Inspection Techniques for Object-Oriented Systems: An Experimental Comparison," IEEE Software, vol. 20, no. 4, pp. 21-29, July/August, 2003. | |||
| BibTex | x | ||
| @article{ 10.1109/MS.2003.1207450, author = {Alastair Dunsmore and Marc Roper and Murray Wood}, title = {Practical Code Inspection Techniques for Object-Oriented Systems: An Experimental Comparison}, journal ={IEEE Software}, volume = {20}, number = {4}, issn = {0740-7459}, year = {2003}, pages = {21-29}, doi = {http://doi.ieeecomputersociety.org/10.1109/MS.2003.1207450}, publisher = {IEEE Computer Society}, address = {Los Alamitos, CA, USA}, } | |||
| RefWorks Procite/RefMan/Endnote | x | ||
| TY - MGZN JO - IEEE Software TI - Practical Code Inspection Techniques for Object-Oriented Systems: An Experimental Comparison IS - 4 SN - 0740-7459 SP21 EP29 EPD - 21-29 A1 - Alastair Dunsmore, A1 - Marc Roper, A1 - Murray Wood, PY - 2003 KW - code inspection KW - object oriented KW - delocalization KW - empirical study VL - 20 JA - IEEE Software ER - | |||
Although inspection is an effective mechanism for detecting defects in procedural systems, object-oriented systems have different structural and execution models. This article describes the development and empirical investigation of three different techniques for reading object-oriented code during inspection. Research suggests that reading techniques must specifically address delocalization--the distribution of related functionality throughout an object-oriented system--and the fact that the static (compile time) and dynamic (run time) views of an object-oriented system are largely distinct. The three techniques that were developed consist of a checklist that specifically focuses on object-oriented issues, an abstraction-driven reading strategy that requires inspectors to reverse engineer specifications and a use-case driven approach that forces the inspector to consider the dynamic model. The investigation provides insights into all three techniques and, while the tailored checklist is found to be the most effective overall, the abstraction-driven strategy seems to deal better with delocalization issues. The significant message is that code inspection should explicitly address the characteristic features of object-orientation.

