https://issues.apache.org/bugzilla/show_bug.cgi?id=51546
Bug #: 51546 Summary: Usage of equals instead of == Product: Tomcat 7 Version: trunk Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: felix.schumac...@internetallee.de Classification: Unclassified Created attachment 27310 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27310 replace ==/!= with equals in case of string compare Findbugs found two places where ==/!= is used instead of equals for comparing strings. -- 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