negora commented on issue #4402:
URL: https://github.com/apache/netbeans/issues/4402#issuecomment-1191962906

   > i can probably fix this for final fields. Non-final would be harder to fix.
   
   Good point. In my opinion, fixing it for final fields would be enough, 
because it would cover most common situations.
   
   For non-final fields, I think it might be even impossible to achieve in some 
situations. Because the detection would depend on the order in which the 
re-assignations occurred. And if the latter were initiated by non-private 
methods of the current class, then the order would be undefined from the point 
of view of the class, Right?
   
   Anyway, thank you a lot for fixing it.
   


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