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: dev@tomcat.apache.org
          Reporter: stewart.vi...@gmail.com
    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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to