Over-exposed classes in Java:An empirical study
Author
Abstract
Java access modifiers regulate interactions among software components. In particular, class modifiers specify which classes from a component are publicly exposed and therefore belong to the component public interface. Restricting the accessibility as specified by a programmer is key to ensure a proper software modularity. It has been said that failing to do so is likely to produce maintenance problems, poor system quality, and architecture decay. However, how developers uses class access modifiers or how inadequate access modifiers affect software systems has not been investigated yet in the literature.
In this work, we empirically analyze the use of class access modifiers across a collection of 15 Java libraries and 15 applications, totaling over 3.6M lines of code. We have found that an average of 25% of classes are over-exposed, i.e., classes defined with an accessibility that is broader than necessary. A number of code patterns involving overexposed classes have been formalized, characterizing programmers' habits. Furthermore, we propose an Eclipse plugin to make component public interfaces match with the programmer's intent
Indexation
Artículo de publicación ISI
Identifier
URI: https://repositorio.uchile.cl/handle/2250/146266
DOI: 10.1016/j.cl.2016.04.001
ISSN: 1477-8424
Quote Item
Computer Languages, Systems & Structures 46(2016)1–19
Collections
The following license files are associated with this item: