]> source.dussan.org Git - poi.git/log
poi.git
8 years agowhitespace and +svn:eol-style=native
Javen O'Neal [Fri, 8 Jul 2016 08:38:28 +0000 (08:38 +0000)]
whitespace and +svn:eol-style=native

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751867 13f79535-47bb-0310-9956-ffa450edef68

8 years agoadd @Internal annotations to implementations of Internal EvaluationWorkbook and Evalu...
Javen O'Neal [Thu, 7 Jul 2016 23:20:34 +0000 (23:20 +0000)]
add @Internal annotations to implementations of Internal EvaluationWorkbook and EvaluationSheet interfaces; added @since annotations to clearAllCachedResultValues added in r1751836.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751843 13f79535-47bb-0310-9956-ffa450edef68

8 years agoadd crude line-coverage tests for setDebugEvaluationOutputForNextEval and setIgnoreMi...
Javen O'Neal [Thu, 7 Jul 2016 23:00:07 +0000 (23:00 +0000)]
add crude line-coverage tests for setDebugEvaluationOutputForNextEval and setIgnoreMissingWorkbooks

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751841 13f79535-47bb-0310-9956-ffa450edef68

8 years agoadd getters for setIgnoreMissingWorkbooks and setDebugEvaluationOutputForNextEval...
Javen O'Neal [Thu, 7 Jul 2016 22:46:06 +0000 (22:46 +0000)]
add getters for setIgnoreMissingWorkbooks and setDebugEvaluationOutputForNextEval; add internal decorator; getSupportedFunctionNames and getNotSupportedFunctionNames should return unmodifiable collections

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751840 13f79535-47bb-0310-9956-ffa450edef68

8 years agowhitespace (3sp to 4sp)
Javen O'Neal [Thu, 7 Jul 2016 22:38:09 +0000 (22:38 +0000)]
whitespace (3sp to 4sp)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751839 13f79535-47bb-0310-9956-ffa450edef68

8 years agowhitespace (tabs to spaces)
Javen O'Neal [Thu, 7 Jul 2016 22:29:28 +0000 (22:29 +0000)]
whitespace (tabs to spaces)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751838 13f79535-47bb-0310-9956-ffa450edef68

8 years agoadd @Override annotations to spreadsheet formula Evaluation classes
Javen O'Neal [Thu, 7 Jul 2016 22:27:32 +0000 (22:27 +0000)]
add @Override annotations to spreadsheet formula Evaluation classes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751837 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59814: clear evaluation workbook and evaluation sheet caches. Patch from Greg...
Javen O'Neal [Thu, 7 Jul 2016 22:22:10 +0000 (22:22 +0000)]
bug 59814: clear evaluation workbook and evaluation sheet caches. Patch from Greg Woolsey.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751836 13f79535-47bb-0310-9956-ffa450edef68

8 years ago+svn:eol-style native
Javen O'Neal [Thu, 7 Jul 2016 21:48:30 +0000 (21:48 +0000)]
+svn:eol-style native

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751835 13f79535-47bb-0310-9956-ffa450edef68

8 years agowhitespace; +svn:eol-style=native
Javen O'Neal [Thu, 7 Jul 2016 02:27:13 +0000 (02:27 +0000)]
whitespace; +svn:eol-style=native

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751744 13f79535-47bb-0310-9956-ffa450edef68

