Refactoring Java programs



From public to private to absent: Refactoring Java programs under constrained accessibility

FREE-DOWNLOADF Steimann… – ECOOP 2009–Object-Oriented Programming, 2009
Abstract. Contemporary refactoring tools for JAVA aiding in the restructuring of programs have
problems with respecting access modifiers such as public and private: while some tools provide
hints that referenced elements may be- come inaccessible due to the intended .