Github user isapir commented on the issue:
https://github.com/apache/tomcat/pull/77
I actually started with using super.clone() but upon further research opted
for marking the classes as `final`. All the "best practices" advocates say to
avoid using the faulty clone() method as described in Joshua Bloch's book
_Effective Java_, and also described in articles online like
http://www.artima.com/intv/bloch13.html
I will refactor these to use `super.clone()`.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]