https://bz.apache.org/bugzilla/show_bug.cgi?id=69464

--- Comment #1 from Emmanuel Bourg <ebo...@apache.org> ---
I've pushed a fix on GitHub:
https://github.com/ebourg/poi/commits/empty-properties/

- Empty entries are no longer handled as a null value but as an instance of the
new EmptyProperty class
- When a property is added, the first EmptyProperty from the PropertyTable is
replaced, otherwise the property is appended to the list
- When writing the property table, the list is compacted such that blocks
consisting of only empty properties are removed

There are no tests yet but, at least it doesn't break any existing tests.

-- 
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

Reply via email to