Avoid Classes With Too Many Public Methods

< 1 min read

Impact Area

Manageability

Severity

Medium

Affected Element

Apex Class

Rule ID

SF-0015

Impact #

Classes with large numbers of public methods and attributes require disproportionate testing efforts.

Remediation #

Refactor your classes to reduce the number of public methods in each one of them.

Time to fix #

60 min

Updated on March 21, 2025
Table of contents
Was it helpful ?