aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/util/StringUtil.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-677/+0
* [github-198] Remove jdk.charset module dependency for spreadsheets generation...PJ Fanning2020-12-191-1/+0
* Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...Andreas Beeker2020-04-161-0/+3
* #64350 - Sonar fix - "Iterator.next()" methods should throw "NoSuchElementExc...Andreas Beeker2020-04-141-34/+2
* Bug 60656 - Emf image support in slideshowsAndreas Beeker2020-04-051-44/+10
* fix result of multiplication cast to wider typeAlain Béarez2019-05-211-1/+1
* fix boxed variable is never nullAlain Béarez2019-05-211-7/+21
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-251-2/+2
* lgtm issuesPJ Fanning2018-12-081-1/+1
* #61459 - HSLFShape.getShapeName() returns name of shapeType and not the shape...Andreas Beeker2018-04-201-0/+72
* use StandardCharsetsPJ Fanning2017-12-191-3/+4
* use codepoint iterator in a few placesPJ Fanning2017-11-221-3/+4
* add forbidden api checks for non-Locale toLowerCase and toUpperCasePJ Fanning2017-11-211-446/+470
* replace "".equals(string) with string.isEmpty() to avoid null strings silentl...Javen O'Neal2017-10-181-1/+1
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-211-2/+5
* Fix some warnings in unit testsDominik Stadler2017-09-161-3/+0
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* Remove unnecessary initialization of membersDominik Stadler2017-09-161-1/+1
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-171-2/+2
* bug 50955 and bug 60953 improve Big5 reader; ensure one characterTim Allison2017-04-051-22/+0
* bug 50955 -- word 6.0 charset fixTim Allison2017-04-041-2/+30
* Eclipse automated refactor/cleanup: convert for loops to for-each loopsJaven O'Neal2016-10-201-1/+11
* add StringUtil.count, inspired by Apache Commons Lang StringUtils#countMatche...Javen O'Neal2016-10-191-0/+20
* bug 59773: move loop invariants outside of loop or change for loops to for-ea...Javen O'Neal2016-07-031-2/+1
* Fix some compiler/IntelliJ warningsDominik Stadler2016-05-311-1/+1
* reformat exclude classes regular expression for OOXMLLiteJaven O'Neal2016-04-171-0/+17
* bug 52949: add VBAMacroReader unit tests for H/XSLF, H/XWPF, and HGDF; OLE di...Javen O'Neal2016-04-111-1/+17
* sonar fixesAndreas Beeker2016-03-101-6/+5
* Remove a superfluous/bloated log function, which String.format can do better ...Andreas Beeker2016-03-091-83/+2
* Fix inconsistent indent/whitespaceNick Burch2015-09-011-143/+142
* Fix some Forbidden APIs errorsNick Burch2015-09-011-7/+4
* Bug 58040 - Log ForgingAndreas Beeker2015-06-211-1/+2
* Bug 49541 - Mapping of symbol characters to unicode equivalent Andreas Beeker2014-12-291-0/+247
* Charset.forName() for known encodings makes catching UnknownEncodingException...Andreas Beeker2014-12-271-59/+36
* Improve error message, and fix generics warningsNick Burch2010-01-281-1/+1
* Improved how HSMF handles multiple recipientsNick Burch2010-01-121-0/+27
* More FeatRecord supportNick Burch2010-01-031-0/+2
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-081-18/+18
* Patch 46301 - (from Patrick Cheng) - added some pivot table records: SXDI, SX...Josh Micich2008-11-261-1/+41
* javadocs cleanupYegor Kozlov2008-11-071-1/+1
* Converted ConstantValueParser to use plain Strings instead of UnicodeStringsJosh Micich2008-11-051-0/+9
* Further conversion of Ptg classes to use LittleEndian input/output interfacesJosh Micich2008-10-241-0/+21
* Fix for unicode string bug in StyleRecord. Improvements to WriteAccessRecord.Josh Micich2008-10-241-56/+41
* Fix for bug 45778 - made ObjRecord read sub-record ftLbsData properlyJosh Micich2008-10-231-138/+131
* Start to support HPBF hyperlinksNick Burch2008-08-311-1/+1
* String Continue records support (with test), from bug #41064Nick Burch2007-12-041-1/+2
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-221-5/+6
* If given an empty (but not null) byte array to get a whole string from, retur...Nick Burch2006-05-101-0/+2
* StringUtil javadocs, supplied by Nick Burch, thanks. bug 34922Avik Sengupta2005-05-161-32/+39
* refactoredAvik Sengupta2005-05-021-3/+3