aboutsummaryrefslogtreecommitdiffstats
path: root/src/integrationtest
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2017-01-04 01:06:30 +0000
committerAndreas Beeker <kiwiwings@apache.org>2017-01-04 01:06:30 +0000
commit85084ee058032a1d55df42076d2d3d1f86d44b4a (patch)
tree88a461dcb9fbc8da786c6e223d978fcbac9435fc /src/integrationtest
parentc92aaab65648c1f31547b7a49a4dc0013effa60f (diff)
downloadpoi-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.java3
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();