Code Inspection: Method can be static
Reports a class method that can be safely made static
. A method can be static
if it does not reference any of its class' non-static methods and non-static fields and is not overridden in a subclass.
private
methods.Suppress an inspection in the editor
Position the caret at the highlighted line and press Alt+Enter or click .
Click the arrow next to the inspection you want to suppress and select the necessary suppress action.
Last modified: 11 February 2022