Feedback
Hide generated Inspector Behaviour helper warnings
- Status
- Fixed
- Fixed in
- v26.6.4
- Source discussion
- https://forum.objo.dev/d/378-strange-warnings
- Last updated
- 2026-06-15
Public summary
Objo Studio can show non-actionable compiler warnings for Studio-generated Inspector Behaviour helper methods. For example, a custom control with several visible inspector properties can produce a warning like Method '__ObjoStudioApplyXButtonInspectorBehaviour' has 9 parameters; consider grouping related values. The user did not write this method and cannot act on the warning, so Studio should hide warnings that originate from its generated helper code while continuing to report the same warnings for user-authored code.