]> source.dussan.org Git - poi.git/log
poi.git
8 years agoReduce calls to utf-related methods - the integration test took ages because of poc...
Andreas Beeker [Mon, 16 May 2016 10:02:13 +0000 (10:02 +0000)]
Reduce calls to utf-related methods - the integration test took ages because of poc-shared-strings.xlsx

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

8 years agoReduce calls to utf-related methods - the integration test took ages because of poc...
Andreas Beeker [Mon, 16 May 2016 10:01:36 +0000 (10:01 +0000)]
Reduce calls to utf-related methods - the integration test took ages because of poc-shared-strings.xlsx

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

8 years agoSonar fixes - array is stored directly
Andreas Beeker [Mon, 16 May 2016 09:57:19 +0000 (09:57 +0000)]
Sonar fixes - array is stored directly

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

8 years agoDispose XmlCursor
Andreas Beeker [Mon, 16 May 2016 09:54:01 +0000 (09:54 +0000)]
Dispose XmlCursor
Replacing a method argument (XmlCursor) with a local instance and then updating it, doesn't make sense

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

8 years agoadded commons-logging to integration test to make profiling easier - just match the...
Andreas Beeker [Mon, 16 May 2016 09:49:17 +0000 (09:49 +0000)]
added commons-logging to integration test to make profiling easier - just match the timestamps of the log with the timestamps of the profiling monitor

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

8 years ago#59170 - Remove deprecated classes (POI 3.15) - use FormulaError instead of ErrorCons...
Andreas Beeker [Mon, 16 May 2016 09:38:42 +0000 (09:38 +0000)]
#59170 - Remove deprecated classes (POI 3.15) - use FormulaError instead of ErrorConstants

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

8 years ago#58144 - Behaviour for headers and footers of slides is inconsistent between slidesho...
Andreas Beeker [Fri, 13 May 2016 23:50:39 +0000 (23:50 +0000)]
#58144 - Behaviour for headers and footers of slides is inconsistent between slideshows created in 2003 and 2007

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

8 years agoadd @since to javadocs
Javen O'Neal [Mon, 9 May 2016 05:47:49 +0000 (05:47 +0000)]
add @since to javadocs

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

8 years agobug 59443: exit early on setAddress if address is the same
Javen O'Neal [Mon, 9 May 2016 05:46:14 +0000 (05:46 +0000)]
bug 59443: exit early on setAddress if address is the same

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

8 years agobug 59443: use Comment.setAddress when changing both row and column of cell comment...
Javen O'Neal [Mon, 9 May 2016 05:25:29 +0000 (05:25 +0000)]
bug 59443: use Comment.setAddress when changing both row and column of cell comment address

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

8 years agobug 59443: add get/setAddress methods on cell comment class
Javen O'Neal [Mon, 9 May 2016 05:09:41 +0000 (05:09 +0000)]
bug 59443: add get/setAddress methods on cell comment class

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

8 years agofix BasteTestCellComment#attemptToSave2CommentsWithSameCoordinates to work with diffe...
Javen O'Neal [Mon, 9 May 2016 04:29:17 +0000 (04:29 +0000)]
fix BasteTestCellComment#attemptToSave2CommentsWithSameCoordinates to work with different behaviors of HSSFWorkbook and XSSFWorkbook

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

8 years agowhitespace
Javen O'Neal [Mon, 9 May 2016 03:53:55 +0000 (03:53 +0000)]
whitespace

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

8 years agoadd disabled unit test for bug 59393 from stone
Javen O'Neal [Mon, 9 May 2016 03:49:16 +0000 (03:49 +0000)]
add disabled unit test for bug 59393 from stone

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

8 years agomove TestHSSFComment#attemptToSave2CommentsWithSameCoordinates down to BaseTestCellCo...
Javen O'Neal [Mon, 9 May 2016 03:35:45 +0000 (03:35 +0000)]
move TestHSSFComment#attemptToSave2CommentsWithSameCoordinates down to BaseTestCellComment

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

8 years agomerge TestComment into TestHSSFComment
Javen O'Neal [Mon, 9 May 2016 03:27:32 +0000 (03:27 +0000)]
merge TestComment into TestHSSFComment

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

