Code Inspection: Method can be made '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.
Use the first checkbox below to inspect only 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: 13 May 2022