Feedback
Method metadata name field can remain blank
- Status
- Fixed
- Fixed in
- v26.5.8
- Source discussion
- https://forum.objo.dev/d/201-objo-accept-method-with-empty-name
- Last updated
- 2026-06-01
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Objo Studio can allow a method member to reach an empty name in the method metadata panel. When that state is flushed back to source, Studio can emit malformed code such as Sub () or Function (), which then produces compiler errors instead of preventing the empty method name or restoring a default name.