8 years agoadd test case from Anders Åberg for bug 59442
Javen O'Neal [Mon, 9 May 2016 01:27:31 +0000 (01:27 +0000)]
add test case from Anders Åberg for bug 59442

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

8 years agoTest CellUtil with XSSFWorkbook and SXSSFWorkbook instances
Javen O'Neal [Mon, 9 May 2016 01:12:25 +0000 (01:12 +0000)]
Test CellUtil with XSSFWorkbook and SXSSFWorkbook instances

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

8 years agoconvert TestCellUtil to BaseTestCellUtil so that it can be tested with different...
Javen O'Neal [Mon, 9 May 2016 01:09:36 +0000 (01:09 +0000)]
convert TestCellUtil to BaseTestCellUtil so that it can be tested with different workbook instances

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

8 years ago#59434 - Cannot add a picture on a slide that already have an image with an hyperlink...
Andreas Beeker [Sun, 8 May 2016 13:28:11 +0000 (13:28 +0000)]
#59434 - Cannot add a picture on a slide that already have an image with an hyperlink on it

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

8 years agoTry to print out more information if the timestamp-operation fails
Dominik Stadler [Thu, 5 May 2016 12:22:44 +0000 (12:22 +0000)]
Try to print out more information if the timestamp-operation fails

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

8 years agoClose file-handles in tests as well to avoid noise when running file-leak-detection
Dominik Stadler [Thu, 5 May 2016 12:22:37 +0000 (12:22 +0000)]
Close file-handles in tests as well to avoid noise when running file-leak-detection

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

8 years agoSome general code-fixes found while trying out Java 9
Dominik Stadler [Thu, 5 May 2016 12:22:31 +0000 (12:22 +0000)]
Some general code-fixes found while trying out Java 9

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

8 years agoTry to catch more network-unavailable cases in TestSignatureInfo
Dominik Stadler [Thu, 5 May 2016 12:22:23 +0000 (12:22 +0000)]
Try to catch more network-unavailable cases in TestSignatureInfo

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

8 years agoRefactor SSPerformanceTest into a few methods to make it easier to use a profiler
Dominik Stadler [Thu, 5 May 2016 12:22:16 +0000 (12:22 +0000)]
Refactor SSPerformanceTest into a few methods to make it easier to use a profiler

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

8 years ago#59327 - Setting text direction on a table cell has no effect
Andreas Beeker [Wed, 4 May 2016 22:09:10 +0000 (22:09 +0000)]
#59327 - Setting text direction on a table cell has no effect

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

8 years agoremove dublin core schemas as we don't use the schemas which reference them
Andreas Beeker [Fri, 29 Apr 2016 20:55:52 +0000 (20:55 +0000)]
remove dublin core schemas as we don't use the schemas which reference them

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

8 years agocomment out https check for jdk1.6
Andreas Beeker [Wed, 27 Apr 2016 22:17:17 +0000 (22:17 +0000)]
comment out https check for jdk1.6

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

8 years agobug 59383: getFormat should cache data formatter (fix from Nick C), accidentally...
Javen O'Neal [Tue, 26 Apr 2016 22:48:02 +0000 (22:48 +0000)]
bug 59383: getFormat should cache data formatter (fix from Nick C), accidentally deleted in bug 58532 r1710407.

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

8 years agouse https URL
Javen O'Neal [Mon, 18 Apr 2016 18:22:06 +0000 (18:22 +0000)]
use https URL

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

8 years agoremove unused import
Javen O'Neal [Mon, 18 Apr 2016 04:47:06 +0000 (04:47 +0000)]
remove unused import

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

8 years agoadd unit test for SXSSFSheet#changeRowNum
Javen O'Neal [Mon, 18 Apr 2016 04:46:05 +0000 (04:46 +0000)]
add unit test for SXSSFSheet#changeRowNum

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

8 years agoadd description to dist-nexus target in build.xml
Javen O'Neal [Mon, 18 Apr 2016 01:28:11 +0000 (01:28 +0000)]
add description to dist-nexus target in build.xml

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

8 years agoadd test-ss target to test Common SS, HSSF, XSSF, and SXSSF; add descriptions to...
Javen O'Neal [Mon, 18 Apr 2016 01:23:26 +0000 (01:23 +0000)]
add test-ss target to test Common SS, HSSF, XSSF, and SXSSF; add descriptions to targets

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

