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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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...