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=22326>. 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=22326 remove deprecated / 1.1 issues packages ant and ant.filters - ant.loader ------- Additional Comments From [EMAIL PROTECTED] 2003-08-12 07:17 ------- It seems, according to the javadoc to be a bug if parent == null, all constructors (except for 1) use the setParent method always, which always sets the parent to a non null value. This one constructor that doesn't actually claims in the javadoc that the parent is set to the classloader that loaded this class, as is done in setParent if the parent == null. So I also updated that constructor and removed all checks on parent == null from the code (except for the one in the setParent). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]