Sciweavers

ECOOP
2011
Springer

An Empirical Study of Object Protocols in the Wild

12 years 4 months ago
An Empirical Study of Object Protocols in the Wild
Abstract. An active area of research in computer science is the prevention of violations of object protocols, i.e., restrictions on temporal orderings of method calls on an object. However, little is understood about object protocols in practice. This paper describes an empirical study of object protocols in some popular open-source Java programs. In our study, we have attempted to determine how often object protocols are defined, and how often they are used, while also developing a taxonomy of similar protocols. In the open-source projects in our study, comprising almost two million lines of code, approximately 7.2% of all types defined protocols, while 13% of classes were clients of types defining protocols. (For comparison, 2.5% of the types in the Java library define type parameters using Java Generics.) This suggests that protocol checking tools are widely applicable.
Nels E. Beckman, Duri Kim, Jonathan Aldrich
Added 19 Dec 2011
Updated 19 Dec 2011
Type Journal
Year 2011
Where ECOOP
Authors Nels E. Beckman, Duri Kim, Jonathan Aldrich
Comments (0)