Skip to content
This repository was archived by the owner on Feb 12, 2023. It is now read-only.

Unused fields, property and method detection

Choose a tag to compare

@nawforce nawforce released this 24 Nov 21:37
· 1179 commits to master since this release

Added detection from unused fields, properies and methods in Apex classes via expanding the expression analysis. There are a few cases where this might result in a false positive (see README) but its generally useful and is a significant stepping stone to being able to perform analysis over any part of a package.