DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27063>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27063 [PATCH] missing dispose, XMLFileModule, PropertiesFileModule ------- Additional Comments From [EMAIL PROTECTED] 2004-02-19 10:18 ------- One may regard it a philosophical issue whether or not to bother with releasing inherently ThreadSafe components like SourceResolver. Some people may regard it to be the more correct form but personally I make it a point to not bother to release ThreadSafe components for sake of brevity, and perhaps more importantly, to avoid the suggestion that such code would actually do anything useful. So I cannot speak of XMLFileModule but since I write PropertiesFileModule myself I can tell you that not releasing the SourceResolver was entirely intended.
