| AnyTypeMatcher |
A TypeMatcher that matches all types.
|
| Archive |
Utility methods for working with zip/jar archives.
|
| Bag<E> |
Simple implementation of a Bag
|
| BootstrapMethodsUtil |
Utility methods for working with bootstrap methods
|
| ClassName |
Utility methods for working with class names.
|
| ClassPathUtil |
Some utility methods for working with the Java class path.
|
| CollectionAnalysis |
Utility class for analyzing collections.
|
| ContainsCamelCaseWordStringMatcher |
A StringMatcher that checks to see if a candidate string (assumed to be a
camel-case word), when broken into components, contains a given word.
|
| DualKeyHashMap<K1,K2,V> |
|
| EditDistance |
|
| ExactStringMatcher |
Exact String-matching predicate.
|
| FractionalMultiset<K> |
|
| FractionalMultiset.DecreasingOrderEntryComparator<E> |
|
| FractionalMultiset.IncreasingOrderEntryComparator<E> |
|
| FutureValue<V> |
|
| HTML |
|
| HTML.HTMLtoPlainTextWriter2 |
|
| JavaWebStart |
|
| LaunchBrowser |
|
| MapCache<K,V> |
Provide a HashMap that can only grow to a specified maximum capacity, with
entries discarded using a LRU policy to keep the size of the HashMap within
that bound.
|
| MergeMap<K,V> |
|
| MergeMap.MaxMap<K,V extends java.lang.Comparable<? super V>> |
|
| MergeMap.MinMap<K,V extends java.lang.Comparable<? super V>> |
|
| MethodAnalysis |
Utility class for method analysis.
|
| MultiMap<K,V> |
|
| Multiset<K> |
|
| Multiset.EntryComparator<E> |
|
| MultiThreadedCodeIdentifierUtils |
Utility class with methods to identify multithreaded code
|
| MutableClasses |
|
| MutableClasses.ClassAnalysis |
Analytic information about a JavaClass relevant to determining its mutability properties.
|
| NestedAccessUtil |
Provides checks to support JEP 181, improved nested member access.
|
| NullIterator<E> |
An Iterator that returns no elements.
|
| ProfilingMapCache<K,V> |
|
| RegexStringMatcher |
StringMatcher that matches based on a regular expression.
|
| SecurityManagerHandler |
Since Java 17, the security manager is deprecated for removal and invoking related methods
causes a warning to be printed to the console.
|
| SplitCamelCaseIdentifier |
Split a camel case identifier into individual words.
|
| Strings |
A class for static String utility methods.
|
| SubtypeTypeMatcher |
Type matcher that determines if a candidate Type is a subtype of a given
Type.
|
| TestDesktopIntegration |
|
| TopologicalSort |
|
| TopologicalSort.OutEdgesCache<E> |
|
| TopologicalSort.Worker<E> |
|
| TopologicalSort.Worker2<E> |
|
| TripleKeyHashMap<K1,K2,K3,V> |
|
| Util |
|
| Util.ShutdownLogging |
|
| Values |
a class holding common constants used throughout FindBugs
|
| WriteOnceProperties |
|