-
Classes in java.lang with annotations of type FindBugsSuppressWarnings
| Modifier and Type |
Class |
Description |
class |
Byte |
The wrapper for the primitive type byte.
|
class |
Character |
The wrapper for the primitive type char.
|
class |
Integer |
The wrapper for the primitive type int.
|
class |
Long |
The wrapper for the primitive type long.
|
class |
Short |
The wrapper for the primitive type short.
|
Methods in java.lang with annotations of type FindBugsSuppressWarnings
| Modifier and Type |
Method |
Description |
boolean |
Boolean.equals(Object o) |
Compares this instance with the specified object and indicates if they
are equal.
|
boolean |
Byte.equals(Object object) |
Compares this object with the specified object and indicates if they are
equal.
|
boolean |
String.equalsIgnoreCase(String string) |
Compares the specified string to this string ignoring the case of the
characters and returns true if they are equal.
|
protected void |
Object.finalize() |
Invoked when the garbage collector has detected that this instance is no longer reachable.
|
-
Classes in java.net with annotations of type FindBugsSuppressWarnings
| Modifier and Type |
Class |
Description |
class |
URLClassLoader |
This class loader is responsible for loading classes and resources from a
list of URLs which can refer to either directories or JAR files.
|
-
Classes in java.sql with annotations of type FindBugsSuppressWarnings
| Modifier and Type |
Class |
Description |
class |
Date |
A class which can consume and produce dates in SQL Date format.
|
-