8 years agoadd test-hssf target to test just HSSF classes, skipping hssf.dev. Duration after...
Javen O'Neal [Mon, 18 Apr 2016 01:07:37 +0000 (01:07 +0000)]
add test-hssf target to test just HSSF classes, skipping hssf.dev. Duration after running ant clean (includes 0m22s of prerequisites): test-hssf: 1m3s, test-main: 2m8s.

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

8 years agoadd missing groups to javadocs
Javen O'Neal [Mon, 18 Apr 2016 00:28:13 +0000 (00:28 +0000)]
add missing groups to javadocs

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

8 years agoadd test-ooxml-ss target to test just (S)XSSF classes. Duration after running ant...
Javen O'Neal [Mon, 18 Apr 2016 00:16:28 +0000 (00:16 +0000)]
add test-ooxml-ss target to test just (S)XSSF classes. Duration after running ant clean: test-ooxml-ss 1m55s, test-ooxml 2m26s, test 5m55s

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

8 years agowhitespace
Javen O'Neal [Sun, 17 Apr 2016 22:01:48 +0000 (22:01 +0000)]
whitespace

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

8 years agowhitespace
Javen O'Neal [Sun, 17 Apr 2016 21:51:16 +0000 (21:51 +0000)]
whitespace

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

8 years agoadd unit test for StringUtil#join
Javen O'Neal [Sun, 17 Apr 2016 21:28:49 +0000 (21:28 +0000)]
add unit test for StringUtil#join

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

8 years agorestore r1739550 and r1739552 (by reverting r1739580). Exclude BaseTestXWorkbook...
Javen O'Neal [Sun, 17 Apr 2016 20:17:04 +0000 (20:17 +0000)]
restore r1739550 and r1739552 (by reverting r1739580). Exclude BaseTestXWorkbook, BaseTestXSheet, BaseTestXRow, and BaseTestXCell from the OOXML-Lite target

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

8 years agoreformat exclude classes regular expression for OOXMLLite
Javen O'Neal [Sun, 17 Apr 2016 20:02:17 +0000 (20:02 +0000)]
reformat exclude classes regular expression for OOXMLLite

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

8 years agoupgrade TestPaletteRecord to junit4
Javen O'Neal [Sun, 17 Apr 2016 11:40:18 +0000 (11:40 +0000)]
upgrade TestPaletteRecord to junit4

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

8 years agobug 58896: write autoSizeColumn timing to POILogger instead of standard output
Javen O'Neal [Sun, 17 Apr 2016 11:36:50 +0000 (11:36 +0000)]
bug 58896: write autoSizeColumn timing to POILogger instead of standard output

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

8 years agorevert r1739548 and r1739550. I could not figure out how to add BaseTestXWorkbook...
Javen O'Neal [Sun, 17 Apr 2016 11:25:35 +0000 (11:25 +0000)]
revert r1739548 and r1739550. I could not figure out how to add BaseTestXWorkbook|Sheet|Row.java without causing junit to complain about 'Test class should have exactly one public constructor'

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

8 years agoadd comments
Javen O'Neal [Sun, 17 Apr 2016 08:42:26 +0000 (08:42 +0000)]
add comments

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

8 years agoconsolidate duplicates between TestXSSF* and TestSXSSF*
Javen O'Neal [Sun, 17 Apr 2016 08:40:27 +0000 (08:40 +0000)]
consolidate duplicates between TestXSSF* and TestSXSSF*

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

8 years agoadd junit test classes for combined testing of XML-specific functionality of (S)XSSF...
Javen O'Neal [Sun, 17 Apr 2016 08:06:30 +0000 (08:06 +0000)]
add junit test classes for combined testing of XML-specific functionality of (S)XSSF Workbook, Sheet, and Row

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

8 years agobug 59342: add sheet tab color getter and setter
Javen O'Neal [Sun, 17 Apr 2016 07:39:36 +0000 (07:39 +0000)]
bug 59342: add sheet tab color getter and setter

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

8 years agobug 59342: add sheet tab color getter and setter
Javen O'Neal [Sun, 17 Apr 2016 07:38:15 +0000 (07:38 +0000)]
bug 59342: add sheet tab color getter and setter

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