8 years agoFindbugs-JDK8: log ignored exception
Javen O'Neal [Thu, 7 Jul 2016 02:25:42 +0000 (02:25 +0000)]
Findbugs-JDK8: log ignored exception

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751743 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 50795: move hack to avoid xmlbeans corrupt pointer to its own function
Javen O'Neal [Thu, 7 Jul 2016 02:19:02 +0000 (02:19 +0000)]
bug 50795: move hack to avoid xmlbeans corrupt pointer to its own function

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751742 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59805: tearDown should reset, not set, the LocaleUtil ThreadLocals (also avoid...
Javen O'Neal [Thu, 7 Jul 2016 02:09:25 +0000 (02:09 +0000)]
bug 59805: tearDown should reset, not set, the LocaleUtil ThreadLocals (also avoid memory leaks)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751741 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59805: avoid memory leaks if time zone or locale are never set or user never...
Javen O'Neal [Thu, 7 Jul 2016 01:10:24 +0000 (01:10 +0000)]
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

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751739 13f79535-47bb-0310-9956-ffa450edef68

8 years agofindbugs: replace switch statement with fall-throughs with if statement, remove dupli...
Javen O'Neal [Thu, 7 Jul 2016 00:48:52 +0000 (00:48 +0000)]
findbugs: replace switch statement with fall-throughs with if statement, remove duplicate code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751738 13f79535-47bb-0310-9956-ffa450edef68

8 years agoadd comment about a bug found by findbugs-jdk8. Someone more familiar with HSLF shoul...
Javen O'Neal [Thu, 7 Jul 2016 00:12:04 +0000 (00:12 +0000)]
add comment about a bug found by findbugs-jdk8. Someone more familiar with HSLF should resolve this.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751737 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59805: add LocaleUtil#resetUserTimeZone and #resetUserLocale methods that call...
Javen O'Neal [Wed, 6 Jul 2016 09:23:34 +0000 (09:23 +0000)]
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

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751641 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59805: add unit test for LocaleUtil#getLocaleCalendar
Javen O'Neal [Wed, 6 Jul 2016 08:52:40 +0000 (08:52 +0000)]
bug 59805: add unit test for LocaleUtil#getLocaleCalendar

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751629 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59805: add unit test for LocaleUtil
Javen O'Neal [Wed, 6 Jul 2016 08:12:08 +0000 (08:12 +0000)]
bug 59805: add unit test for LocaleUtil

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751620 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59805: make LocaleUtil a static class
Javen O'Neal [Wed, 6 Jul 2016 05:40:53 +0000 (05:40 +0000)]
bug 59805: make LocaleUtil a static class

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751601 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59804: javadoc update
Javen O'Neal [Tue, 5 Jul 2016 23:33:31 +0000 (23:33 +0000)]
bug 59804: javadoc update

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751574 13f79535-47bb-0310-9956-ffa450edef68

8 years ago+svn:eol-style=native
Javen O'Neal [Tue, 5 Jul 2016 23:26:32 +0000 (23:26 +0000)]
+svn:eol-style=native

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751572 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59804: indicate when features were @Internal-ized
Javen O'Neal [Tue, 5 Jul 2016 23:22:49 +0000 (23:22 +0000)]
bug 59804: indicate when features were @Internal-ized

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751570 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59804: add since attribute to @Internal annotation; add @Removal annotation to...
Javen O'Neal [Tue, 5 Jul 2016 23:01:05 +0000 (23:01 +0000)]
bug 59804: add since attribute to @Internal annotation; add @Removal annotation to track when features will be removed

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751569 13f79535-47bb-0310-9956-ffa450edef68

8 years agojavadocs fixes (jdk8)
Andreas Beeker [Tue, 5 Jul 2016 22:57:50 +0000 (22:57 +0000)]
javadocs fixes (jdk8)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751568 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59784: replace 'signed' with 'signature (.asc)'; patch from Sebb
Javen O'Neal [Tue, 5 Jul 2016 20:59:28 +0000 (20:59 +0000)]
bug 59784: replace 'signed' with 'signature (.asc)'; patch from Sebb

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751559 13f79535-47bb-0310-9956-ffa450edef68

8 years agoAdd a unit-test to verify that DataFormatter.formatCellValue() does format formula...
Dominik Stadler [Tue, 5 Jul 2016 07:24:14 +0000 (07:24 +0000)]
Add a unit-test to verify that DataFormatter.formatCellValue() does format formula-results correctly

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751400 13f79535-47bb-0310-9956-ffa450edef68

8 years agojavadocs fixes (jdk8)
Andreas Beeker [Mon, 4 Jul 2016 23:45:19 +0000 (23:45 +0000)]
javadocs fixes (jdk8)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751387 13f79535-47bb-0310-9956-ffa450edef68

8 years agoWhen dumping a HMEF body that is a string not RTF, use a predictable encoding rather...
Nick Burch [Mon, 4 Jul 2016 22:47:17 +0000 (22:47 +0000)]
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

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751386 13f79535-47bb-0310-9956-ffa450edef68

8 years agoFix HMEFMessage to allow fetching attributes by custom MAPI Properties
Nick Burch [Mon, 4 Jul 2016 22:41:46 +0000 (22:41 +0000)]
Fix HMEFMessage to allow fetching attributes by custom MAPI Properties

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751385 13f79535-47bb-0310-9956-ffa450edef68

8 years ago#59780 OPC support for a wider range of timezone'd created and modified date formats...
Nick Burch [Mon, 4 Jul 2016 20:55:07 +0000 (20:55 +0000)]
#59780 OPC support for a wider range of timezone'd created and modified date formats in package properties

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751379 13f79535-47bb-0310-9956-ffa450edef68

8 years agoAdd ignored test for #59780, and specially-crafted test file
Nick Burch [Mon, 4 Jul 2016 20:26:40 +0000 (20:26 +0000)]
Add ignored test for #59780, and specially-crafted test file

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751375 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59796: XSSFTable#getRowCount off-by-one error
Javen O'Neal [Mon, 4 Jul 2016 19:09:10 +0000 (19:09 +0000)]
bug 59796: XSSFTable#getRowCount off-by-one error

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751373 13f79535-47bb-0310-9956-ffa450edef68

8 years agotypo
Javen O'Neal [Mon, 4 Jul 2016 19:00:35 +0000 (19:00 +0000)]
typo

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751372 13f79535-47bb-0310-9956-ffa450edef68

8 years agomark BitField as internal use only
Javen O'Neal [Mon, 4 Jul 2016 18:50:26 +0000 (18:50 +0000)]
mark BitField as internal use only

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751371 13f79535-47bb-0310-9956-ffa450edef68

8 years agopre for-each iteration over for index iteration
Javen O'Neal [Mon, 4 Jul 2016 18:43:45 +0000 (18:43 +0000)]
pre for-each iteration over for index iteration

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751369 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59795: add method to synchronize start and stop cell references with CTTable
Javen O'Neal [Mon, 4 Jul 2016 18:25:00 +0000 (18:25 +0000)]
bug 59795: add method to synchronize start and stop cell references with CTTable

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751368 13f79535-47bb-0310-9956-ffa450edef68

8 years agoTry (as best as possible with no test file) to extract uncompressed HMEF test when...
Nick Burch [Mon, 4 Jul 2016 18:06:14 +0000 (18:06 +0000)]
Try (as best as possible with no test file) to extract uncompressed HMEF test when that is there instead of Compressed RTF

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751361 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59790,59791: add @since javadoc annotation to FormulaType and CellType
Javen O'Neal [Mon, 4 Jul 2016 13:49:44 +0000 (13:49 +0000)]
bug 59790,59791: add @since javadoc annotation to FormulaType and CellType

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751287 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59791: CellFormat#ultimateType(Cell) should return an integer for backwards compa...
Javen O'Neal [Mon, 4 Jul 2016 13:09:30 +0000 (13:09 +0000)]
bug 59791: CellFormat#ultimateType(Cell) should return an integer for backwards compatibility (use ultimateTypeEnum for now for CellType enums); re-add SXSSFCell(SXSSFRow, int) for backwards compatibility

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751273 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59791: add @since to Cell, EvaluationCell, and FormulaEvaluator CellType getter...
Javen O'Neal [Mon, 4 Jul 2016 12:35:49 +0000 (12:35 +0000)]
bug 59791: add @since to Cell, EvaluationCell, and FormulaEvaluator CellType getter javadocs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751264 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an integer for...
Javen O'Neal [Mon, 4 Jul 2016 12:21:42 +0000 (12:21 +0000)]
bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an integer for backwards compatibility

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751261 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59791: getCellType and getCachedFormulaResultType should return an integer for...
Javen O'Neal [Mon, 4 Jul 2016 11:54:20 +0000 (11:54 +0000)]
bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751256 13f79535-47bb-0310-9956-ffa450edef68

8 years agoreorganize imports (remove unused imports, sort alphabetically)
Javen O'Neal [Mon, 4 Jul 2016 10:38:25 +0000 (10:38 +0000)]
reorganize imports (remove unused imports, sort alphabetically)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751244 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*
Javen O'Neal [Mon, 4 Jul 2016 10:15:18 +0000 (10:15 +0000)]
bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751240 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59791: convert Cell Type to an enum
Javen O'Neal [Mon, 4 Jul 2016 09:45:46 +0000 (09:45 +0000)]
bug 59791: convert Cell Type to an enum

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751237 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59790: convert FormulaType class to enum
Javen O'Neal [Mon, 4 Jul 2016 05:37:06 +0000 (05:37 +0000)]
bug 59790: convert FormulaType class to enum

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751210 13f79535-47bb-0310-9956-ffa450edef68

8 years agojavadocs fix
Javen O'Neal [Mon, 4 Jul 2016 05:00:55 +0000 (05:00 +0000)]
javadocs fix

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751209 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59789: move HSSFComment shifting due to rowShift outside of for-loop for performance
Javen O'Neal [Mon, 4 Jul 2016 03:06:11 +0000 (03:06 +0000)]
bug 59789: move HSSFComment shifting due to rowShift outside of for-loop for performance

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751198 13f79535-47bb-0310-9956-ffa450edef68

8 years agorearrange JavaDocs to match constructor ordering
Javen O'Neal [Mon, 4 Jul 2016 02:58:38 +0000 (02:58 +0000)]
rearrange JavaDocs to match constructor ordering

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751197 13f79535-47bb-0310-9956-ffa450edef68

8 years agofindbugs fixes
Javen O'Neal [Mon, 4 Jul 2016 02:14:02 +0000 (02:14 +0000)]
findbugs fixes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751195 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59773: replace for loops with for-each loops; javadocs fixes for JDK8
Javen O'Neal [Mon, 4 Jul 2016 01:49:28 +0000 (01:49 +0000)]
bug 59773: replace for loops with for-each loops; javadocs fixes for JDK8

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751193 13f79535-47bb-0310-9956-ffa450edef68

8 years agoadd missing ASL license header from bug 59788 comment 2 r1751185
Javen O'Neal [Mon, 4 Jul 2016 01:28:19 +0000 (01:28 +0000)]
add missing ASL license header from bug 59788 comment 2 r1751185

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751192 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59166: suggest alternative implementations for TempFileCreationStrategy
Javen O'Neal [Mon, 4 Jul 2016 01:07:52 +0000 (01:07 +0000)]
bug 59166: suggest alternative implementations for TempFileCreationStrategy

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751190 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59788: move DefaultTempFileCreationStrategy from TempFile inner class to its...
Javen O'Neal [Mon, 4 Jul 2016 00:00:20 +0000 (00:00 +0000)]
bug 59788: move DefaultTempFileCreationStrategy from TempFile inner class to its own class

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751185 13f79535-47bb-0310-9956-ffa450edef68

8 years agojavadocs fixes (jdk8)
Andreas Beeker [Sun, 3 Jul 2016 23:38:06 +0000 (23:38 +0000)]
javadocs fixes (jdk8)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751184 13f79535-47bb-0310-9956-ffa450edef68

8 years agowhitespace
Javen O'Neal [Sun, 3 Jul 2016 23:33:36 +0000 (23:33 +0000)]
whitespace

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751183 13f79535-47bb-0310-9956-ffa450edef68

8 years agomake class attributes final; return unmodifiable lists
Javen O'Neal [Sun, 3 Jul 2016 23:23:54 +0000 (23:23 +0000)]
make class attributes final; return unmodifiable lists

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751182 13f79535-47bb-0310-9956-ffa450edef68

8 years agorevert whitespace changes to ASF license; previous commit r1751180 contributed by...
Javen O'Neal [Sun, 3 Jul 2016 23:17:11 +0000 (23:17 +0000)]
revert whitespace changes to ASF license; previous commit r1751180 contributed by sebb

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751181 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59786: fix NPE from winmail.dat files if message body is null
Javen O'Neal [Sun, 3 Jul 2016 23:13:37 +0000 (23:13 +0000)]
bug 59786: fix NPE from winmail.dat files if message body is null

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751180 13f79535-47bb-0310-9956-ffa450edef68

8 years agowhitespace (3 spaces and tabs to 4 spaces)
Javen O'Neal [Sun, 3 Jul 2016 23:05:52 +0000 (23:05 +0000)]
whitespace (3 spaces and tabs to 4 spaces)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751179 13f79535-47bb-0310-9956-ffa450edef68

8 years agouncomment ignored unit tests so they at least compile
Javen O'Neal [Sun, 3 Jul 2016 22:59:41 +0000 (22:59 +0000)]
uncomment ignored unit tests so they at least compile

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751178 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59788: create temporary directories
Javen O'Neal [Sun, 3 Jul 2016 22:58:06 +0000 (22:58 +0000)]
bug 59788: create temporary directories

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751177 13f79535-47bb-0310-9956-ffa450edef68

8 years agodeprecated DrawingManager
Andreas Beeker [Sun, 3 Jul 2016 22:21:55 +0000 (22:21 +0000)]
deprecated DrawingManager

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751175 13f79535-47bb-0310-9956-ffa450edef68

8 years ago#59170 - Remove deprecated classes (POI 3.15) - o.a.p.hssf.model.*Shape classes removed
Andreas Beeker [Sun, 3 Jul 2016 21:54:17 +0000 (21:54 +0000)]
#59170 - Remove deprecated classes (POI 3.15) - o.a.p.hssf.model.*Shape classes removed

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751174 13f79535-47bb-0310-9956-ffa450edef68

8 years agoconvert to junit4
Javen O'Neal [Sun, 3 Jul 2016 20:04:43 +0000 (20:04 +0000)]
convert to junit4

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751172 13f79535-47bb-0310-9956-ffa450edef68

8 years agojavadocs fixes (jdk8)
Andreas Beeker [Sun, 3 Jul 2016 18:25:05 +0000 (18:25 +0000)]
javadocs fixes (jdk8)
(eclipse) source clean ups

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751165 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59773: move loop invariants outside of loop or change for loops to for-each loops
Javen O'Neal [Sun, 3 Jul 2016 07:20:47 +0000 (07:20 +0000)]
bug 59773: move loop invariants outside of loop or change for loops to for-each loops

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751131 13f79535-47bb-0310-9956-ffa450edef68

8 years agojavadocs fixes (jdk8)
Andreas Beeker [Sat, 2 Jul 2016 23:08:07 +0000 (23:08 +0000)]
javadocs fixes (jdk8)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751106 13f79535-47bb-0310-9956-ffa450edef68

8 years agoignore *.zip
Andreas Beeker [Sat, 2 Jul 2016 22:57:21 +0000 (22:57 +0000)]
ignore *.zip

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751104 13f79535-47bb-0310-9956-ffa450edef68

8 years agoannounce POI 3.15-beta2
Andreas Beeker [Sat, 2 Jul 2016 22:09:00 +0000 (22:09 +0000)]
announce POI 3.15-beta2
generate snipplet for download.xml

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751103 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59773: move loop invariants outside of loop or change for loops to for-each loops
Javen O'Neal [Sat, 2 Jul 2016 18:28:43 +0000 (18:28 +0000)]
bug 59773: move loop invariants outside of loop or change for loops to for-each loops

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751086 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59781: ignore duplicate HSSF PaneInformation, which now shadows the Common SS...
Javen O'Neal [Sat, 2 Jul 2016 16:29:05 +0000 (16:29 +0000)]
bug 59781: ignore duplicate HSSF PaneInformation, which now shadows the Common SS version. The HSSF version has been deprecated and will be deleted after 2 releases

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751081 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to o.a...
Javen O'Neal [Sat, 2 Jul 2016 09:00:13 +0000 (09:00 +0000)]
bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to o.a.p.ss.util

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751044 13f79535-47bb-0310-9956-ffa450edef68

8 years agodon't shadow drawing field from XSSFShape in XSSFGraphicFrame
Javen O'Neal [Sat, 2 Jul 2016 08:40:50 +0000 (08:40 +0000)]
don't shadow drawing field from XSSFShape in XSSFGraphicFrame

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751038 13f79535-47bb-0310-9956-ffa450edef68

8 years agofindbugs: remove implements Cloneable declaration from classes that don't implement...
Javen O'Neal [Sat, 2 Jul 2016 08:30:34 +0000 (08:30 +0000)]
findbugs: remove implements Cloneable declaration from classes that don't implement a clone method

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751035 13f79535-47bb-0310-9956-ffa450edef68

8 years agofindbugs: remove switch statement fall-through and move default switch to bottom
Javen O'Neal [Sat, 2 Jul 2016 08:20:14 +0000 (08:20 +0000)]
findbugs: remove switch statement fall-through and move default switch to bottom

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751034 13f79535-47bb-0310-9956-ffa450edef68

8 years agoenable @Ignored unit test that is passing now
Javen O'Neal [Sat, 2 Jul 2016 05:12:19 +0000 (05:12 +0000)]
enable @Ignored unit test that is passing now

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751024 13f79535-47bb-0310-9956-ffa450edef68

8 years agofindbugs REC_CATCH_EXCEPTION: catch specific exception types and include more helpful...
Javen O'Neal [Sat, 2 Jul 2016 05:11:01 +0000 (05:11 +0000)]
findbugs REC_CATCH_EXCEPTION: catch specific exception types and include more helpful reason rather than catching all Exceptions with one misleading reason

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751023 13f79535-47bb-0310-9956-ffa450edef68

8 years ago+svn:eol-style=native
Javen O'Neal [Sat, 2 Jul 2016 05:01:43 +0000 (05:01 +0000)]
+svn:eol-style=native

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751022 13f79535-47bb-0310-9956-ffa450edef68

8 years agodeprecate o.a.p.hssf.util.AreaReference as it shadows o.a.p.ss.util.AreaReference...
Javen O'Neal [Sat, 2 Jul 2016 04:43:21 +0000 (04:43 +0000)]
deprecate o.a.p.hssf.util.AreaReference as it shadows o.a.p.ss.util.AreaReference (findbugs) and provides no additional functionality

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751021 13f79535-47bb-0310-9956-ffa450edef68

8 years agofindbugs: DocumentInputStream.skip(long) result not checked; close DocumentInputStrea...
Javen O'Neal [Sat, 2 Jul 2016 04:39:53 +0000 (04:39 +0000)]
findbugs: DocumentInputStream.skip(long) result not checked; close DocumentInputStream even if exception is thrown

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751020 13f79535-47bb-0310-9956-ffa450edef68

8 years agowhitespace and +svn:eol-style=native
Javen O'Neal [Sat, 2 Jul 2016 04:28:41 +0000 (04:28 +0000)]
whitespace and +svn:eol-style=native

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751019 13f79535-47bb-0310-9956-ffa450edef68

8 years agosonar fixes
Andreas Beeker [Fri, 1 Jul 2016 21:10:40 +0000 (21:10 +0000)]
sonar fixes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751007 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59776: don't swallow cause of exception in ZipPackagePropertiesMashaller exceptio...
Javen O'Neal [Fri, 1 Jul 2016 09:14:41 +0000 (09:14 +0000)]
bug 59776: don't swallow cause of exception in ZipPackagePropertiesMashaller exception handling

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750893 13f79535-47bb-0310-9956-ffa450edef68

8 years agoforbidden-apis-fix
Andreas Beeker [Thu, 30 Jun 2016 23:03:17 +0000 (23:03 +0000)]
forbidden-apis-fix

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750868 13f79535-47bb-0310-9956-ffa450edef68

8 years agoa few performance fixes to speed-up the tests
Andreas Beeker [Thu, 30 Jun 2016 22:59:46 +0000 (22:59 +0000)]
a few performance fixes to speed-up the tests

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750867 13f79535-47bb-0310-9956-ffa450edef68

8 years ago#59739 When testing for a valid NFIB in a FileInformationBlock, accept common "nearby...
Nick Burch [Thu, 30 Jun 2016 21:20:23 +0000 (21:20 +0000)]
#59739 When testing for a valid NFIB in a FileInformationBlock, accept common "nearby" values as found from CommonCrawl

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750866 13f79535-47bb-0310-9956-ffa450edef68

8 years agoBug 59739: For now fix the regression in FileInformationBlock which was introduced...
Dominik Stadler [Thu, 30 Jun 2016 21:06:04 +0000 (21:06 +0000)]
Bug 59739: For now fix the regression in FileInformationBlock which was introduced after 3.15-beta1 so that the documents can be loaded again pending a full fix as discussed in the bug.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750864 13f79535-47bb-0310-9956-ffa450edef68

8 years agoUpdate to apache-rat-12
Dominik Stadler [Thu, 30 Jun 2016 21:05:52 +0000 (21:05 +0000)]
Update to apache-rat-12

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750863 13f79535-47bb-0310-9956-ffa450edef68

8 years ago#59766 Need to catch Errors as well when trying to tweak SAX stuff
Nick Burch [Mon, 27 Jun 2016 19:57:33 +0000 (19:57 +0000)]
#59766 Need to catch Errors as well when trying to tweak SAX stuff

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750408 13f79535-47bb-0310-9956-ffa450edef68

8 years agoprepare for 3.15-beta3
Andreas Beeker [Sat, 25 Jun 2016 16:53:05 +0000 (16:53 +0000)]
prepare for 3.15-beta3

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750213 13f79535-47bb-0310-9956-ffa450edef68

8 years agorelease prepare for 3.15-beta2 - pin documentation
Andreas Beeker [Sat, 25 Jun 2016 16:50:21 +0000 (16:50 +0000)]
release prepare for 3.15-beta2 - pin documentation

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750211 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59748: replace remaining Hashtable usages in contrib/poi-ruby and hssf examples
Javen O'Neal [Sat, 25 Jun 2016 05:22:05 +0000 (05:22 +0000)]
bug 59748: replace remaining Hashtable usages in contrib/poi-ruby and hssf examples

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750182 13f79535-47bb-0310-9956-ffa450edef68

8 years agoadd @Override annotation for updateOtherRecordReferences on PositionDependentRecordAt...
Javen O'Neal [Sat, 25 Jun 2016 05:10:22 +0000 (05:10 +0000)]
add @Override annotation for updateOtherRecordReferences on PositionDependentRecordAtom descendents

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750181 13f79535-47bb-0310-9956-ffa450edef68

8 years agodeprecated constants pointing to MissingCellPolicy - use enum instead
Andreas Beeker [Fri, 24 Jun 2016 23:31:12 +0000 (23:31 +0000)]
deprecated constants pointing to MissingCellPolicy - use enum instead
javadocs fixes (jdk8)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750172 13f79535-47bb-0310-9956-ffa450edef68

8 years agoSonar fixes
Andreas Beeker [Fri, 24 Jun 2016 22:04:12 +0000 (22:04 +0000)]
Sonar fixes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750171 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59748: replace Hashtable with HashMap; contributed by Axel Howind
Javen O'Neal [Fri, 24 Jun 2016 21:39:44 +0000 (21:39 +0000)]
bug 59748: replace Hashtable with HashMap; contributed by Axel Howind

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750168 13f79535-47bb-0310-9956-ffa450edef68

8 years agosonar fix
Andreas Beeker [Fri, 24 Jun 2016 20:26:08 +0000 (20:26 +0000)]
sonar fix

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750162 13f79535-47bb-0310-9956-ffa450edef68

8 years agocommon-crawl-regression-fix: fallback to higher template level for default font,...
Andreas Beeker [Fri, 24 Jun 2016 00:12:25 +0000 (00:12 +0000)]
common-crawl-regression-fix: fallback to higher template level for default font, in case the style reference can't be determined

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750034 13f79535-47bb-0310-9956-ffa450edef68