https://issues.apache.org/bugzilla/show_bug.cgi?id=51960
Bug #: 51960 Summary: Fix suspicious boolean operator usage in org.apache.catalina.tribes.membership.McastServiceImpl Product: Tomcat 7 Version: trunk Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Cluster AssignedTo: dev@tomcat.apache.org ReportedBy: fgalie...@gmail.com Classification: Unclassified Created attachment 27695 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27695 Fix suspicious logic operator usage Found by FindBugs. startService() and stopService() both return boolean, so it is likely that the '&' is a typo and '&&' was meant. Patch attached. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org