homberghp opened a new pull request, #8101: URL: https://github.com/apache/netbeans/pull/8101
# Solves #7043 Effectively moved one line, that corrects the record closing brace error. The line ``` spaces(cs.spaceWithinMethodDeclParens() ? 1 : 0, true); // solves #7403 ``` has been removed in one spot and added in another. Added tests to validate correct formatting. Added record code to template text for the editor>formatting>java/spaces form. I have no clue how the change in line 950 happened, but is white space only. Editing in the source code done with netbeans 24 or ubuntu 24.04 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists