The AccessModifer Plug-in for Eclipse allows the user to change the visibility (public, protected, default, private) and other modifiers (final, static, synchronized) of Java classes, interfaces, methods and fields in several of the workbench's views.
Categories
Software DevelopmentLicense
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow Access Modifier Eclipse Plug-in
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
One of the best code quality plugins I know. Bad interfaces result from exposing too much, but how do you quickly fix up the permissions? This plugin is the answer. It also helps enormously with refactor, by letting you move methods to static and then attach them to a new target. I only have two gripes with it: It does not (currently) work with eclipse 3.7 and it does not allow any changes to method parameters and fields. The later would make this incredible tool absolutely awesome...