Feedback
Method parameter defaults containing commas are now preserved
- Status
- Fixed
- Fixed in
- v26.7.5
- Source discussion
- https://forum.objo.dev/d/654-formatting-paremeters-textbox-of-a-method-can-corrupt-the-default
- Last updated
- 2026-07-25
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Method and constructor parameter defaults containing commas can change when the member editor is left and reopened. For example, a String default of "," can become ", ", silently changing program behaviour. Studio should preserve parameter declarations exactly across editor round trips.