Unused methods

 home quick fix 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.
Quick fixes only appears for private methods or projected methods where the class doesnt have any subclasses.

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