Skip to main content
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 - While not fixed, I spent quite a bit of time trying to diagnose and characterize the issue with Flow diagrams not displaying consistently since 2024.2. It's definitely timing-related as it doesn't always happen, but when it does, it's almost always when opening a single Flow file. If you instead open multiple Flow files simultaneously, or open a single Flow file and then close and reopen the project, the preview is (almost?) always displayed. And again, this only happens since 2024.2 with the same IC version installed, so it's something that's changed since then. I'll keep trying to find a proper solution — or at least a workaround that effectively resolves the behavior — but in the meantime I wanted to provide an update and additional thoughts on manual workarounds.
- Issue 2733 - Fixed an issue where the Agentforce for Developers Dev Assistant would not properly identify namespaced SObject types by their label names.