Versions Compared

Key

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

Concurrency based related vulnerabilities can result manifest themselves when assumptions are made about the multithreaded behavior of derived classes. An overridden synchronized method's contract may be violated if a subclass defines an implementation that is not thread safe.

...