...
This noncompliant example shows an overridden getPermissions()
method, defined in a custom class loader. It grants java.security.AllPermission
to any class that it loads. This example also violates SEC10SEC11-J. Call the superclass's getPermissions method when writing a custom class loader.
...