summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* #56260 Partial fix for a slide with a TextHeaderAtom but no other atoms ↵Nick Burch2014-03-143-7/+89
| | | | | | related to it, which is followed by another TextHeaderAtom straight away git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1577537 13f79535-47bb-0310-9956-ffa450edef68
* Sample file for #56260, provided by Atlassian in CONF-18721Nick Burch2014-03-141-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1577536 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56075 - Add Change Tracking support to XWPF Andreas Beeker2014-03-135-0/+115
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1577010 13f79535-47bb-0310-9956-ffa450edef68
* Try one more way of excluding generated sources in the Maven pom.xml files ↵Dominik Stadler2014-03-103-3/+10
| | | | | | for Sonar analysis git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1576063 13f79535-47bb-0310-9956-ffa450edef68
* Fix inconsistent whitespace, and add a close call in the main method to ↵Nick Burch2014-03-091-106/+107
| | | | | | avoid a resource-leak warning git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1575684 13f79535-47bb-0310-9956-ffa450edef68
* Patch from Shaun Kalley from bug #56023 - On CellReference, implement ↵Nick Burch2014-03-091-23/+30
| | | | | | hashCode, fix the equals(Object) logic, and fix inconsistent whitespace git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1575683 13f79535-47bb-0310-9956-ffa450edef68
* Fix the inconsistent indents in the test fileNick Burch2014-03-081-125/+133
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1575600 13f79535-47bb-0310-9956-ffa450edef68
* Add more unit tests for XWPF Headers and FootersNick Burch2014-03-082-13/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1575599 13f79535-47bb-0310-9956-ffa450edef68
* When adding a new XPWFRun to a paragraph, update both the Runs and IRuns ↵Nick Burch2014-03-081-26/+42
| | | | | | lists with it git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1575597 13f79535-47bb-0310-9956-ffa450edef68
* Add some javadocs for the XWPF Header/Footer creation methodsNick Burch2014-03-081-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1575594 13f79535-47bb-0310-9956-ffa450edef68
* Adjust for JDK 8 where an empty locale is added to the array returned by ↵Dominik Stadler2014-03-082-0/+10
| | | | | | DateFormat.getAvailableLocales() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1575563 13f79535-47bb-0310-9956-ffa450edef68
* Fix Sonar issues about finalize() usageDominik Stadler2014-03-082-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1575501 13f79535-47bb-0310-9956-ffa450edef68
* Enhance test to print out more information, it seems to fail on Apache ↵Dominik Stadler2014-03-081-38/+49
| | | | | | Jenkins JDK8 build git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1575500 13f79535-47bb-0310-9956-ffa450edef68
* Adjust TestExtractorFactory to provide more output to see why it fails on ↵Dominik Stadler2014-03-081-42/+53
| | | | | | Maven builds on nemo.sonarsource.org git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1575497 13f79535-47bb-0310-9956-ffa450edef68
* Added MD4-option and some cleanupsAndreas Beeker2014-03-065-17/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1574732 13f79535-47bb-0310-9956-ffa450edef68
* disable font downloading, because of Jenkins connection (download) problemsAndreas Beeker2014-03-041-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1574226 13f79535-47bb-0310-9956-ffa450edef68
* POI is now on JDK 1.6, so remove 1.5 workaroundNick Burch2014-03-041-22/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1574049 13f79535-47bb-0310-9956-ffa450edef68
* Try to set the Sonar-Exclusion property differently to see if that makes the ↵Dominik Stadler2014-03-031-1/+3
| | | | | | exclusions work git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1573741 13f79535-47bb-0310-9956-ffa450edef68
* Sonar-pom: Add some metadata, try to add Sonar exclusions for generated sourcesDominik Stadler2014-02-281-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1572979 13f79535-47bb-0310-9956-ffa450edef68
* Try to improve Maven files for Sonar: Copy in (test)sources instead of ↵Dominik Stadler2014-02-278-42/+320
| | | | | | linking to sources outside the sonar-directory which confuses Sonar, remove source-dir setting for ooxml-schema and ooxml-schema-encryption as both have generate sources and not actual ones, scratchpad is not needed for ooxml git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1572580 13f79535-47bb-0310-9956-ffa450edef68
* Report how long the CSV conversion took, helpful for a quick read ↵Nick Burch2014-02-271-11/+20
| | | | | | performance test git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1572555 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56076 - Add document protection with password support to XWPFAndreas Beeker2014-02-215-12/+432
| | | | | | Bug 56077 - Add password hash function to HWPF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1570750 13f79535-47bb-0310-9956-ffa450edef68
* Zero length code page fix has been committed, so this file can once again be ↵Nick Burch2014-02-201-3/+1
| | | | | | included in the overall test git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1570390 13f79535-47bb-0310-9956-ffa450edef68
* More helpful visio v5 exception, see bug #56171Nick Burch2014-02-202-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1570388 13f79535-47bb-0310-9956-ffa450edef68
* Another content types test, for #55026Nick Burch2014-02-203-2/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1570002 13f79535-47bb-0310-9956-ffa450edef68
* The junit test failed with the original test-file ↵Andreas Beeker2014-02-201-3/+3
| | | | | | (CDT_Data_Retention-PPT.ppt), so another check was necessary git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1569999 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #56164 - Tidy up the OPC SAX setup code with a new common HelperNick Burch2014-02-195-25/+88
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1569991 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55732 - PPT can't open, fails with "Couldn't instantiate .... ↵Andreas Beeker2014-02-193-29/+54
| | | | | | StyleTextProp9Atom : java.lang.ArrayIndexOutOfBoundsException: 56" git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1569984 13f79535-47bb-0310-9956-ffa450edef68
* Complete support for OOXML content types with parameters, including parts of ↵Nick Burch2014-02-192-38/+54
| | | | | | the patch from Sebastien Schneider from bug #55026 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1569976 13f79535-47bb-0310-9956-ffa450edef68
* upgraded to junit4 (before other changes)Andreas Beeker2014-02-191-27/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1569972 13f79535-47bb-0310-9956-ffa450edef68
* Begin to implement some of the tests and logic for content types with ↵Nick Burch2014-02-193-27/+138
| | | | | | parameters, based on the test file for bug #55026 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1569965 13f79535-47bb-0310-9956-ffa450edef68
* link forrest.properties from ↵Andreas Beeker2014-02-191-99/+0
| | | | | | https://svn.apache.org/repos/asf/poi/site/forrest.properties git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1569947 13f79535-47bb-0310-9956-ffa450edef68
* Downgrade the replacer plugin to 1.5.1, otherwise replacing does not find ↵Dominik Stadler2014-02-171-1/+2
| | | | | | | | any files sometimes Also svn-ignore the maven-target directories git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1569118 13f79535-47bb-0310-9956-ffa450edef68
* FindBugs fixAndreas Beeker2014-02-167-13/+10
| | | | | | | - fixed "Equals method should not assume anything about the type of its argument" - see http://findbugs.sourceforge.net/bugDescriptions.html#BC_EQUALS_METHOD_SHOULD_WORK_FOR_ALL_OBJECTS git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568861 13f79535-47bb-0310-9956-ffa450edef68
* Patch and test from Jon Iles from bug #56138 - HPSF code page strings can be ↵Nick Burch2014-02-162-1/+24
| | | | | | zero length git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568813 13f79535-47bb-0310-9956-ffa450edef68
* FindBugs fixAndreas Beeker2014-02-1615-93/+62
| | | | | | | - fixed "equals() method does not check for null argument" - see http://findbugs.sourceforge.net/bugDescriptions.html#NP_EQUALS_SHOULD_HANDLE_NULL_ARGUMENT git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568812 13f79535-47bb-0310-9956-ffa450edef68
* Sweeping is also needed for empty column-list ...Andreas Beeker2014-02-161-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568791 13f79535-47bb-0310-9956-ffa450edef68
* FindBugs fixAndreas Beeker2014-02-1613-20/+43
| | | | | | | | | - fixed/checked various null pointer related entries - see http://findbugs.sourceforge.net/bugDescriptions.html#NP_NULL_PARAM_DEREF - ... NP_NULL_ON_SOME_PATH, NP_NULL_ON_SOME_PATH_EXCEPTION git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568789 13f79535-47bb-0310-9956-ffa450edef68
* - Changed status/changes xdocs/xslt, to link to the bug entryAndreas Beeker2014-02-161-0/+2
| | | | | | | | todo at the bottom of status was out of date anyway - references to changes-v13.dtd results in a processing error in forest 0.5, so removed it and any references to it git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568757 13f79535-47bb-0310-9956-ffa450edef68
* Fix unit tests broken by newly added test-file, ignore TestFontRendering as ↵Dominik Stadler2014-02-164-228/+176
| | | | | | it is inherently unstable currently git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568744 13f79535-47bb-0310-9956-ffa450edef68
* Fix unit test which failed after new corrupted file was added.Dominik Stadler2014-02-161-17/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568741 13f79535-47bb-0310-9956-ffa450edef68
* Adjust test to write the failing PNG in case expected and actual do not matchDominik Stadler2014-02-161-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568740 13f79535-47bb-0310-9956-ffa450edef68
* Test file from bug #56138 from Jon Iles, with a zero length codepage stringNick Burch2014-02-151-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568634 13f79535-47bb-0310-9956-ffa450edef68
* Instead of using initCause() when re-throwing exceptions, it leads to better ↵Dominik Stadler2014-02-151-1/+1
| | | | | | stacktraces if a simple constructor-argument is used git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568614 13f79535-47bb-0310-9956-ffa450edef68
* Add a set of maven pom.xml files for Sonar, a few workaround areDominik Stadler2014-02-158-0/+581
| | | | | | | | necessary, but overall this now allows to compile and run test for all Apache POI components using Maven, which is a pre-requisite to be analyzed at http://nemo.sonarqube.org/ git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568613 13f79535-47bb-0310-9956-ffa450edef68
* Provide more output on test that failed for me locallyDominik Stadler2014-02-151-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568558 13f79535-47bb-0310-9956-ffa450edef68
* Adjust some tests to not hardcode the 'test-data' directory. This breaks the ↵Dominik Stadler2014-02-1510-28/+62
| | | | | | Sonar-maven build that I am working on locally git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568557 13f79535-47bb-0310-9956-ffa450edef68
* build.xml: Add missing depends on init for compile-main targetDominik Stadler2014-02-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568556 13f79535-47bb-0310-9956-ffa450edef68
* Update Javadoc somewhatDominik Stadler2014-02-153-2/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568555 13f79535-47bb-0310-9956-ffa450edef68
* Add assertions, remove Sonar warningsDominik Stadler2014-02-153-14/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568554 13f79535-47bb-0310-9956-ffa450edef68