edu.umd.cs.findbugs.detect
Class AtomicityProblem
public
class
AtomicityProblem
extends OpcodeStackDetector
if we get from a ConcurrentHashMap and assign to a variable...
and don't do anything else
and perform a null check on it...
and then do a set on it... (or anything else inside the if that modifies it?)
then we have a bug.
Author: Michael Midgley-Biggs
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.