Hi all,

After upgrading my code to POI 3.17 it runs into an infinite loop and a subsequent stack overflow when SectionIDMap.getPIDString(ClassID) is called. This method invokes itself on the instance returned by SectionIDMap.getInstance(). My guess is that getInstance() should rather have returned the 'm' Map that is created in this method?

The put(ClassID, PropertyIDMap) method has the same problem. This bug was introduced in revision 1751165 (3.17-beta1).

Regards,

Arjohn Kampman

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to