2.3.2.7 release notes
2.3.2.7 Issue 2587 - Added Redundant suppression code inspection support for Apex annotation- and comment-based inspection suppressions. Suppressions found for scopes that never raise the suppressed inspections are now flagged as warnings with quick fixes to remove the the associated inspection IDs. When no further inspection IDs are suppressed, remove the containing annotation or comment. Note that this does not currently support annotation-based suppressions of PMD-based rule violations due to limitations in both the IDE's Redundant suppression code inspection (issue raised here ) and PMD itself (issue raised here ). Details are available in the pinned comment of the linked issue for those who might be curious. Issue 2608 - Implemented a few additional optimizations for transitive dependencies and dependents calculations, but this is not a true fix for the performance problems described in the linked issue. In rea...