From 85084ee058032a1d55df42076d2d3d1f86d44b4a Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Wed, 4 Jan 2017 01:06:30 +0000 Subject: SonarQube fixes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777252 13f79535-47bb-0310-9956-ffa450edef68 --- src/integrationtest/org/apache/poi/stress/HSSFFileHandler.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/integrationtest') diff --git a/src/integrationtest/org/apache/poi/stress/HSSFFileHandler.java b/src/integrationtest/org/apache/poi/stress/HSSFFileHandler.java index fcea580586..bef4043b04 100644 --- a/src/integrationtest/org/apache/poi/stress/HSSFFileHandler.java +++ b/src/integrationtest/org/apache/poi/stress/HSSFFileHandler.java @@ -37,6 +37,9 @@ public class HSSFFileHandler extends SpreadsheetHandler { handleWorkbook(wb); // TODO: some documents fail currently... + // Note - as of Bugzilla 48036 (svn r828244, r828247) POI is capable of evaluating + // IntesectionPtg. However it is still not capable of parsing it. + // So FormulaEvalTestData.xls now contains a few formulas that produce errors here. //HSSFFormulaEvaluator evaluator = new HSSFFormulaEvaluator(wb); //evaluator.evaluateAll(); -- cgit v1.2.3