Understanding and addressing exhibitionism in Java empirical research about method accessibility

作者:Vidal Santiago A*; Bergel Alexandre; Marcos Claudia; Diaz Pace J Andres
来源:Empirical Software Engineering, 2016, 21(2): 483-516.
DOI:10.1007/s10664-015-9365-9

摘要

Information hiding is a positive consequence of properly defining component interfaces. Unfortunately, determining what should constitute a public interface remains difficult. We have analyzed over 3.6 million lines of Java open-source code and found that on the average, at least 20 % of defined methods are over-exposed, thus threatening public interfaces to unnecessary exposure. Such over-exposed methods may have their accessibility reduced to exactly reflect the method usage. We have identified three patterns in the source code to identify over-exposed methods. We also propose an Eclipse plugin to guide practitioners in identifying over-exposed methods and refactoring their applications. Our plugin has been successfully used to refactor a non-trivial application.

  • 出版日期2016-4