Feedback
IDE can save invalid source when a member name metadata field is emptied
- Status
- Fixed
- Fixed in
- v26.5.7
- Source discussion
- https://forum.objo.dev/d/161-strange-bug
- Last updated
- 2026-05-29
Public summary
Objo Studio allows a member metadata name field to be emptied, which writes an invalid member declaration into the project. For example, adding a property and deleting its name in the Property metadata panel saves Public Property As Boolean, after which the project fails to compile with Expected property name. The IDE should prevent empty member names or restore the previous valid name before writing source.