Re: [Jruby-devel] NPE problem

2006-02-04 Thread Charles O Nutter
Here's the patch; with it your XML test case runs to a successful completion; however, the regexp translator test case still produces one failure. I'll commit shortly. - Charlie On 2/4/06, Charles O Nutter <[EMAIL PROTECTED]> wrote: > Ah-HA > > I think I found the NPE. In the merged code, there'

Re: [Jruby-devel] NPE problem

2006-02-04 Thread Charles O Nutter
Ah-HA I think I found the NPE. In the merged code, there's a bit of polymorphic gobbledygook in the AbstractMethod family of ICallables. In this case, the AliasMethod inherits the pre/post code from AbstractMethod, and overrides call to use the pre/post of its contained method. However, when an al

Re: [Jruby-devel] NPE problem

2006-02-04 Thread Charles O Nutter
When I applied that patch, TestRegexpTranslator started spitting out a failure immediately. I'm looking into that, but here's the failure if you'd like to have a go: [junit] Testsuite: org.jruby.test.MainTestSuite [junit] Tests run: 134, Failures: 1, Errors: 0, Time elapsed: 11.346 sec