https://bz.apache.org/bugzilla/show_bug.cgi?id=62728
--- Comment #6 from Andreas Beeker <kiwiwi...@apache.org> --- With #56854 we've replaced most (all?) calls to get*List(). As we have now control over XmlBeans, we could do ... a) ... nothing, because it's in the full schema b) ... remove the ...List() calls on the schema generation, which probably breaks a lot of user code - so this is a no-go c) ... analyze and fix the performance problems in XmlBeans, but that wouldn't include the inner classes d) ... do some reflection magic in the ooxml-lite generation and call all the *List() methods, which makes the ooxml-lite purpose futile e) ... create test cases for selected *List() methods - which one should we call and why not the others? so choosing a) or c) doesn't lead to code changes in POI, therefore WONTFIX is correct. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org