Contents
-
Terminally Deprecated Elements
This method is deprecated and will be removed in or after October 2026. Use try-with resources when creating the stream instead.
-
Deprecated Classes
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.
This signature parser does not support generics, use GenericSignatureParser instead.
AnnotationDatabases are being phased out, since annotations are
now stored directly in the XClass/XMethod/XField objects.
Resolving nullness annotations will be handled through the
JSR-305 type qualifier code.
The annotation based approach is useless for lambdas. Write expectations using edu.umd.cs.findbugs.test.matcher.BugInstanceMatcher matchers in test source directory
AnnotationDatabases are being phased out, since annotations are
now stored directly in the XClass/XMethod/XField objects.
Resolving nullness annotations will be handled through the
JSR-305 type qualifier code.
AnnotationDatabases are being phased out, since annotations are
now stored directly in the XClass/XMethod/XField objects.
Resolving nullness annotations will be handled through the
JSR-305 type qualifier code.
-
Deprecated Annotation Types
The annotation based approach is useless for lambdas. Write expectations using edu.umd.cs.findbugs.test.matcher.BugInstanceMatcher matchers in test source directory
The annotation based approach is useless for lambdas. Write expectations using edu.umd.cs.findbugs.test.matcher.BugInstanceMatcher matchers in test source directory
The annotation based approach is useless for lambdas. Write expectations using edu.umd.cs.findbugs.test.matcher.BugInstanceMatcher matchers in test source directory
The annotation based approach is useless for lambdas. Write expectations using edu.umd.cs.findbugs.test.matcher.BugInstanceMatcher matchers in test source directory
- use CheckForNull instead; the name of which more clearly
indicates that not only could the value be null, but that good
coding practice requires that the value be checked for null.
-
Deprecated Methods
This method is not necessary to realize multi-thread model in SpotBugs 4.0. See
AnalysisLocal for detail.
This attribute is not used actively, and could be removed in future release
This method is deprecated and will be removed in or after October 2026. Use try-with resources when creating the stream instead.
Use try-with-resources instead.
-
Deprecated Enum Constants