aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/util/TestHexDump.java
Commit message (Expand)AuthorAgeFilesLines
* Sonar fixesAndreas Beeker2021-01-171-13/+12
* Sonar fixesAndreas Beeker2021-01-101-1/+1
* Sonar fixesAndreas Beeker2021-01-091-3/+2
* Sonar fixesAndreas Beeker2021-01-081-6/+6
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241-54/+28
* Sonar fixes - Ignore System.out-calls and args checks in examplesAndreas Beeker2020-04-181-80/+13
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-251-3/+3
* Adjust to make forbidden-api-check succeed againDominik Stadler2017-09-191-9/+3
* 60805 (partial) -- remove/suppress println in testsTim Allison2017-09-191-0/+22
* Fix some warnings in unit testsDominik Stadler2017-09-161-4/+1
* The changes for using AccessController/SecurityManager also added a log which...Dominik Stadler2016-06-011-7/+16
* Eclipse warningsDominik Stadler2015-12-301-2/+0
* #58597: Fix tests to not do setAccessible(), add some doPrivileged, too.Uwe Schindler2015-11-111-13/+0
* More forbidden apis fixes (added main-tests to the check)Andreas Beeker2015-09-111-106/+66
* Bug 58326 - Forbidden APIs patches - first set of changes for locale and time...Andreas Beeker2015-09-071-1/+1
* - reworked HexDump class - unified array dumps and usage of standard java cal...Andreas Beeker2015-08-291-237/+104
* Fix formatting of trailing comma in HexDumps, cover class fully with testsDominik Stadler2014-07-221-0/+168
* Consolidated TableRecord inside FormulaRecordAggregate. Simplifications to F...Josh Micich2008-08-281-61/+27
* 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-2/+4
* Empty byte array case for HexDumpGlen Stampoultzis2004-08-101-0/+5
* New licence changes.Glen Stampoultzis2004-04-091-52/+15
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-301-1/+1
* Added support for automatic record generationGlen Stampoultzis2002-02-101-0/+11
* Initial revisionAndrew C. Oliver2002-01-311-0/+341