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.Object
Deprecated.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 T
get()
Deprecated.protected java.util.Map<AnalysisLocal<T>,T>
getMap()
Deprecated.protected T
initialValue()
Deprecated.void
remove()
Deprecated.void
set(T value)
Deprecated.
-