-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 9
-
Component/s: core-libs
-
b123
-
generic
-
generic
jjs shows too many options for "class" tab-completion. This is because it shows "hidden classes/packages" (security) and package-private classes. It would be nice if it shows only classes, packages available under security manager + public classes alone [as mostly scripting is done on public classes - and dynalink does not even allow calling members of non-public classes].