Access Modifier Eclipse Plug-in 1.2.6 review
DownloadAccess Modifier Eclipse Plug-in allows the user to change the visibility (public, protected, default, private) and other modifiers (f
|
|
Access Modifier Eclipse Plug-in 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 the workbench's Outline, Members and Package Explorer views.
The plug-in lets you modify the access modifiers of classes, interfaces, methods and fields through a popup menu. The following choices are available, each one changing the selected items' visibility:
public public
protected protected
default default
private private
In addition to changing the visibility of the marked element, you can also set or unset the final, static and synchronized modifiers:
final/not final
static/not static
synchronized/not synchronized
Requirements:
Eclipse Platform
What's New in This Release:
Works with Eclipse 3.2RC7.
Updated documentation.
Access Modifier Eclipse Plug-in 1.2.6 search tags