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

            Bug ID: 59791
           Summary: Convert Cell Type to an enum
           Product: POI
           Version: 3.15-dev
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: SS Common
          Assignee: [email protected]
          Reporter: [email protected]

Methods that require a cell type use Cell's CELL_TYPE_* 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.

Cell types should be stored in an enum for type safety and make method
signatures more meaningful.

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