[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3792) Invocation of toString on args in org.jboss.seam.util.DelegatingInvocationHandler.invoke

Francisco Jose Peredo Noguez (JIRA) jira-events at lists.jboss.org
Thu Dec 4 20:34:36 EST 2008


Invocation of toString on args in org.jboss.seam.util.DelegatingInvocationHandler.invoke
----------------------------------------------------------------------------------------

                 Key: JBSEAM-3792
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3792
             Project: Seam
          Issue Type: Bug
            Reporter: Francisco Jose Peredo Noguez


nvocation of toString on args in org.jboss.seam.util.DelegatingInvocationHandler.invoke(Object, Method, Object[]):

if (log.isTraceEnabled())
      {
         log.trace("Delegating method " + method.getName() + " with args " + args);
      }

args will not be logged as something nice to read.

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

        



More information about the seam-issues mailing list