Inspectopedia Help

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.

Return value is outside of declared range  

Reports numeric values returned from methods that don't conform to the declared method return range.

Last modified: 18 June 2024