rmannibucau commented on pull request #53: URL: https://github.com/apache/commons-jcs/pull/53#issuecomment-811678970
Hi, the rational to use .class.cast instead of (<type>) is it enables to use a function (so is consistent with other programming style) but also to debug it properly at need "directly" whereas with a standard cast it is hardcoder to do. So overall I think we should keep it if possible. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
