Bug 59790

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

Description Javen O'Neal 2016-07-04 05:34:10 UTC
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.
Comment 1 Javen O'Neal 2016-07-04 05:43:53 UTC
Applied in r1751210.