8993 Commits (06ea018e034dd5da7adaaf950cabb612b890e51c)
 

Author SHA1 Message Date
  PJ Fanning 06ea018e03 add test case for bug 61701 6 years ago
  PJ Fanning d6f261473d add test case for bug 61701 and use StringBuilder in more places 6 years ago
  Javen O'Neal b3cb1211a4 github-77: Remove the 'public' modifier to make fields package protected (findbugs-MS_PKGPROTECT). Thanks to BruceKuiLiu for the PR. This closes #77 on github. 6 years ago
  Javen O'Neal b4ee3da44f consolidate duplicated code: XSSFWorkbook#setBookViewsIfMissing() 6 years ago
  Javen O'Neal 179fa31242 bump the Eclipse compile source to Java 1.8 6 years ago
  Javen O'Neal 98c6f2ba1f bug 61630: Patch from Daniel to fix XSSFExportToXML IllegalArgumentException: Comparison method violates its general contract! (bug 61630, comment 17, attachment 35468). Found during manual testing. 6 years ago
  Javen O'Neal a2f30cd63a remove test-hssf ant target 6 years ago
  Javen O'Neal fa8314e8dc remove test-ss and test-ooxml-ss ant targets, as these were causing problems with the build/ooxml-testokfile.txt being written, requiring test-ooxml to be rerun on subsequent ant calls even if had previously completed successfully and not modifications to the ooxml source had been made. 6 years ago
  Javen O'Neal 5eaf1d582d bug 61630: further XSSFExportToXML performance improvements from Daniel (bug 61630 comment 15, attachment 35450) 6 years ago
  Javen O'Neal 91fbf5db4f bug 61630: revert r1813240, which failed the integration test with org.apache.poi.stress.XSSFFileHandler on test-data/spreadsheet/59025.xlsx 6 years ago
  Javen O'Neal 4e782652dc bug 61630: further XSSFExportToXML performance improvements from Daniel (comment 9, bug 61630 attachment 35450) 6 years ago
  PJ Fanning 7dce661861 Remove more deprecated code 6 years ago
  PJ Fanning e2e3b52013 Remove more deprecated code 6 years ago
  PJ Fanning 707f266eef Remove more deprecated code 6 years ago
  PJ Fanning 5ecf32781d Introduce new BorderFormatting methods to expose border styles 6 years ago
  PJ Fanning e52d29df16 Remove use of deprecated methods 6 years ago
  PJ Fanning 2cd8c7bc65 Remove use of deprecated methods 6 years ago
  PJ Fanning dffa1ccd9c Remove use of deprecated methods 6 years ago
  Dominik Stadler 63bf8e8ba5 Add getter/setter for ReadingOrder to XSSF, closes issue #73 6 years ago
  Nick Burch 112a7c1480 Bump up the Eclipse JVM version to 8 to match Ant 6 years ago
  Nick Burch 72ad57fe43 Bump up the Eclipse JVM version 6 years ago
  Javen O'Neal 9a27ae194f bug 61630: performance improvements in XSSFExportToXml. Thanks to Daniel for the patch. 6 years ago
  Javen O'Neal 2a0aac8ea5 cleanup for r1812470: avoid NPEs from string.isEmpty() 6 years ago
  Javen O'Neal 3a7e3846d5 fix compile error 6 years ago
  Javen O'Neal fb854a6f34 cleanup for r1812475: avoid NPEs from string.isEmpty() 6 years ago
  Javen O'Neal fac34b6740 cleanup for r1812476: avoid NPEs from string.isEmpty() 6 years ago
  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 years ago
  Javen O'Neal b8de369f2c prefer literal.equals(variable) over variable.equals(literal) 6 years ago
  Javen O'Neal 59277965a2 convert "".equals(string) to string.isEmpty() 6 years ago
  Javen O'Neal 8300528aad simplfy PackagingURIHelper#combine boolean logic using xor and replacing +FORWARD_SLASH_CHAR with FORWARD_SLASH_STRING 6 years ago
  Javen O'Neal 129db08b91 fix typo 6 years ago
  Javen O'Neal 117f08049b string.equals("") -> string.isEmpty() or "".equals(string) 6 years ago
  Javen O'Neal f786b16f7f for -> foreach 6 years ago
  Javen O'Neal 63b3a4e491 IntelliJ: simplify boolean logic 6 years ago
  Javen O'Neal b722b42139 remove deprecated XSSFRowShifter.shiftMerged(int,int,int) method; replaced with RowShifter.shiftMergedRegions(int,int,int) in POI 3.15 beta 2 6 years ago
  Javen O'Neal 44b4a6548b ignore gradle/, gradlew, and gradlew.bat 6 years ago
  Dustin Spicuzza c2db4ae5fb Bug 61584: Fix XDGFPage variable typo causing crash 6 years ago
  Javen O'Neal a66725fa94 github-79: add String.toString() to forbidden API's 6 years ago
  PJ Fanning e4fc2670d5 Make public static members final [thanks to Kui Liu]. This close #78. 6 years ago
  PJ Fanning 0b5a0a077f Remove unnecessary toString calls [thanks to Kui Liu]. This close #79. 6 years ago
  PJ Fanning 67e6ad9c47 Remove unnecessary StringBuilder [thanks to Kui Liu]. This close #80. 6 years ago
  Dominik Stadler 1b171e8642 Fix some findbugs-issues and apply some code-cleanup and apply some smaller pull requests. 6 years ago
  Dominik Stadler 9d064f746e Fix aparent copy/paste error in XSSFBorderFormatting 6 years ago
  Dominik Stadler acb78e74c4 Bug 58068: Add a method to pass the actual Color to StylesTable.findFont(). 6 years ago
  Dominik Stadler 2dc64ebbcc adjust tests, javadoc, ... 6 years ago
  Dominik Stadler d9a818dc22 Remove "filling" in IntList as this has no effect whatsoever as far as I could see 6 years ago
  Dominik Stadler b4fd20dafa Add more output to the pre-check to help in analysis some strange build-failures in CI, e.g. INFRA-15244 6 years ago
  Dominik Stadler ceba27fa2c Fix target compile-ooxml-ss, it needs the crypt-code now 6 years ago
  Dominik Stadler 88b3286345 Add test which shows that bug 51262 is fixed now 6 years ago
  Dominik Stadler 2587ed1849 Apply patch from bug 61096: Add support for modules in VBAMacroReader 6 years ago