mbien commented on issue #9354: URL: https://github.com/apache/netbeans/issues/9354#issuecomment-4280622630
> The record is written to the source file as a class, losing its record semantics and converting components to fields. yes. the work there was never finished (but is probably "mostly done" by now). Some NB components see a record as class with final fields still. (which it essentially is under the hood) e.g if you open a class file with a top level record which has no sources attached, the generated code stubs will be for a final class with final fields right now. additionally to VeryPretty/CasualDiff, I have also changes in TreeFactory and TreeMaker in my stash but probably got distracted by other things before i could finalize those. there were jira issues for this. Will link them in case i find them. -- 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
