https://issues.apache.org/bugzilla/show_bug.cgi?id=44510
--- Comment #3 from Josh Micich <[EMAIL PROTECTED]> 2008-02-29 14:22:52 --- The problem was due to a combination of in-line field declaration/initialisations, and using the template pattern during instance initialization. It's very easy to miss the fact that the field initialisations run _after_ the super constructor, which called fillFields() on the current class first. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
