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

            Bug ID: 58671
           Summary: Change MissingCellPolicy from class to enum
           Product: POI
           Version: 3.14-dev
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: SS Common
          Assignee: [email protected]
          Reporter: [email protected]

MissingCellPolicy currently uses a class and uses identity (compares pointers)
to compare two policies.

This would be better served by an enum, which has the same capabilities, in
addition to being able to be used in switch statements in Java 1.6.

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