aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/util/HexDump.java
Commit message (Expand)AuthorAgeFilesLines
* a few performance fixes to speed-up the testsAndreas Beeker2016-06-301-28/+40
* fix several findbugs SF_SWITCH_NO_DEFAULT warningsJaven O'Neal2016-04-121-4/+7
* findbugs fixesAndreas Beeker2016-03-161-1/+1
* obsoleted Codec classes by HexDumpAndreas Beeker2015-10-051-8/+21
* sonar fixesAndreas Beeker2015-10-041-3/+3
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-071-23/+39
* fixed a few forbidden api callsAndreas Beeker2015-08-291-18/+14
* - reworked HexDump class - unified array dumps and usage of standard java cal...Andreas Beeker2015-08-291-178/+86
* Fix a handful of forbidden apis identified problemsNick Burch2015-08-271-2/+6
* merge trunk to common sl branchAndreas Beeker2015-07-191-4/+7
|\
| * Allow dumping of null arraysNick Burch2015-07-131-4/+7
* | Fixed several test drivers or the implementationAndreas Beeker2015-05-281-29/+21
|/
* Fix formatting of trailing comma in HexDumps, cover class fully with testsDominik Stadler2014-07-221-3/+6
* Fixed compiler warnings - unnecessary elseJosh Micich2009-08-181-9/+9
* Removed trailing comma from output of HexDump.toHex()Josh Micich2008-09-121-1/+3
* Consolidated TableRecord inside FormulaRecordAggregate. Simplifications to F...Josh Micich2008-08-281-21/+59
* Support for getting OLE objects from HSSFWorkbook. See bug 43222 for details.Yegor Kozlov2007-09-081-0/+19
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-221-5/+6
* Added image support for POI. See the quick guide for details. Sponsored thr...Glen Stampoultzis2005-05-011-1/+1
* added a main method so we can use it as a quickie utility (been meaning to do...Andrew C. Oliver2005-04-271-0/+9
* Empty byte array case for HexDumpGlen Stampoultzis2004-08-101-0/+7
* Fixed error with HexDump.javaGlen Stampoultzis2004-04-121-1/+1
* New licence changes.Glen Stampoultzis2004-04-091-52/+15
* Hex dump with byte positionsRainer Klute2003-08-301-5/+24
* Added a method for a formatted hex dump.Rainer Klute2003-08-231-0/+28
* Fixed concurrency problem in HexDumpGlen Stampoultzis2003-06-301-21/+60
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-301-1/+1
* fixed error with HexDumpAndrew C. Oliver2002-09-021-5/+7
* Fixed javadoc comment.Rainer Klute2002-07-221-2/+0
* Merged from 1.5 (SST fixes).Glen Stampoultzis2002-06-091-6/+34
* got SUM working and some debug stuff.Andrew C. Oliver2002-04-301-0/+65
* Made some changes for HDF typesSaid Ryan Ackley2002-04-191-0/+18
* Added support for automatic record generationGlen Stampoultzis2002-02-101-2/+47
* Initial revisionAndrew C. Oliver2002-01-311-0/+184