aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tweak error message to make clear that we really need a file showing the problemNick Burch2015-08-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1697502 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc tweakNick Burch2015-08-241-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1697462 13f79535-47bb-0310-9956-ffa450edef68
* Reduce required memory in tests by not actually creating all the rows/cells ↵Dominik Stadler2015-08-242-15/+16
| | | | | | when verifying the max number of cellstyles. Hopefully this will avoid the OOMs that we see in various CI environments currently while still verifying the limits correctly. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1697326 13f79535-47bb-0310-9956-ffa450edef68
* Specify the amount of memory for OOXMLLite as different environments fail ↵Dominik Stadler2015-08-231-0/+1
| | | | | | sometimes currently and it should make the build more reproducible if we state how much memeory we want git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1697233 13f79535-47bb-0310-9956-ffa450edef68
* Add empty.pptx to excludes in rat-checkDominik Stadler2015-08-231-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1697232 13f79535-47bb-0310-9956-ffa450edef68
* Move security schemas to security moduleAndreas Beeker2015-08-202-35/+135
| | | | | | Fork xmlbeans plugin and run with more memory depending on 32/64bit runtime git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696874 13f79535-47bb-0310-9956-ffa450edef68
* Eclipse warnings, code formatting, missing @Overrides, Javadoc, missing ↵Dominik Stadler2015-08-204-56/+175
| | | | | | close(), ... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696794 13f79535-47bb-0310-9956-ffa450edef68
* Sonar Maven build:Dominik Stadler2015-08-201-1/+1
| | | | | | | * Try to provide more memory for the unit test runs as some unit tests create large spreadsheets now * svn-ignore one more directory git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696711 13f79535-47bb-0310-9956-ffa450edef68
* Somehow the Date formatting via SimpleDateFormatter fails on some CI ↵Dominik Stadler2015-08-201-17/+9
| | | | | | machines, don't rely on this to avoid test-failures due to timezones/locales but rather compare the date directly. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696710 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Javen ONeal from bug #58254 - CellFormatResult.text should check ↵Nick Burch2015-08-192-2/+41
| | | | | | for nulls as per the javadoc git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696638 13f79535-47bb-0310-9956-ffa450edef68
* POI Bug 58260: Fix checks for limit on number of styles in XSSF/SXSSF and ↵Dominik Stadler2015-08-193-5/+81
| | | | | | fix having more than 32k styles in SXSSF workbooks git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696586 13f79535-47bb-0310-9956-ffa450edef68
* Add additional checks to narrow down why this test fails when run via MavenDominik Stadler2015-08-191-4/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696584 13f79535-47bb-0310-9956-ffa450edef68
* Adjust excludes to make the output a bit cleaner in OOXMLLite and also look ↵Dominik Stadler2015-08-191-1/+13
| | | | | | in the superclass for @Test annotations to include one additional unit-test that we missed currently. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696577 13f79535-47bb-0310-9956-ffa450edef68
* Improve ReadOnlySharedStringsTable to cope gracefully with an empty SST part.David North2015-08-193-7/+33
| | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=58262 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696559 13f79535-47bb-0310-9956-ffa450edef68
* * Adjust reported text when a Zip-Bomb is detected to allow to quickly see ↵Dominik Stadler2015-08-193-6/+39
| | | | | | | | | | why it happened * Fail only with inflation ratio lower than the min, not equals, to behave as documented * Add getters to be able to temporarily adjust the limits for unit tests * Allow lower inflation ratio in OOXMLPrettyPrint as this is a dev-only tool git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696556 13f79535-47bb-0310-9956-ffa450edef68
* Make intersection formulae work in XSSF. Patch from Matt Hillsdon plus ↵David North2015-08-197-13/+145
| | | | | | | | additional tests. https://bz.apache.org/bugzilla/show_bug.cgi?id=52111 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696549 13f79535-47bb-0310-9956-ffa450edef68
* Add one unit-test for a different way of calculating workdays to see if this ↵Dominik Stadler2015-08-181-0/+6
| | | | | | also triggers test failures in Sonar Maven runs which currently fail for test-case TestWorkdayFunction git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696498 13f79535-47bb-0310-9956-ffa450edef68
* Add more of the xsds to the Sonar Maven ooxml-schema pom.xml to try to make ↵Dominik Stadler2015-08-181-1/+32
| | | | | | | | the Sonar Maven run finally run again. svn-ignore two more generated src-directories git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696492 13f79535-47bb-0310-9956-ffa450edef68
* Set some svn-ignores for generated files and directoriesDominik Stadler2015-08-180-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696485 13f79535-47bb-0310-9956-ffa450edef68
* Comments, imports and warningsNick Burch2015-08-181-9/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696436 13f79535-47bb-0310-9956-ffa450edef68
* Fix indentsNick Burch2015-08-181-517/+518
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696432 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Javen ONeal from bug #58253 - CellReference upper-case check for ↵Nick Burch2015-08-181-19/+38
| | | | | | #REF!, and code readability + javadoc improvements git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696430 13f79535-47bb-0310-9956-ffa450edef68
* Fix indentsNick Burch2015-08-182-261/+264
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696429 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Javen ONeal from bug #58252 - More CellReference unit testing ↵Nick Burch2015-08-182-3/+46
| | | | | | coverage git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696427 13f79535-47bb-0310-9956-ffa450edef68
* Use more permsize when running ooxml-lite as it seems to reach the default ↵Dominik Stadler2015-08-181-0/+1
| | | | | | limit now git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696359 13f79535-47bb-0310-9956-ffa450edef68
* Adjust dependencies to make target compile-ooxml-xsds run standalone and use ↵Dominik Stadler2015-08-181-2/+2
| | | | | | init instead of check-jars,fetch-jars git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696358 13f79535-47bb-0310-9956-ffa450edef68
* sonar xmlbeans fixAndreas Beeker2015-08-182-111/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696355 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54938: Throw InvalidFormatException as documented instead of ↵Dominik Stadler2015-08-172-2/+3
| | | | | | IllegalArgumentException in WorkbookFactory.create() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696338 13f79535-47bb-0310-9956-ffa450edef68
* Update to 3.13-SNAPSHOTAndreas Beeker2015-08-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696179 13f79535-47bb-0310-9956-ffa450edef68
* Try to make Sonar builds run again: add missing dependency, add ↵Dominik Stadler2015-08-169-43/+148
| | | | | | ooxml-schema-security, don't depend on dir test-data and build-directory directly, don't override a POILogger that is set via System Properties git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696165 13f79535-47bb-0310-9956-ffa450edef68
* Move and rename hslf line because of ambiguity with common sl lineAndreas Beeker2015-08-159-63/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696095 13f79535-47bb-0310-9956-ffa450edef68
* FindBugs - DLS_DEAD_LOCAL_STOREAndreas Beeker2015-08-153-22/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696050 13f79535-47bb-0310-9956-ffa450edef68
* FindBugs - BX_BOXING_IMMEDIATELY_UNBOXED_TO_PERFORM_COERCIONAndreas Beeker2015-08-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696049 13f79535-47bb-0310-9956-ffa450edef68
* Update to 3.13-SNAPSHOTAndreas Beeker2015-08-158-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696045 13f79535-47bb-0310-9956-ffa450edef68
* FindBugs - DMI_INVOKING_TOSTRING_ON_ARRAYAndreas Beeker2015-08-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696043 13f79535-47bb-0310-9956-ffa450edef68
* FindBugs - BX_UNBOXING_IMMEDIATELY_REBOXEDAndreas Beeker2015-08-151-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696042 13f79535-47bb-0310-9956-ffa450edef68
* FindBugs - BX_BOXING_IMMEDIATELY_UNBOXED_TO_PERFORM_COERCIONAndreas Beeker2015-08-152-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696040 13f79535-47bb-0310-9956-ffa450edef68
* FindBugs - DLS_DEAD_LOCAL_STOREAndreas Beeker2015-08-1534-1551/+139
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696038 13f79535-47bb-0310-9956-ffa450edef68
* Bigger warnings that new users should use SXSSF, and not mess around with ↵Nick Burch2015-08-151-8/+17
| | | | | | the XML themselves git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1696019 13f79535-47bb-0310-9956-ffa450edef68
* Remove catches which were previously incorrectly declared when not neededNick Burch2015-08-131-37/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695775 13f79535-47bb-0310-9956-ffa450edef68
* #58237 When adding a picture to a XWPF header or footer, attach it to the ↵Nick Burch2015-08-133-16/+26
| | | | | | right part git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695772 13f79535-47bb-0310-9956-ffa450edef68
* #58237 Add some more XWPF header and footer testsNick Burch2015-08-135-8/+99
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695769 13f79535-47bb-0310-9956-ffa450edef68
* Fix inconsistent line endings and some eclipse warningsNick Burch2015-08-1314-1228/+1219
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695757 13f79535-47bb-0310-9956-ffa450edef68
* findbugs - DM_NUMBER_CTORAndreas Beeker2015-08-1310-20/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695635 13f79535-47bb-0310-9956-ffa450edef68
* findbugs - DM_BOXED_PRIMITIVE_...Andreas Beeker2015-08-133-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695629 13f79535-47bb-0310-9956-ffa450edef68
* Common stress test for X/HSLF and a few bug fixesAndreas Beeker2015-08-138-76/+182
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695628 13f79535-47bb-0310-9956-ffa450edef68
* More consistent test-file output for Excel testingNick Burch2015-08-121-5/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695605 13f79535-47bb-0310-9956-ffa450edef68
* Fix inconsistent whitespace/indentsNick Burch2015-08-121-392/+388
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695604 13f79535-47bb-0310-9956-ffa450edef68
* Continue with 55747 / 55324 testingNick Burch2015-08-121-26/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695603 13f79535-47bb-0310-9956-ffa450edef68
* More tests for 55747 / 55324Nick Burch2015-08-121-11/+123
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695601 13f79535-47bb-0310-9956-ffa450edef68