diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2017-01-04 01:06:30 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2017-01-04 01:06:30 +0000 |
commit | 85084ee058032a1d55df42076d2d3d1f86d44b4a (patch) | |
tree | 88a461dcb9fbc8da786c6e223d978fcbac9435fc /src/integrationtest | |
parent | c92aaab65648c1f31547b7a49a4dc0013effa60f (diff) | |
download | poi-85084ee058032a1d55df42076d2d3d1f86d44b4a.tar.gz poi-85084ee058032a1d55df42076d2d3d1f86d44b4a.zip |
SonarQube fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777252 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/integrationtest')
-rw-r--r-- | src/integrationtest/org/apache/poi/stress/HSSFFileHandler.java | 3 |
1 files changed, 3 insertions, 0 deletions
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(); |