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=14488>. 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=14488 toString() on Perl5Util throws null pointer exception Summary: toString() on Perl5Util throws null pointer exception Product: ORO Version: 2.0.6 Platform: All OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Main AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The practice of having toString()in the ORO classes return the results of the last match or else throw null pointer exception is very detrimental to using the class in interpreted environments such as beanshell and probably jython. These environments call toString() as a matter of course after assigning a constructed object to a variable. It would be very helpful if the toString() method would return Object.toString() rather than throw a null pointer exception in the event that it is called before any match on the object. -- To unsubscribe, e-mail: <mailto:oro-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:oro-dev-help@;jakarta.apache.org>
