summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* update *ssf-workbook tests to junit4Andreas Beeker2014-02-144-93/+204
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568541 13f79535-47bb-0310-9956-ffa450edef68
* Bug 53130 - SXSSF Shared Strings option support, to make generated xlsx ↵Andreas Beeker2014-02-144-12/+129
| | | | | | files compatible with Google Docs or iPad git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568539 13f79535-47bb-0310-9956-ffa450edef68
* FindBugs fixAndreas Beeker2014-02-147-11/+13
| | | | | | | | - fixed "Should be a static inner class" - see http://findbugs.sourceforge.net/bugDescriptions.html#SIC_INNER_SHOULD_BE_STATIC git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568178 13f79535-47bb-0310-9956-ffa450edef68
* FindBugs fixAndreas Beeker2014-02-1324-93/+133
| | | | | | | | - fixed "Field isn't final but should be" - see http://findbugs.sourceforge.net/bugDescriptions.html#MS_SHOULD_BE_FINAL git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1568145 13f79535-47bb-0310-9956-ffa450edef68
* disable not applicable findbugs checkAndreas Beeker2014-02-132-1/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1567815 13f79535-47bb-0310-9956-ffa450edef68
* Fix the copyright notice yearNick Burch2014-02-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1567636 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55902 - Mixed fonts issue with Chinese characters (unable to form images ↵Andreas Beeker2014-02-117-48/+246
| | | | | | from ppt) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1567455 13f79535-47bb-0310-9956-ffa450edef68
* FindBugs fixAndreas Beeker2014-02-0927-100/+319
| | | | | | | | - fixed "Class defines equals() and uses Object.hashCode()" - see http://findbugs.sourceforge.net/bugDescriptions.html#HE_EQUALS_USE_HASHCODE - implemented UnicodeString.ExtRst.hashCode() + junit-test git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1566427 13f79535-47bb-0310-9956-ffa450edef68
* excluded findbugs (svn:ignore)Andreas Beeker2014-02-090-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1566177 13f79535-47bb-0310-9956-ffa450edef68
* Use findbugs in the jenkins buildAndreas Beeker2014-02-081-1/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1566172 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55923: Fix compare/sorting of nodes in exported XMLDominik Stadler2014-02-033-13/+210
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1564050 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55924: Avoid errors during exporting XML if there are numeric cells ↵Dominik Stadler2014-02-033-1/+76
| | | | | | without value, also verify in tests that XML can always be parsed git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1564045 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55926: Handle numeric formula values when exporting to XMLDominik Stadler2014-02-033-1/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1564028 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55927: Handle date types when exporting to XMLDominik Stadler2014-02-033-4/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1564011 13f79535-47bb-0310-9956-ffa450edef68
* Switch to JDK 6 for generated code as wellDominik Stadler2014-02-031-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563999 13f79535-47bb-0310-9956-ffa450edef68
* Adjust Eclipse classpath for new versions of third party librariesDominik Stadler2014-02-031-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563998 13f79535-47bb-0310-9956-ffa450edef68
* Update commons-logging to 1.1.3 and set scope to test for hamcrest lib in pomDominik Stadler2014-02-032-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563997 13f79535-47bb-0310-9956-ffa450edef68