poi/src/java/org/apache/poi/util
Andreas Beeker c423015a1b try to find out temp file errors on maven build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746932 13f79535-47bb-0310-9956-ffa450edef68
2016-06-05 16:49:18 +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 Apply patch from bug #51458 - Correct BitField wrapping when setting large values 2011-07-01 16:29:04 +00:00
BitFieldFactory.java HSSF record support for CF Iconset rules 2015-07-14 23:30:53 +00:00
BlockingInputStream.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 2006-12-22 19:18:16 +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 Merged revisions 615190-618235 via svnmerge from 2008-02-04 16:55:43 +00:00
Configurator.java findbugs - DM_BOXED_PRIMITIVE_... 2015-08-13 00:17:08 +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 58326 - Forbidden APIs patches - second set of changes for charset settings 2015-09-08 00:04:12 +00:00
FixedField.java Fix some compiler/IntelliJ warnings 2016-05-31 13:48:25 +00:00
FontMetricsDumper.java Add reason message to @SuppressForbidden 2015-11-08 23:44:24 +00:00
HexDump.java fix several findbugs SF_SWITCH_NO_DEFAULT warnings 2016-04-12 12:03:24 +00:00
HexRead.java Fix some Forbidden APIs errors 2015-09-01 21:31:02 +00:00
IOUtils.java bug 52949: add junit test for RLEDecompressingInputStream 2016-04-10 14:09:02 +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 changed retention policy in @Internal to RUNTIME, also added a string parameter for custom messages 2009-12-19 11:25:39 +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 Start on the code to process properties, and wire it up. No properties reading code exists yet 2012-07-08 18:50:11 +00:00
LittleEndianByteArrayInputStream.java fixed bug in LittleEndianByteArrayInputStream.readFully() 2009-11-15 00:27:59 +00:00
LittleEndianByteArrayOutputStream.java Improvements to arg checking in constructor 2008-12-03 23:35:18 +00:00
LittleEndianConsts.java Fix some compiler/IntelliJ warnings 2016-05-31 13:48:25 +00:00
LittleEndianInput.java Changed CRLF to LF in .java base src files. Minor reformatting fixes. 2009-05-19 16:29:51 +00:00
LittleEndianInputStream.java Fix some compiler/IntelliJ warnings 2016-05-31 13:48:25 +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 Add reason message to @SuppressForbidden 2015-11-08 23:44: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 Bug 58040 - Log Forging 2015-06-21 19:06:32 +00:00
POILogFactory.java Fix some compiler/IntelliJ warnings 2016-05-31 13:48:25 +00:00
POILogger.java Remove a superfluous/bloated log function, which String.format can do better and is only used once ... 2016-03-09 20:57:26 +00:00
PngUtils.java clear unused import warnings 2012-11-12 09:54:37 +00:00
RLEDecompressingInputStream.java Fix some compiler/IntelliJ warnings 2016-05-31 13:48:25 +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
ShortField.java Fix some compiler/IntelliJ warnings 2016-05-31 13:48:25 +00:00
StringUtil.java Fix some compiler/IntelliJ warnings 2016-05-31 13:48:25 +00:00
SuppressForbidden.java Add reason message to @SuppressForbidden 2015-11-08 23:44:24 +00:00
SystemOutLogger.java Fix some compiler/IntelliJ warnings 2016-05-31 13:48:25 +00:00
TempFile.java try to find out temp file errors on maven build 2016-06-05 16:49:18 +00:00
TempFileCreationStrategy.java Fix some compiler/IntelliJ warnings 2016-05-31 13:48:25 +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