You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Brian Minchau (JIRA)" <xa...@xml.apache.org> on 2006/10/31 00:37:17 UTC

[jira] Resolved: (XALANJ-2236) [PATCH] clean up static calls thru instance references

     [ http://issues.apache.org/jira/browse/XALANJ-2236?page=all ]

Brian Minchau resolved XALANJ-2236.
-----------------------------------

    Fix Version/s: Latest Development Code
       Resolution: Fixed

Thank you Kevin for looking at the patch.

I also a have had a look at the patch and concur with Kevin. I have reviewed/approved
and committed the patch to the latest development code.

> [PATCH] clean up static calls thru instance references
> ------------------------------------------------------
>
>                 Key: XALANJ-2236
>                 URL: http://issues.apache.org/jira/browse/XALANJ-2236
>             Project: XalanJ2
>          Issue Type: Improvement
>    Affects Versions: Latest Development Code
>            Reporter: Dave Brosius
>            Priority: Trivial
>             Fix For: Latest Development Code
>
>         Attachments: static_ins_invocations.diff
>
>
> for code documentation purposes, it is better to call static methods thru the class rather than an instance of the class, especially in the
> myThread.yield() call, when in fact, you are calling it on the current thread, not necessarily myThread.
> patch, cleans this up.

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org