Bug 58671

Summary: Change MissingCellPolicy from class to enum
Product: POI Reporter: Javen O'Neal <onealj>
Component: SS CommonAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: 3.14-dev   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Bug Depends on:    
Bug Blocks: 59836    

Description Javen O'Neal 2015-11-30 04:23:24 UTC
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.
Comment 1 Javen O'Neal 2015-11-30 04:29:01 UTC
Added in r1717157. Updated docs in r1717160.