Versions Compared

Key

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

...

This noncompliant code example instantiates a Hashtable and defines a removeremoveEntry() method to allow the removal of its entries. However, the method is public and non-final, which leaves it susceptible to malicious callers.

...