Feedback
Valid APIs no longer show parameter-count warnings
- 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/2
- Last updated
- 2026-07-25
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Objo no longer reports a style advisory merely because a method, constructor, or event handler has more than five parameters. Parameter count alone does not establish that an API is poorly designed, and the warning can create noise for legitimate APIs using optional parameters. Genuine compiler arity errors remain unchanged.