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

Constructor Summary
AtomicityProblem(BugReporter bugReporter)

Constructor Detail

AtomicityProblem

public AtomicityProblem(BugReporter bugReporter)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.