aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* forbidden apis fixesAndreas Beeker2015-08-293-7/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1700063 13f79535-47bb-0310-9956-ffa450edef68
* ignore IntelliJ project filesAndreas Beeker2015-08-290-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1700061 13f79535-47bb-0310-9956-ffa450edef68
* fixed a few forbidden api callsAndreas Beeker2015-08-291-18/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1700055 13f79535-47bb-0310-9956-ffa450edef68
* junit4 fixAndreas Beeker2015-08-291-13/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1700043 13f79535-47bb-0310-9956-ffa450edef68
* - reworked HexDump class - unified array dumps and usage of standard java ↵Andreas Beeker2015-08-2923-677/+511
| | | | | | | | | | calls for hex format - fixed a few findbugs DM_DEFAULT_ENCODING issues - removed a few System.out/.err calls - instead the poilogger is used - closed a few left open resource instances git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1700040 13f79535-47bb-0310-9956-ffa450edef68
* sonar - remove build dir when cleaningAndreas Beeker2015-08-291-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1700034 13f79535-47bb-0310-9956-ffa450edef68
* Fix a handful of forbidden apis identified problemsNick Burch2015-08-273-10/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1698198 13f79535-47bb-0310-9956-ffa450edef68
* Enable the Forbidden APIs checks on Main, Scratchpad and OOXML. Run with ↵Nick Burch2015-08-271-1/+21
| | | | | | "ant forbidden-apis-check" git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1698148 13f79535-47bb-0310-9956-ffa450edef68
* Update RAT docs, and fetch the Forbidden APIs jarNick Burch2015-08-271-5/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1698147 13f79535-47bb-0310-9956-ffa450edef68
* Stub a call to the Forbidden APIs checkNick Burch2015-08-271-2/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1698143 13f79535-47bb-0310-9956-ffa450edef68
* Sonar Maven: Next try: Disable Subversion to see if we get results then.Dominik Stadler2015-08-271-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1698142 13f79535-47bb-0310-9956-ffa450edef68
* Sonar Maven: Revert previous changes as they also did not work, it seems ↵Dominik Stadler2015-08-275-27/+1
| | | | | | there is no way to get a Sonar Maven build this way :( git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1698089 13f79535-47bb-0310-9956-ffa450edef68
* Adjust excludes for TestRecordListerDominik Stadler2015-08-272-1/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1698081 13f79535-47bb-0310-9956-ffa450edef68
* javadoc fixAndreas Beeker2015-08-261-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1698030 13f79535-47bb-0310-9956-ffa450edef68
* Fix for JDK6 bug: http://bugs.java.com/view_bug.do?bug_id=6569074Andreas Beeker2015-08-2620-21/+21
| | | | | | This was fixed in jdk 7u72 ... so we'll keep this bit uncleaner version for a while ... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1698006 13f79535-47bb-0310-9956-ffa450edef68
* Add possibility to set zoomPercent for XWPFDocumentDominik Stadler2015-08-263-3/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1697992 13f79535-47bb-0310-9956-ffa450edef68
* Next try for Sonar Maven build: Specify the src-pathes in the various ↵Dominik Stadler2015-08-256-4/+28
| | | | | | pom.xml files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1697758 13f79535-47bb-0310-9956-ffa450edef68
* Adjust excludes after adjusting multiple HeaderFooterRecord instancesDominik Stadler2015-08-251-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1697602 13f79535-47bb-0310-9956-ffa450edef68
* Refactor BaseXLSIteratingTest into a Parameterized test to better show which ↵Dominik Stadler2015-08-257-128/+112
| | | | | | | | | files failed Simplify exclusion handling Exclude testEXCEL_3.xls and testEXCEL_4.xls in two tests, not sure why this worked before?! git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1697601 13f79535-47bb-0310-9956-ffa450edef68
* Allow multiple instances of HeaderFooterRecord in ↵Dominik Stadler2015-08-253-5/+88
| | | | | | | | | CustomViewSettingsRecordAggregate similar to ChartSubstreamRecordAggreagte in order to read sample 49931.xls correctly after re-saving it with HSSFWorkbook Improve error output git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1697600 13f79535-47bb-0310-9956-ffa450edef68
* Try to specify list of sources in Sonar-Run to look at the SVN-Sources, not ↵Dominik Stadler2015-08-251-1/+3
| | | | | | the copied ones because of our custom Maven build. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1697581 13f79535-47bb-0310-9956-ffa450edef68
* common sl: reworked and unified generics definitionsAndreas Beeker2015-08-2496-473/+1067
| | | | | | | | made various methods available through common sl added createTextBox,AutoShape,... methods to ShapeContainers hslf tables created by poi, will be identified as such when the file is read again git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1697515 13f79535-47bb-0310-9956-ffa450edef68
* 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