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=16225>. 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=16225 ExtendedProperties never sets isInitialized Summary: ExtendedProperties never sets isInitialized Product: Commons Version: Nightly Builds Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Collections AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] ExtendedProperties.isInitialized() is always false. The only code that sets it is in a private init() function that is never called. Some other apps (Torque) have depended on isInitialized being set to true after a load but apparently the Torque devs never realized it wasn't. I'll attach a patch to correct this. The patch removes the private, never used, init() function and sets isInitialized on either a load() or addProperty(). -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>