8 years agobug 59340: lookup IndexedColors by index
Javen O'Neal [Sun, 17 Apr 2016 03:39:21 +0000 (03:39 +0000)]
bug 59340: lookup IndexedColors by index

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

8 years agomove unit test for XSSFSheet.setTabColor from TestXSSFWorkbook to TestXSSFSheet
Javen O'Neal [Sun, 17 Apr 2016 03:35:58 +0000 (03:35 +0000)]
move unit test for XSSFSheet.setTabColor from TestXSSFWorkbook to TestXSSFSheet

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

8 years agobug 59336: patch from Mark Murphy: deprecate functions in CellUtil that require an...
Javen O'Neal [Sun, 17 Apr 2016 01:29:19 +0000 (01:29 +0000)]
bug 59336: patch from Mark Murphy: deprecate functions in CellUtil that require an unnecessary Workbook argument.

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

8 years agobug 59336: patch from Mark Murphy: replace deprecated usage of functions in CellUtil
Javen O'Neal [Sun, 17 Apr 2016 00:32:32 +0000 (00:32 +0000)]
bug 59336: patch from Mark Murphy: replace deprecated usage of functions in CellUtil

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

8 years agobug 59338: patch from Mark Murphy to deprecate HSSFCellUtil class in favor of CellUtil.
Javen O'Neal [Sun, 17 Apr 2016 00:20:37 +0000 (00:20 +0000)]
bug 59338: patch from Mark Murphy to deprecate HSSFCellUtil class in favor of CellUtil.

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

8 years agoNexus upload - mimic the manually uploaded repositories - see [INFRA-11687]
Andreas Beeker [Fri, 15 Apr 2016 11:06:58 +0000 (11:06 +0000)]
Nexus upload - mimic the manually uploaded repositories - see [INFRA-11687]

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

8 years agofix Sonar warnings
Javen O'Neal [Tue, 12 Apr 2016 22:44:28 +0000 (22:44 +0000)]
fix Sonar warnings

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

8 years agobug 59312: delete temporary files even when the output stream cannot be closed (such...
Javen O'Neal [Tue, 12 Apr 2016 18:48:31 +0000 (18:48 +0000)]
bug 59312: delete temporary files even when the output stream cannot be closed (such as out of disk space IOException)

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

8 years agojavadocs fixes
Javen O'Neal [Tue, 12 Apr 2016 12:19:49 +0000 (12:19 +0000)]
javadocs fixes

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

8 years agofix several findbugs SF_SWITCH_NO_DEFAULT warnings
Javen O'Neal [Tue, 12 Apr 2016 12:03:24 +0000 (12:03 +0000)]
fix several findbugs SF_SWITCH_NO_DEFAULT warnings

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

8 years agowhitespace (tabs to spaces)
Javen O'Neal [Tue, 12 Apr 2016 11:28:25 +0000 (11:28 +0000)]
whitespace (tabs to spaces)

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

8 years agofix several findbugs SF_SWITCH_NO_DEFAULT warnings
Javen O'Neal [Tue, 12 Apr 2016 11:12:57 +0000 (11:12 +0000)]
fix several findbugs SF_SWITCH_NO_DEFAULT warnings

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

8 years agoadd LINK_TYPE_SECONDARY_CATEGORIES, which appears to be a valid type (0x03) based...
Javen O'Neal [Tue, 12 Apr 2016 11:03:58 +0000 (11:03 +0000)]
add LINK_TYPE_SECONDARY_CATEGORIES, which appears to be a valid type (0x03) based on HSSFChart.insertData

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

8 years agoFix compiler warnings and ensure CTChartSheets stays included and is not refactored...
Dominik Stadler [Tue, 12 Apr 2016 10:09:44 +0000 (10:09 +0000)]
Fix compiler warnings and ensure CTChartSheets stays included and is not refactored out by automated import reorganization

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

8 years agosourceforge findbugs can't be downloaded over HTTPS yet
Javen O'Neal [Tue, 12 Apr 2016 09:56:33 +0000 (09:56 +0000)]
sourceforge findbugs can't be downloaded over HTTPS yet

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

8 years agouse https URLs when available
Javen O'Neal [Tue, 12 Apr 2016 09:52:42 +0000 (09:52 +0000)]
use https URLs when available

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

8 years agojunit4 assert* improvements, add CTChartsheet to unit test so that it's compiled...
Javen O'Neal [Tue, 12 Apr 2016 09:22:48 +0000 (09:22 +0000)]
junit4 assert* improvements, add CTChartsheet to unit test so that it's compiled into poi-ooxml-schemas.jar (if it isn't already)

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

