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.