Feedback
Improve method complexity warning locations for event handlers
- Status
- Fixed
- Fixed in
- v26.6.4
- Source discussion
- https://forum.objo.dev/d/354-warning-not-usual
- Last updated
- 2026-06-15
Public summary
Method complexity warnings can point at a hidden control event handler declaration, for example Window1 ListBox1.Opening declaration, without giving users a useful visible line or explanation of why the warning fired. The analyser should provide clearer scoring details and Studio should open/select a helpful source location for these aggregate warnings.