Code Inspection: Method can be static
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.
Last modified: 08 May 2020