Unused methods

 home edit

unused_methods

Pragma: ##CALLED
Pseudo comment: EC CALLED

Description

Checks for unused methods

Extended Information

Checks private and protected methods.

Unused methods are not reported if the object contains parser or syntax errors.

Skips:
* methods FOR TESTING
* methods SETUP + TEARDOWN + CLASS_SETUP + CLASS_TEARDOWN in testclasses
* class_constructor + constructor methods
* event handlers
* methods that are redefined
* INCLUDEs

Default Configuration

Hover to see descriptions, Ctrl+Space for suggestions