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
Compliant and Reliable File Transfers Backed by Top Security Certifications
Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
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...