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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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...