You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2016/07/04 05:34:10 UTC

[Bug 59790] New: Convert FormulaType class to an enum

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

            Bug ID: 59790
           Summary: Convert FormulaType class to an enum
           Product: POI
           Version: 3.15-dev
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: SS Common
          Assignee: dev@poi.apache.org
          Reporter: onealj@apache.org

FormulaType currently uses integer constants. Classes that use these constants
are untyped, making it possible to have latent failures for invalid constants
or bloating the code with boilerplate value checking.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 59790] Convert FormulaType class to an enum

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59790

Javen O'Neal <on...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |59836

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 59790] Convert FormulaType class to an enum

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59790

Javen O'Neal <on...@apache.org> changed:

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

--- Comment #1 from Javen O'Neal <on...@apache.org> ---
Applied in r1751210.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org