This repository was archived by the owner on Feb 12, 2023. It is now read-only.
Unused fields, property and method detection
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.