homberghp opened a new issue, #7167: URL: https://github.com/apache/netbeans/issues/7167
### Description When I want to override toString in a class, Netbeans supports that with a suggestion to override toString, with all the trimmings like the annotation, the method signature and visibility. The is nice. For record that does not happen. ### Use case/motivation I would like to get the suggestion to also override toString, equals, and hashCode for those cases where the default for record does not cut it. ### Related issues No ### Are you willing to submit a pull request? No -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
