6 次代码提交 (733d3d10ead2619e6bf10a1f431fd659cf178f03)

作者 SHA1 备注 提交日期
  Dominik Stadler 733d3d10ea Bug 66425: Avoid a NullPointerException found via oss-fuzz 10 个月前
  PJ Fanning 99634d6af6 apply some spelling fixes 1年前
  PJ Fanning eb5dca9a1e fix escaping in message 1年前
  PJ Fanning d3899d4744 convert tabs to spaces 3 年前
  Andreas Beeker 7c67bba960 :poi-ooxml - fix javadocs - link to dependent/external project javadocs 3 年前
  Andreas Beeker b6aee1ef6d 65206 - Migrate ant / maven to gradle build 3 年前
  Andreas Beeker 37791e4bdf 65206 - Migrate ant / maven to gradle build 3 年前
  Axel Howind 842e71a3d7 use indexOf(char) instead of indexOf(String) where possible; replace one more StringBuffer with StringBuilder - bug 63805 4 年前
  Dominik Stadler 6f2f283db8 Fix various IDE warnings and some JavaDoc adjustments 5 年前
  PJ Fanning 6045b277b1 fix some javadoc 6 年前
  Andreas Beeker 248aa420f8 #61942 - Refactor PackagePartName handling and add getUnusedPartIndex method 6 年前
  Javen O'Neal 2ef3af567c replace "".equals(string) with string.isEmpty() to avoid null strings silently evaluating to false; most code should probably check string for null if it is not already 6 年前
  Javen O'Neal 117f08049b string.equals("") -> string.isEmpty() or "".equals(string) 6 年前
  Javen O'Neal af53515279 bug 59773: move loop invariants outside of loop or change for loops to for-each loops 8 年前
  Nick Burch 6b67b0b1e0 Fix some Forbidden APIs errors 8 年前
  Nick Burch 2e4773cbdd Patch from Mark Olesen from bug #57552: Sort PackagePart returns from OPCPackage by name considering numbers in filenames, so Image10.png comes after Image9.png, fixing problems with XSLF adding 10+ images to a slide 9 年前
  Yegor Kozlov 3ee045c2a2 removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 14 年前
  Yegor Kozlov c7466a9210 fixes and misc refactorings suggested by Intellij 15 年前
  Josh Micich 95a7539c30 Changed CRLF to LF in ooxml/java. Minor fixes for compiler warnings and formatting 15 年前
  Yegor Kozlov 66ed25a049 replaced log4j with POILogger in openxml4j, also converted non-ascii characters into unicode to keep javadoc quiet 15 年前
  Yegor Kozlov fce473fada import OpenXML4j codebase 15 年前