GitHub user isapir opened a pull request: https://github.com/apache/tomcat/pull/77
Removed findbugs bad practice warnings by making classes final CN org.apache.catalina.tribes.io.ChannelData.clone() does not call super.clone() CN org.apache.catalina.tribes.membership.Membership.clone() does not call super.clone() CN org.apache.catalina.tribes.tipis.AbstractReplicatedMap$MapMessage.clone() does not call super.clone() CN org.apache.catalina.util.URLEncoder.clone() does not call super.clone() You can merge this pull request into a Git repository by running: $ git pull https://github.com/isapir/tomcat update-04 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tomcat/pull/77.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #77 ---- commit 99c1744f8040943cd48a3a5d81f69af477f1c651 Author: Igal Sapir <d...@21solutions.net> Date: 2017-10-07T17:46:15Z Removed findbugs bad practice warnings by making classes final CN org.apache.catalina.tribes.io.ChannelData.clone() does not call super.clone() CN org.apache.catalina.tribes.membership.Membership.clone() does not call super.clone() CN org.apache.catalina.tribes.tipis.AbstractReplicatedMap$MapMessage.clone() does not call super.clone() CN org.apache.catalina.util.URLEncoder.clone() does not call super.clone() ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org