https://issues.apache.org/bugzilla/show_bug.cgi?id=54496
Bug ID: 54496
Summary: ..tribes.membership.MemberImpl.toString() might be
better using .getClass().getName()
Product: Tomcat 7
Version: 7.0.35
Hardware: PC
OS: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
public String toString() {
StringBuilder buf = new
StringBuilder("org.apache.catalina.tribes.membership.MemberImpl[");
Might be better to use .getClass().getName() to cover StaticMember and any
other sub-classes that might arise.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]