summaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/util
Commit message (Expand)AuthorAgeFilesLines
* Add test for FileMagicDominik Stadler2018-11-251-2/+2
* bug 62624 -- fix loop identified as dodgy by FindBugs; add a other sanity che...Tim Allison2018-10-311-0/+16
* add stax entries to forbidden apis due to android issuesPJ Fanning2018-10-061-2/+2
* change method to get XMLEventFactory due to issues seen on Android SDKPJ Fanning2018-10-031-1/+2
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-311-4/+6
* #62649 - Remove OPOIFSAndreas Beeker2018-08-261-6/+35
* Adjust comments and IDE warnings, duplicate code reductionDominik Stadler2018-07-051-15/+13
* Add a test with a threaded TempFileCreationStrategy, remove duplicated constant.Dominik Stadler2018-07-051-3/+2
* add additional exception info to failing IOUtils.toByteArrayAndreas Beeker2018-05-021-1/+1
* #59893 - Forbid calls to InputStream.availableAndreas Beeker2018-04-271-18/+56
* #61459 - HSLFShape.getShapeName() returns name of shapeType and not the shape...Andreas Beeker2018-04-201-0/+72
* [bug-62176] synchronize temp dir creationPJ Fanning2018-03-131-2/+3
* Various smaller adjustments: Remove filename in test, remove unused parameter...Dominik Stadler2018-02-081-7/+46
* Bug 61550: Add more information to exception text and verify that it is thrownDominik Stadler2018-01-011-1/+2
* Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use t...Dominik Stadler2017-12-281-3/+11
* use StandardCharsetsPJ Fanning2017-12-193-10/+9
* use codepoint iterator in a few placesPJ Fanning2017-11-222-3/+60
* add forbidden api checks for non-Locale toLowerCase and toUpperCasePJ Fanning2017-11-211-446/+470
* Remove more deprecated codePJ Fanning2017-10-231-5/+0
* replace "".equals(string) with string.isEmpty() to avoid null strings silentl...Javen O'Neal2017-10-181-1/+1
* Remove "filling" in IntList as this has no effect whatsoever as far as I coul...Dominik Stadler2017-10-111-31/+4
* Fix some IntelliJ warningsDominik Stadler2017-09-221-1/+1
* Javadoc fixNick Burch2017-09-211-1/+1
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-214-8/+68
* Fix some warnings in OOXMLLite and move copyFile to IOUtilsDominik Stadler2017-09-171-7/+23
* Some more code cleanupDominik Stadler2017-09-171-0/+6
* Fix some warnings in unit testsDominik Stadler2017-09-161-3/+0
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-166-8/+8
* Remove unnecessary initialization of membersDominik Stadler2017-09-167-9/+9
* Java 8: Deprecate some methods in IOUtilsDominik Stadler2017-09-151-11/+31
* 60279 -- back off to brute-force search for macro content if offset informati...Tim Allison2017-09-141-1/+1
* Verify that bug 61294 is fixed now, add some more coverage for IOUtils in gen...Dominik Stadler2017-08-251-5/+5
* Fix further Windows JVM 6 font rendering errors - OOM and EXCEPTION_ACCESS_VI...Andreas Beeker2017-07-311-1/+2
* 61337 -- try to convert assertions to exceptions. I left in the assertions f...Tim Allison2017-07-262-0/+67
* 61346 add more sanity checks before allocating byte arrays in emf/wmfTim Allison2017-07-261-0/+15
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-176-8/+8
* bug 61300 -- prevent really long (infinite?) loop on corrupt fileTim Allison2017-07-142-2/+3
* bug 61294 -- cleaned up based on PJ Fanning's code review. Went with a copy/...Tim Allison2017-07-141-46/+61
* bug 61294 -- prevent infinite loop in IOUtils' skipFully.Tim Allison2017-07-131-2/+33
* replace commented-out throw-away code that writes workbook to C:\temp\xxxxx.x...Javen O'Neal2017-07-131-0/+11
* expand StaxHelperPJ Fanning2017-06-241-0/+28
* Add StaxHelper to ensure that StAX parsers have sensible defaults, including ...PJ Fanning2017-06-241-0/+52
* Move my new unit conversions to the Units class, move and deprecate duplicate...Greg Woolsey2017-06-231-0/+39
* Javadoc fixNick Burch2017-06-201-1/+1
* bug 57919: close opened resourcesJaven O'Neal2017-06-201-0/+19
* bug 57919: add functions to write and close a POIDocument, guaranteeing closu...Javen O'Neal2017-06-201-0/+78
* Fix some IntelliJ warningsDominik Stadler2017-06-181-3/+3
* Remove Unicode chars in commentsAndreas Beeker2017-05-031-1/+1
* fix javadocsAndreas Beeker2017-05-031-2/+2
* Fix hpsf javadocs and code issuesAndreas Beeker2017-05-024-16/+498