March 12th, 2025
What’s New for You #
Improved #
Admin Portal
We’ve improved navigation, filtering, and sorting for a smoother experience. Screens in the Account section now retain context after actions, pagination is consistent across tables, and labels are clearer for better usability.
New Rules #
Salesforce – Remove Unused Public Methods
RULE ID: SF-AVOID-UNUSED-PUBLIC-METHODS – Detects any public method in an Apex Class that is not used. Unused code increases code complexity and maintenance effort.
Salesforce – Remove Unused Apex Classes
RULE ID: SF-AVOID-UNUSED-CLASSES – Detects any Apex Class that is not used. Unused classes increases code complexity and maintenance effort.
Salesforce – Remove Unused Private Methods
RULE ID: SF-AVOID-UNUSED-PRIVATE-METHODS – Detects any private method in an Apex Class that is not used. Unused code increases code complexity and maintenance effort.
Fixed #
-
Monthly Quality Clouds Report – Logins on the last day of the month were not included in the monthly report, leading to inaccurate data. This issue has now been resolved.
-
Quality Gate Breaker & Baseline Update – Approved write-offs in the Peer Review dashboard were not correctly updating the Quality Gate Breaker and Baseline fields, causing inconsistencies in the VSC plugin. This has now been fixed.
-
False Positive in ‘Avoid Duplicate Queueable Jobs’ Rule – The rule incorrectly flagged compliant use of the System.QueueableDuplicateSignature.Builder in Salesforce. This issue has been addressed.
New Feature #
- Custom Rule Request Submission – Users can now easily access the Custom Rule Request form directly from the Ruleset screen, streamlining the process of requesting new rules without extra navigation.