Package edu.umd.cs.findbugs
Class AnalysisLocal<T>
- java.lang.Object
-
- edu.umd.cs.findbugs.AnalysisLocal<T>
-
@Deprecated public class AnalysisLocal<T> extends java.lang.ObjectDeprecated.This class is not necessary to realize multi-thread model in SpotBugs 4.0. Each detector instance will not run on multiple threads, then only database (or other classes shared by detectors) needs synchronization and they can use normal Java synchronization instead.
-
-
Constructor Summary
Constructors Constructor Description AnalysisLocal()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Tget()Deprecated.protected java.util.Map<AnalysisLocal<T>,T>getMap()Deprecated.protected TinitialValue()Deprecated.voidremove()Deprecated.voidset(T value)Deprecated.
-