8009 Commits (235b49aa52de5733d12267600b0b1ad163479806)
 

Author SHA1 Message Date
  Javen O'Neal ab9ecf9373 bug 52949,59830: move module storage and decompressing into a standalone function 8 years ago
  Javen O'Neal c220067619 bug 52949,59830: move module storage and decompressing into a standalone function 8 years ago
  Javen O'Neal 50e4a82230 bug 59830: attach context to any IOException (likely a result of reaching EOF on input stream) 8 years ago
  Javen O'Neal 33b7b9ed38 remove Internal UnhandledDataStructure.copyOfRange because function is available in JDK 1.6+ and we no longer support JDK 1.5 8 years ago
  Javen O'Neal d9918d5d63 close streams if an exception is throw 8 years ago
  Javen O'Neal 1f76abf1b6 bug 59830: add context to why no more bytes could be read from input stream 8 years ago
  Javen O'Neal ed7dc7e8fa bug 59833: add getFillPatternEnum and setFillPattern(FillPatternType) to CellStyle; consolidate duplicated FillPattern constants in CellStyle to FillPatternType enum 8 years ago
  Javen O'Neal 5ba19635a7 bug 55555: set fill pattern, foreground color, and background color order correctly to follow HSSFCellStyle's order requirement; patch from Qualtagh. This closes #33 on Github 8 years ago
  Javen O'Neal aa87a0597b bug 56154: rename setLastModifiedBy to setLastModifiedByUser 8 years ago
  Javen O'Neal 5c82332f02 bug 56154: add @since annotations to getLastModifiedBy and setLastModifiedBy methods 8 years ago
  Javen O'Neal 9e383edf35 bug 56154: get and set last modified by user property; patch from Danil Lopatin 8 years ago
  Javen O'Neal f8fcefcd13 convert OPC Compliance unit tests to junit4 8 years ago
  Javen O'Neal 9354393a9a whitespace and +svn:eol-style=native 8 years ago
  Javen O'Neal 34742417f5 AllOpenXML4JInternalTests no longer needed in AllOpenXML4JTests suite because it was upgraded to junit4 8 years ago
  Javen O'Neal a359a8eb25 fix regular expression example 8 years ago
  Javen O'Neal edf158d248 bug 59826: ant script to apply patch.tar.gz files from bugzilla 8 years ago
  Javen O'Neal f387fec202 add crude unit test for ZipPackagePropertiesMarshaller 8 years ago
  Javen O'Neal 26b710d670 convert to junit4 8 years ago
  Javen O'Neal 06e170fffc whitespace and +svn:eol-style=native 8 years ago
  Javen O'Neal 79c5a9f021 add @Internal annotations to implementations of Internal EvaluationWorkbook and EvaluationSheet interfaces; added @since annotations to clearAllCachedResultValues added in r1751836. 8 years ago
  Javen O'Neal 417868e70c add crude line-coverage tests for setDebugEvaluationOutputForNextEval and setIgnoreMissingWorkbooks 8 years ago
  Javen O'Neal da9e9bad18 add getters for setIgnoreMissingWorkbooks and setDebugEvaluationOutputForNextEval; add internal decorator; getSupportedFunctionNames and getNotSupportedFunctionNames should return unmodifiable collections 8 years ago
  Javen O'Neal 01fe05a972 whitespace (3sp to 4sp) 8 years ago
  Javen O'Neal 40e715a54b whitespace (tabs to spaces) 8 years ago
  Javen O'Neal 9beb66309c add @Override annotations to spreadsheet formula Evaluation classes 8 years ago
  Javen O'Neal 3ed02a3479 bug 59814: clear evaluation workbook and evaluation sheet caches. Patch from Greg Woolsey. 8 years ago
  Javen O'Neal 59480f783f +svn:eol-style native 8 years ago
  Javen O'Neal c375a61767 whitespace; +svn:eol-style=native 8 years ago
  Javen O'Neal 4ce30a283f Findbugs-JDK8: log ignored exception 8 years ago
  Javen O'Neal 5da9a3aabc bug 50795: move hack to avoid xmlbeans corrupt pointer to its own function 8 years ago
  Javen O'Neal ac8a6ef081 bug 59805: tearDown should reset, not set, the LocaleUtil ThreadLocals (also avoid memory leaks) 8 years ago
  Javen O'Neal 2365d88bd4 bug 59805: avoid memory leaks if time zone or locale are never set or user never resets the time zone or locale; patch from apptaro 8 years ago
  Javen O'Neal 5c43bcf436 findbugs: replace switch statement with fall-throughs with if statement, remove duplicate code 8 years ago
  Javen O'Neal 981d9dabb4 add comment about a bug found by findbugs-jdk8. Someone more familiar with HSLF should resolve this. 8 years ago
  Javen O'Neal efd376bbf2 bug 59805: add LocaleUtil#resetUserTimeZone and #resetUserLocale methods that call ThreadLocal.remove to fix PermGen memory leaks for long-running threaded applications; patch from apptaro 8 years ago
  Javen O'Neal 0bcacb5d47 bug 59805: add unit test for LocaleUtil#getLocaleCalendar 8 years ago
  Javen O'Neal ce058ffd00 bug 59805: add unit test for LocaleUtil 8 years ago
  Javen O'Neal d38def3696 bug 59805: make LocaleUtil a static class 8 years ago
  Javen O'Neal c02052c555 bug 59804: javadoc update 8 years ago
  Javen O'Neal 6b8398a227 +svn:eol-style=native 8 years ago
  Javen O'Neal 0dc2e3e765 bug 59804: indicate when features were @Internal-ized 8 years ago
  Javen O'Neal 5998cb147b bug 59804: add since attribute to @Internal annotation; add @Removal annotation to track when features will be removed 8 years ago
  Andreas Beeker 6cc68e24c9 javadocs fixes (jdk8) 8 years ago
  Javen O'Neal 9431c14317 bug 59784: replace 'signed' with 'signature (.asc)'; patch from Sebb 8 years ago
  Dominik Stadler 0a467f10c3 Add a unit-test to verify that DataFormatter.formatCellValue() does format formula-results correctly 8 years ago
  Andreas Beeker bd7ca7ae18 javadocs fixes (jdk8) 8 years ago
  Nick Burch c64117602e When dumping a HMEF body that is a string not RTF, use a predictable encoding rather than whatever the property happened to have in the original file 8 years ago
  Nick Burch 815309d3bf Fix HMEFMessage to allow fetching attributes by custom MAPI Properties 8 years ago
  Nick Burch dbb0438179 #59780 OPC support for a wider range of timezone'd created and modified date formats in package properties 8 years ago
  Nick Burch 243f46213a Add ignored test for #59780, and specially-crafted test file 8 years ago