Versions Compared

Key

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

...

With the @GuardedBy annotation in place, and only with this annotation in place, FindBugs reports that the field is not guarded against concurrent access in the getValue() method.

Related Vulnerabilities

The Any vulnerabilities resulting from the violation of this rule are listed on the CERT website.

...