8 years agoconvert to junit4
Javen O'Neal [Tue, 12 Apr 2016 08:51:45 +0000 (08:51 +0000)]
convert to junit4

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

8 years agoExclude file that was modified and now fails with the known limitation of sheet-cloning
Dominik Stadler [Tue, 12 Apr 2016 06:56:06 +0000 (06:56 +0000)]
Exclude file that was modified and now fails with the known limitation of sheet-cloning

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

8 years agoconvert to junit4
Javen O'Neal [Tue, 12 Apr 2016 03:43:33 +0000 (03:43 +0000)]
convert to junit4

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

8 years agowhitespace: +svn:eol-style=native, tabs to 4 spaces
Javen O'Neal [Tue, 12 Apr 2016 03:21:01 +0000 (03:21 +0000)]
whitespace: +svn:eol-style=native, tabs to 4 spaces

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

8 years agojavadoc typo
Javen O'Neal [Tue, 12 Apr 2016 03:13:52 +0000 (03:13 +0000)]
javadoc typo

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

8 years agochange chart type from 2 independent data series to one independent-dependent data...
Javen O'Neal [Tue, 12 Apr 2016 01:31:09 +0000 (01:31 +0000)]
change chart type from 2 independent data series to one independent-dependent data series

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

8 years agofix javadocs and findbugs warnings
Javen O'Neal [Tue, 12 Apr 2016 01:30:20 +0000 (01:30 +0000)]
fix javadocs and findbugs warnings

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

8 years agobug 59306: add SimpleScatterChart.xls(x) for testing
Javen O'Neal [Tue, 12 Apr 2016 00:21:46 +0000 (00:21 +0000)]
bug 59306: add SimpleScatterChart.xls(x) for testing

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

8 years agobug 52949: add unit test for reading VBA Macros from a Visio OOXML (VSDM, 2013+)...
Javen O'Neal [Mon, 11 Apr 2016 21:35:22 +0000 (21:35 +0000)]
bug 52949: add unit test for reading VBA Macros from a Visio OOXML (VSDM, 2013+) file

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

8 years agobug 52949: add Visio (XDGF) file with macros to test macro extraction
Javen O'Neal [Mon, 11 Apr 2016 21:25:11 +0000 (21:25 +0000)]
bug 52949: add Visio (XDGF) file with macros to test macro extraction

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

8 years agobug 52949: add VBAMacroReader unit tests for H/XSLF, H/XWPF, and HGDF; OLE directorie...
Javen O'Neal [Mon, 11 Apr 2016 05:54:17 +0000 (05:54 +0000)]
bug 52949: add VBAMacroReader unit tests for H/XSLF, H/XWPF, and HGDF; OLE directories as case-insensitive

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

8 years agobug 52949: add Word, Powerpoint, and Visio (HDGF) files with macros to test macro...
Javen O'Neal [Mon, 11 Apr 2016 03:02:18 +0000 (03:02 +0000)]
bug 52949: add Word, Powerpoint, and Visio (HDGF) files with macros to test macro extraction

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

8 years agoadd compile dependency to forbidden-apis-check so that forbidden-apis-check will...
Javen O'Neal [Mon, 11 Apr 2016 01:33:21 +0000 (01:33 +0000)]
add compile dependency to forbidden-apis-check so that forbidden-apis-check will recompile sources that have been modified

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

8 years agobug 52949: fix forbidden apis
Javen O'Neal [Mon, 11 Apr 2016 01:26:09 +0000 (01:26 +0000)]
bug 52949: fix forbidden apis

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

8 years agoadd @NotImplemented annotation to methods that are not implemented
Javen O'Neal [Sun, 10 Apr 2016 21:28:41 +0000 (21:28 +0000)]
add @NotImplemented annotation to methods that are not implemented

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

