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=22262>. 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=22262 block commented "this never happens" happens, a lot ------- Additional Comments From [EMAIL PROTECTED] 2003-08-11 13:55 ------- Noticed another bug in here which makes me wonder how this ever worked: if (cache.containsKey(className)) { methods = (Collection) cache.get(clazz); Note that the argument to containsKey() is different from the argument to get(). so, the cache is maintained, but never used.
