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

Javen O'Neal <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Javen O'Neal <[email protected]> ---
It seems like there are more entry points to XSSFDataValidation than necessary,
and each of the entry points end up initializing the member variables in subtly
different ways (leading left quote gets stripped, both quotes get stripped,
neither quote gets stripped; whitespace is removed or not removed from the
formula, etc).

Additionally, even if the storage format overloads formula1, it doesn't mean we
need to overload it.

Since you have experience with this class, could you provide a recommendation
on what constructors or methods should be deprecated to make this class both
easier to maintain and fool-proof for users to use? Save that for a future bug,
I guess.

Applied via r1749265.

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

Reply via email to