summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Add some throttling to the log for failed SAXHelper features to not spam the ↵Dominik Stadler2016-12-261-1/+6
| | | | | | log on JDK 9 with restricted reflection git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776067 13f79535-47bb-0310-9956-ffa450edef68
* Add mising @Override and other warningsDominik Stadler2016-12-261-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776065 13f79535-47bb-0310-9956-ffa450edef68
* report size of entries for POIFSViewerAndreas Beeker2016-12-251-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1775992 13f79535-47bb-0310-9956-ffa450edef68
* Fix 0-pointer on unset documentAndreas Beeker2016-12-211-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1775565 13f79535-47bb-0310-9956-ffa450edef68
* Sonar issues: Mark two places where we catch Error/Throwable as "On purpose"Dominik Stadler2016-12-192-6/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1775122 13f79535-47bb-0310-9956-ffa450edef68
* Comments, Javadoc and make close() only log instead of throw an exception to ↵Dominik Stadler2016-12-193-20/+11
| | | | | | not have catch inside catch git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1775118 13f79535-47bb-0310-9956-ffa450edef68
* fix eclipse warnings - close resourcesAndreas Beeker2016-12-1914-395/+427
| | | | | | add getter for HSLF slideshows implementation class git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1774974 13f79535-47bb-0310-9956-ffa450edef68
* SonarQube fixes - close resourcesAndreas Beeker2016-12-1832-378/+448
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1774969 13f79535-47bb-0310-9956-ffa450edef68
* sonarqube fixes - close resourcesAndreas Beeker2016-12-185-5/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1774845 13f79535-47bb-0310-9956-ffa450edef68
* #60331 - Remove deprecated classes (POI 3.16)Andreas Beeker2016-12-1815-649/+21
| | | | | | | - remove orphaned classes immediately, which are quite likely not used anymore - deprecated the rest git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1774842 13f79535-47bb-0310-9956-ffa450edef68
* various sonarqube fixes - mainly resource closingAndreas Beeker2016-12-176-55/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1774705 13f79535-47bb-0310-9956-ffa450edef68
* bug 60489 -- add a file that triggered a ClassNotFoundException on ↵Tim Allison2016-12-161-0/+13
| | | | | | TIKA-2208/elasticsearch-22077 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1774638 13f79535-47bb-0310-9956-ffa450edef68
* SonarCube fixesMark Murphy2016-12-161-15/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1774557 13f79535-47bb-0310-9956-ffa450edef68
* Findbugs fixMark Murphy2016-12-162-7/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1774556 13f79535-47bb-0310-9956-ffa450edef68
* 60465: Cannot specify interline spacing for a Paragraph in XWPF Mark Murphy2016-12-163-3/+78
| | | | | | Task-Url: https://bz.apache.org/bugzilla/show_bug.cgi?id=60465 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1774551 13f79535-47bb-0310-9956-ffa450edef68
* eclipse warnings - close resourcesAndreas Beeker2016-12-1319-918/+996
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773910 13f79535-47bb-0310-9956-ffa450edef68
* eclipse warnings - raw list accessAndreas Beeker2016-12-131-6/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773909 13f79535-47bb-0310-9956-ffa450edef68
* SonarCube fix - make members privateAndreas Beeker2016-12-133-24/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773908 13f79535-47bb-0310-9956-ffa450edef68
* SonarCube fix - make members privateAndreas Beeker2016-12-1318-312/+425
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773907 13f79535-47bb-0310-9956-ffa450edef68
* eclipse warnings - raw list accessAndreas Beeker2016-12-135-292/+280
| | | | | | close resources git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773906 13f79535-47bb-0310-9956-ffa450edef68
* eclipse warnings - raw list accessAndreas Beeker2016-12-132-25/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773905 13f79535-47bb-0310-9956-ffa450edef68
* remove unused classAndreas Beeker2016-12-131-127/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773904 13f79535-47bb-0310-9956-ffa450edef68
* Adjust toString() of ExternalNameRecordDominik Stadler2016-12-124-212/+146
| | | | | | | Fix some IntelliJ warnings Reformat TextPieceTable git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773776 13f79535-47bb-0310-9956-ffa450edef68
* 58237: Unable to add image to a word document header using XWPF Mark Murphy2016-12-122-11/+63
| | | | | | Task-Url: https://bz.apache.org/bugzilla/show_bug.cgi?id=58237 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773729 13f79535-47bb-0310-9956-ffa450edef68
* Revert "Add script to run ant locally with Java 1.6/Ant 1.8.x"Dominik Stadler2016-12-111-1/+0
| | | | | | This reverts commit ed848f2d5f02ea0b6645bc509e03c1e0c7135d96. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773714 13f79535-47bb-0310-9956-ffa450edef68
* Revert "Print out amount of available memory during startup of OOXMLLite"Dominik Stadler2016-12-111-7/+0
| | | | | | This reverts commit b9b9c2e7c661bb89a2063326ca0903059214bc2b. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773691 13f79535-47bb-0310-9956-ffa450edef68
* Revert "Local test to run one of the multi-file tests on only one file"Dominik Stadler2016-12-111-31/+0
| | | | | | This reverts commit 6582ca62b000143b96823509ad7bb8d444cabee3. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773689 13f79535-47bb-0310-9956-ffa450edef68
* Revert "Add more output to BiffViewer for local debugging"Dominik Stadler2016-12-111-10/+0
| | | | | | This reverts commit b6959b0d14b001ec374f60990671ff21bbcc24ec. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773685 13f79535-47bb-0310-9956-ffa450edef68
* Revert "Adjust local test class run with Gradle-Build as well"Dominik Stadler2016-12-111-2/+3
| | | | | | This reverts commit 76be95541fa6ac22bf0746d864404a84868ab1c6. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773663 13f79535-47bb-0310-9956-ffa450edef68
* Adjust some missing/incorrec throws and related javadocDominik Stadler2016-12-113-26/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773662 13f79535-47bb-0310-9956-ffa450edef68
* Adjust local test class run with Gradle-Build as wellDominik Stadler2016-12-111-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773661 13f79535-47bb-0310-9956-ffa450edef68
* Add more output to BiffViewer for local debuggingDominik Stadler2016-12-111-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773639 13f79535-47bb-0310-9956-ffa450edef68
* Local test to run one of the multi-file tests on only one fileDominik Stadler2016-12-111-0/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773635 13f79535-47bb-0310-9956-ffa450edef68
* Print out amount of available memory during startup of OOXMLLiteDominik Stadler2016-12-111-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773633 13f79535-47bb-0310-9956-ffa450edef68
* Add script to run ant locally with Java 1.6/Ant 1.8.xDominik Stadler2016-12-111-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773610 13f79535-47bb-0310-9956-ffa450edef68
* Exclude new BIFF5 file in some unit testsDominik Stadler2016-12-116-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773605 13f79535-47bb-0310-9956-ffa450edef68
* reindent code - prepare for cleanupsAndreas Beeker2016-12-1018-2630/+2630
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773544 13f79535-47bb-0310-9956-ffa450edef68
* SonarCube fix - make members privateAndreas Beeker2016-12-1017-83/+145
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773495 13f79535-47bb-0310-9956-ffa450edef68
* SonarCube fix - make members privateAndreas Beeker2016-12-0911-47/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773315 13f79535-47bb-0310-9956-ffa450edef68
* SonarCube fix - make members privateAndreas Beeker2016-12-0721-134/+140
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773165 13f79535-47bb-0310-9956-ffa450edef68
* Recursive delete unit test based on users@ query - working fine alreadyNick Burch2016-12-061-0/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772894 13f79535-47bb-0310-9956-ffa450edef68
* Add "*" option to font_map/fallback to provide a catch-all configurationAndreas Beeker2016-12-061-4/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772816 13f79535-47bb-0310-9956-ffa450edef68
* SonarCube fix - make members privateAndreas Beeker2016-12-0417-129/+148
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772585 13f79535-47bb-0310-9956-ffa450edef68
* regression #55902 - Mixed fonts issue with Chinese characters (unable to ↵Andreas Beeker2016-12-033-16/+98
| | | | | | form images from ppt) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772485 13f79535-47bb-0310-9956-ffa450edef68
* #60331 - Remove deprecated classes - remove constructors with ↵Andreas Beeker2016-12-0355-572/+32
| | | | | | PackageRelationship argument git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772424 13f79535-47bb-0310-9956-ffa450edef68
* SonarCube fix - make members privateAndreas Beeker2016-12-0110-63/+129
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772291 13f79535-47bb-0310-9956-ffa450edef68
* Move test to correct package and add some more checksDominik Stadler2016-12-012-36/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772148 13f79535-47bb-0310-9956-ffa450edef68
* 60329: Avoid NPE when styleid is null Mark Murphy2016-12-012-6/+41
| | | | | | Task-Url: https://bz.apache.org/bugzilla/show_bug.cgi?id=60329 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772138 13f79535-47bb-0310-9956-ffa450edef68
* sonarcube fixesAndreas Beeker2016-11-293-29/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771978 13f79535-47bb-0310-9956-ffa450edef68
* #60427 - Creating pictures in PowerPoint slides requires scratchpad-jar for ↵Andreas Beeker2016-11-292-4/+22
| | | | | | | | adding WMF images more cases git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1771974 13f79535-47bb-0310-9956-ffa450edef68