neilcsmith-net commented on issue #4199:
URL: https://github.com/apache/netbeans/issues/4199#issuecomment-2147907083

   > Use of hashCode() would be another source of non-deterministic behavior, 
due to occasional hash collisions. (I know you're trying to avoid holding on to 
a reference to the actual list...)
   
   I'm aware of that, but I'd take a theoretical 1 in 4294967296 chance of 
failure over 1 in 1! :wink:
   
   Holding on to the list, and even the delegate reference, might be the right 
way to handle this.  I got a bit lost trying to work out what having both 
`everything` and `data` is intended to achieve here. @sdedic ?
   
   I may at least roll the above as a draft PR and check all the relevant tests 
pass ...


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