Checks for ActionScript, JavaScript and TypeScript methods which may safely be made static. A method may be static if 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 first checkbox below to inspect only private methods.