Nullability problems
- @NotNull field is not initialized
Reports fields annotated as not-null that are not initialized in the constructor.
- @NotNull/@Nullable problems
Reports problems related to nullability annotations.
- Return of 'null'
Reports return statements with null return values.
Last modified: 11 September 2024