Issue Details (XML | Word | Printable)

Key: XALANJ-2236
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Unassigned
Reporter: Dave Brosius
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
XalanJ2

[PATCH] clean up static calls thru instance references

Created: 19/Nov/05 11:45 AM   Updated: 09/Jan/08 03:44 AM
Return to search "STDCXX gcc issues"
Component/s: None
Affects Version/s: 2.7
Fix Version/s: 2.7.1

Time Tracking:
Not Specified

File Attachments:
  Size
File Licensed for inclusion in ASF works static_ins_invocations.diff 2005-11-19 11:46 AM Dave Brosius 10 kB

Xalan info: PatchAvailable
Fix priority: fp5
Reviewer: Kevin Cormier
Resolution Date: 30/Oct/06 11:35 PM


 Description  « Hide
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.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order