poi/src/java/org/apache/poi/util
Andreas Beeker ac3d63926a #60626 - ArrayIndexOutOfBoundsException in EvilUnclosedBRFixingInputStream
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1782095 13f79535-47bb-0310-9956-ffa450edef68
2017-02-08 01:01:51 +00:00
..
ArrayUtil.java Bug 56913 - Replace usages of o.a.p.util.ArrayUtil.copyOf* methods with replacements from j.u.Arrays 2014-09-05 00:31:47 +00:00
Beta.java Remove some Eclipse warnings, remove confusing FunctionID/ID renaming... 2014-11-27 07:07:29 +00:00
BitField.java bug 59804: indicate when features were @Internal-ized 2016-07-05 23:22:49 +00:00
BitFieldFactory.java HSSF record support for CF Iconset rules 2015-07-14 23:30:53 +00:00
BoundedInputStream.java #52991: Unexpected end of ZLIB input stream on embedded OLE extraction from PPT 2012-03-27 08:32:47 +00:00
ByteField.java Fix some compiler/IntelliJ warnings 2016-05-31 13:48:25 +00:00
CloseIgnoringInputStream.java Fix some compiler/IntelliJ warnings 2016-05-31 13:48:25 +00:00
CodePageUtil.java Fix TIKA-1515 - Handle Excel 3 files with a 0x8001 codepage 2015-01-13 22:13:24 +00:00
CommonsLogger.java merge trunk to branch 2016-09-28 21:01:40 +00:00
Configurator.java findbugs - DM_BOXED_PRIMITIVE_... 2015-08-13 00:17:08 +00:00
DefaultTempFileCreationStrategy.java merge trunk to branch 2016-09-28 21:01:40 +00:00
DelayableLittleEndianOutput.java Changed CRLF to LF in .java base src files. Minor reformatting fixes. 2009-05-19 16:29:51 +00:00
DrawingDump.java bug 59773: move loop invariants outside of loop or change for loops to for-each loops 2016-07-03 07:20:47 +00:00
FixedField.java Fix some compiler/IntelliJ warnings 2016-05-31 13:48:25 +00:00
FontMetricsDumper.java Ensure streams are closed always, reformat code somewhat 2016-12-30 22:12:06 +00:00
HexDump.java SonarQube fixes 2017-01-07 00:26:46 +00:00
HexRead.java IntelliJ warnings, Javadoc, Formatting 2017-01-26 19:58:46 +00:00
IOUtils.java Bug 60570 - Add rudimentary EMF read-only capability 2017-01-19 16:22:29 +00:00
IntList.java More NPOIFS BAT vs XBAT confusion fixes. Also fixes recent POIFS regression on big files, and adds a POIFS unit test for XBAT containing files (previously there wasn't one) 2010-12-29 03:00:46 +00:00
IntMapper.java Tidy up some of the IntMapper/UnicodeString bits with generics 2010-01-18 12:56:18 +00:00
IntegerField.java Fix some compiler/IntelliJ warnings 2016-05-31 13:48:25 +00:00
Internal.java bug 59804: add since attribute to @Internal annotation; add @Removal annotation to track when features will be removed 2016-07-05 23:01:05 +00:00
JvmBugs.java forbidden apis fixes 2015-08-29 18:01:26 +00:00
LZWDecompresser.java Two more differences between the LZW in HDGF and HMEF: 2011-03-05 15:25:39 +00:00
LittleEndian.java bug 59170: remove deprecated methods 2016-06-15 03:26:58 +00:00
LittleEndianByteArrayInputStream.java SonarQube fixes 2017-01-08 00:38:41 +00:00
LittleEndianByteArrayOutputStream.java Preparations for hssf_cryptoapi: 2016-08-03 23:54:01 +00:00
LittleEndianConsts.java Fix some compiler/IntelliJ warnings 2016-05-31 13:48:25 +00:00
LittleEndianInput.java add encryption support 2016-08-19 20:23:16 +00:00
LittleEndianInputStream.java add encryption support 2016-08-19 20:23:16 +00:00
LittleEndianOutput.java Changed CRLF to LF in .java base src files. Minor reformatting fixes. 2009-05-19 16:29:51 +00:00
LittleEndianOutputStream.java Apply patch for bug 57151: Document CellRangeAddress and add some validation to prevent invalid row/column combinations. 2014-10-30 05:53:06 +00:00
LocaleUtil.java bug 59805: avoid memory leaks if time zone or locale are never set or user never resets the time zone or locale; patch from apptaro 2016-07-07 01:10:24 +00:00
LongField.java Fix some compiler/IntelliJ warnings 2016-05-31 13:48:25 +00:00
NotImplemented.java bug 57844: add NotImplemented annotation to SXSSFSheet.shiftRows 2015-11-29 15:31:57 +00:00
NullLogger.java merge trunk to branch 2016-09-28 21:01:40 +00:00
POILogFactory.java merge trunk to branch 2016-09-28 21:01:40 +00:00
POILogger.java merge trunk to branch 2016-09-28 21:01:40 +00:00
PngUtils.java clear unused import warnings 2012-11-12 09:54:37 +00:00
RLEDecompressingInputStream.java BUG 60158 -- AIOOBE in VBAMacroReader 2016-10-18 12:55:34 +00:00
RecordFormatException.java New class org.apache.poi.hssf.record.RecordFormatException, which DDF uses instead of the HSSF version, and the HSSF version inherits from 2008-07-21 09:34:08 +00:00
Removal.java bug 59804: javadoc update 2016-07-05 23:33:31 +00:00
ReplacingInputStream.java #60626 - ArrayIndexOutOfBoundsException in EvilUnclosedBRFixingInputStream 2017-02-08 01:01:51 +00:00
ShortField.java Fix some compiler/IntelliJ warnings 2016-05-31 13:48:25 +00:00
StringUtil.java Eclipse automated refactor/cleanup: convert for loops to for-each loops 2016-10-20 01:54:56 +00:00
SuppressForbidden.java Add reason message to @SuppressForbidden 2015-11-08 23:44:24 +00:00
SystemOutLogger.java merge trunk to branch 2016-09-28 21:01:40 +00:00
TempFile.java bug 59788: move DefaultTempFileCreationStrategy from TempFile inner class to its own class 2016-07-04 00:00:20 +00:00
TempFileCreationStrategy.java bug 59166: suggest alternative implementations for TempFileCreationStrategy 2016-07-04 01:07:52 +00:00
Units.java Fix some compiler/IntelliJ warnings 2016-05-31 13:48:25 +00:00
XMLHelper.java Fix some compiler/IntelliJ warnings 2016-05-31 13:48:25 +00:00
package.html removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00