Posts

Showing posts from March, 2025

2.3.4.9 release notes

2.3.4.9 Issue 986  - Added classifications for Apex usages including: Declaration types Method return types Type parameters Type and method inheritance relationships Instance and array constructions via the  new  operator Explicit constructor invocations via  super()  and  this() Method invocations Field/property/local variable reads Field/property/local variable writes Class nested type accesses Class static member accesses Runtime type checks via the  instanceof  operator Type casts Query usages by clause type DML usages — both static and dynamic — by operation type Visualforce/Aura/LWC-based usages XML-based usages Let me know if you still see usages reported as  Unclassified  for which there should be clear classification, or if you see things classified incorrectly. Also, the  Show Read Access  and  Show Write Access  toggles in the various usage views should now filter the results accordingly. Issue 2699  -...