uschindler commented on PR #15682:
URL: https://github.com/apache/lucene/pull/15682#issuecomment-3872144379

   Ok, then I will merge this one as is.
   
   About the other LinkedLists. Long ago I wanted to get rid of them already 
and add LinkedList to the forbiddenapis list. But as its not trivial to replace 
thos, especially if they use the non-Queue legacy APIs (some methods were 
duplicated in LinkedList to fit the Queue interface).
   
   We already got rid of all java.util.Stack instances (which are synchronized 
and were worse as they were partners of Hashtable and Vector from Java 1.0).
   
   If you like you can open a PR to replace all others and possibly add it to 
ForbiddenApis. :-)


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