Reports all fields, methods, or classes found in the specified inspection scope that may have the final modifier added to their declarations.

Final classes can't be extended, final methods can't be overridden, and final fields can't be reassigned.

Use the Report classes and Report methods options to define which declarations are to be reported.