mbien opened a new pull request, #7339:
URL: https://github.com/apache/netbeans/pull/7339

   Implement basic record code generation features.
   
   
![image](https://github.com/apache/netbeans/assets/114367/ec387b76-2bdc-46ea-9aba-b358e1a9dda9)
   
    - javac generates final methods for records unless they are already in the 
code
    - code can't override them which complicates things, but it can replace 
them using the abstract method impl generator
    - made `equals`, `hashCode` and `toString` generators record aware
    - disabled getter/setter and property generator for records (record 
accessors are regular method overrrides)
   
   Although I ran some tests locally, I expect some tests to fail since I 
changed a template.
   
   fixes #7167


-- 
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

Reply via email to