str4danya opened a new pull request, #682: URL: https://github.com/apache/poi/pull/682
CellUtil class constants have been replaced by Enum. Added CellUtilProperty enum, changed all references from CellUtil constants to CellUtilProperty enums. Reason: comment “FIXME: Move these constants to enum” in CellUtil. Tests that failed for me personally: **_1) poi-ooxml_** ``` Test [80] Days360, 343, 344 FAILED java.lang.NullPointerException at org.apache.poi.xssf.usermodel.TestFormulaEvaluatorOnXSSF.processFunctionRow(TestFormulaEvaluatorOnXSSF.java:188) ``` **_2) poi_** ``` Test [82] Days360, 351, 352 FAILED java.lang.NullPointerException at org.apache.poi.poi.ss.formula.eval.TestFormulasFromSpreadsheet.processFunctionRow(TestFormulasFromSpreadsheet.java:174) ``` Which is very strange, please check. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org