8 years agoignore VBA source files in integration test
Javen O'Neal [Sun, 10 Apr 2016 20:21:55 +0000 (20:21 +0000)]
ignore VBA source files in integration test

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

8 years agobug 52949: parameterize fromNPOIFS also
Javen O'Neal [Sun, 10 Apr 2016 14:46:42 +0000 (14:46 +0000)]
bug 52949: parameterize fromNPOIFS also

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

8 years agobug 52949: prepare for adding DOC/DOCM and PPT/PPTM test cases
Javen O'Neal [Sun, 10 Apr 2016 14:33:47 +0000 (14:33 +0000)]
bug 52949: prepare for adding DOC/DOCM and PPT/PPTM test cases

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

8 years agobug 52949: add junit test for RLEDecompressingInputStream
Javen O'Neal [Sun, 10 Apr 2016 14:09:02 +0000 (14:09 +0000)]
bug 52949: add junit test for RLEDecompressingInputStream

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

8 years agosvn propset svn:eol-style native
Javen O'Neal [Sun, 10 Apr 2016 14:05:33 +0000 (14:05 +0000)]
svn propset svn:eol-style native

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

8 years agoJavadoc tweaks
Nick Burch [Sun, 10 Apr 2016 13:02:36 +0000 (13:02 +0000)]
Javadoc tweaks

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

8 years agoMake the extractor exactly that, powered by the reader #52949
Nick Burch [Sun, 10 Apr 2016 12:59:38 +0000 (12:59 +0000)]
Make the extractor exactly that, powered by the reader #52949

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

8 years agoUnit test for VBA macro reading #52949
Nick Burch [Sun, 10 Apr 2016 12:45:53 +0000 (12:45 +0000)]
Unit test for VBA macro reading #52949

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

8 years agoStart to refactor VBAMacroExtractor into a more general class
Nick Burch [Sun, 10 Apr 2016 11:54:09 +0000 (11:54 +0000)]
Start to refactor VBAMacroExtractor into a more general class

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

8 years agoVBA extraction support from bug #52949 from Barry Lagerweij
Nick Burch [Sun, 10 Apr 2016 11:16:49 +0000 (11:16 +0000)]
VBA extraction support from bug #52949 from Barry Lagerweij

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

8 years agoBug 57844: Add some javadoc for unimplemented features in SXSSF
Dominik Stadler [Sun, 10 Apr 2016 09:40:40 +0000 (09:40 +0000)]
Bug 57844: Add some javadoc for unimplemented features in SXSSF

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

8 years agoremove copy&paste error in release-prep
Andreas Beeker [Sat, 9 Apr 2016 11:28:12 +0000 (11:28 +0000)]
remove copy&paste error in release-prep

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

8 years agoclose fileinputstream on second exception in ZipPackage
Tim Allison [Fri, 8 Apr 2016 14:36:05 +0000 (14:36 +0000)]
close fileinputstream on second exception in ZipPackage

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

8 years agoupdate release-guide and build.xml to the new release process
Andreas Beeker [Thu, 7 Apr 2016 23:11:22 +0000 (23:11 +0000)]
update release-guide and build.xml to the new release process

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

8 years agoIn Example FromHowTo, open the OPCPacakge read-only to not try to write it back on...
Dominik Stadler [Thu, 7 Apr 2016 07:25:02 +0000 (07:25 +0000)]
In Example FromHowTo, open the OPCPacakge read-only to not try to write it back on close()

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

8 years agoupdate license - include additional dependencies
Andreas Beeker [Wed, 6 Apr 2016 21:32:59 +0000 (21:32 +0000)]
update license - include additional dependencies

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

8 years agoClose two more file-handles in Example FromHowTo
Dominik Stadler [Wed, 6 Apr 2016 19:50:20 +0000 (19:50 +0000)]
Close two more file-handles in Example FromHowTo

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

8 years agoTried to evaluate all formulas in worksheets as part of the integration tests, but...
Dominik Stadler [Wed, 6 Apr 2016 19:50:14 +0000 (19:50 +0000)]
Tried to evaluate all formulas in worksheets as part of the integration tests, but some documents fail and it probably increases runtime of tests considerably, so left commented out for now.

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