Code Inspection: Method can be made 'static'
Configure inspections: Settings | Editor | Inspections
Show intention actions: AltEnter
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.
Use the first checkbox below to inspect only private
methods.
Place the caret at the highlighted line and press AltEnter or click
.
Click the arrow next to the inspection you want to suppress and select the necessary suppress action.