DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34819>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=34819 ------- Additional Comments From [EMAIL PROTECTED] 2005-06-13 12:09 ------- I finally decided to install kaffe 1.1.5 myself and look into this. The fact that for Kaffe/Classpath/Aelfred, Element e = doc.createElement("tagname"); String localName = e.getLocalName() returns a non-null value *is* a violation of the standard. The javadoc for Document.createElement is quite clear that when a node is created with just a "qname", then getLocalName is expected to return null. I have raised this as bug#13387 in savannah classpath bugtracker. I've also been getting some very weird problems with one of the unit tests hanging in the DigesterLoaderTest when using kaffe. Adding a System.out.println or commenting out one of the tests (doesn't matter which one!) stops the hang. This is truly weird, and basically undebuggable as Kaffe doesn't support remote debugging AFAIK and adding print/logging statements into the code makes the problem go away! And of course this is just a problem with the unit tests; the code probably works fine. So I'm planning to leave things as they are at the moment, and revisit this when the next Kaffe release is made. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
