Reports any methods which may safely be made static.
A method may be static if it is not synchronized, it does not reference any of its class' non static methods
and non static fields and is not overridden in a sub class.
Use the checkboxes below to inspect only private
or final methods, which increases the
performance of this inspection and to ignore empty methods.