risdenk commented on PR #1146:
URL: https://github.com/apache/solr/pull/1146#issuecomment-1295452667

   > FWIW looks like can enforce this with 
https://errorprone.info/bugpattern/Immutable - will check on that in a bit
   
   well this check is WAY more thorough than just final fields. It expects 
Immutable to be on all the fields as well (to actually make sure classes are 
immutable this makes sense). sadly this means we have a lot more classes to try 
to annotate then.


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

Reply via email to