<html> | |
<body> | |
Reports any methods which may safely be made <b>static</b>. | |
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. | |
<!-- tooltip end --> | |
<p> | |
Use the checkboxes below to inspect only <b>private</b> | |
or <b>final</b> methods, which increases the | |
performance of this inspection and to ignore empty methods. | |
<p> | |
</body> | |
</html> |