[jboss-jira] [JBoss JIRA] Created: (JGRP-1224) JDKLogImpl category for Class is incorrect

Robert Eden (JIRA) jira-events at lists.jboss.org
Thu Jul 1 16:49:46 EDT 2010


JDKLogImpl category for Class is incorrect
------------------------------------------

                 Key: JGRP-1224
                 URL: https://jira.jboss.org/browse/JGRP-1224
             Project: JGroups
          Issue Type: Bug
    Affects Versions: 2.10
         Environment: All
            Reporter: Robert Eden
            Assignee: Bela Ban
            Priority: Minor


The JDKLogImpl class initializes the category using Class.toString, but should instead be using getName(). The toString() produces values such as "class org.jgroups.conf.ConfiguratorFactory" when we just want the class name.

Fix is. Replace this:


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list