Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The permission ReflectPermission with action suppressAccessChecks should also not be granted so that the security manager blocks attempts to access private fields of other classes. (See SEC32-J. Do not grant ReflectPermission with action target suppressAccessChecks)

Noncompliant Code Example

...