aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/util/HexRead.java
Commit message (Expand)AuthorAgeFilesLines
* Replace manual close with try-with-resourcesDominik Stadler2019-12-151-5/+2
* replace more StringBuffersPJ Fanning2019-11-211-3/+3
* use zero size arg to toArray(), use Collection.addAll() (#63805, second patch)Axel Howind2019-11-171-1/+1
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* IntelliJ warnings, Javadoc, FormattingDominik Stadler2017-01-261-1/+1
* Ensure streams are closed always, reformat code somewhatDominik Stadler2016-12-301-35/+18
* Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ...Dominik Stadler2016-07-171-1/+1
* findbugs: replace switch statement with fall-throughs with if statement, remo...Javen O'Neal2016-07-071-50/+27
* findbugs: fix SF_SWITCH_FALLTHROUGH warningsJaven O'Neal2016-06-131-0/+2
* Fix some Forbidden APIs errorsNick Burch2015-09-011-4/+1
* Add some missing close() calls and fix some generics warningsDominik Stadler2014-11-091-2/+2
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-081-3/+3
* Removed trailing comma from output of HexDump.toHex()Josh Micich2008-09-121-3/+6
* refactored all hssf junits to get test sample data in the in one placeJosh Micich2008-04-071-6/+9
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-221-5/+6
* New licence changes.Glen Stampoultzis2004-04-091-53/+17
* Hex reader helper stuff.Glen Stampoultzis2003-06-301-4/+6
* Fixing the line endings.Glen Stampoultzis2003-06-141-1/+218
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-301-222/+1
* Some more hex reading utilitiesGlen Stampoultzis2002-06-121-35/+141
* Merged from 1.5 (SST fixes).Glen Stampoultzis2002-06-091-0/+116