svn commit: r1737013 - in /poi/trunk/src/ooxml: java/org/apache/poi/openxml4j/util/ZipSecureFile.java testcases/org/apache/poi/openxml4j/opc/TestPackage.java

2016-03-29 Thread centic
Author: centic Date: Tue Mar 29 15:45:04 2016 New Revision: 1737013 URL: http://svn.apache.org/viewvc?rev=1737013&view=rev Log: Fix some compiler warnings, improve error message, cover some more code Modified: poi/trunk/src/ooxml/java/org/apache/poi/openxml4j/util/ZipSecureFile.java

svn commit: r1737018 - /poi/trunk/src/ooxml/testcases/org/apache/poi/xwpf/usermodel/TestXWPFRun.java

2016-03-29 Thread centic
Author: centic Date: Tue Mar 29 16:11:29 2016 New Revision: 1737018 URL: http://svn.apache.org/viewvc?rev=1737018&view=rev Log: Try to reproduce bug 58922, convert to JUnit 4 Modified: poi/trunk/src/ooxml/testcases/org/apache/poi/xwpf/usermodel/TestXWPFRun.java Modified: poi/trunk

svn commit: r1737024 - /poi/trunk/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFWorkbook.java

2016-03-29 Thread centic
Author: centic Date: Tue Mar 29 17:27:20 2016 New Revision: 1737024 URL: http://svn.apache.org/viewvc?rev=1737024&view=rev Log: Bug 58915: Update javadoc for memory consumption and fix some other javadoc and compiler warnings Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/strea

svn commit: r1737025 - in /poi/trunk: ./ sonar/ src/integrationtest/ src/integrationtest/org/apache/poi/stress/ src/java/ src/java/org/apache/poi/poifs/dev/ src/ooxml/java/org/apache/poi/xssf/usermode

2016-03-29 Thread centic
Author: centic Date: Tue Mar 29 17:30:55 2016 New Revision: 1737025 URL: http://svn.apache.org/viewvc?rev=1737025&view=rev Log: Bug 58915: Add note about memory consumption and update changelog Added: poi/trunk/OOXMLLite.launch poi/trunk/OOXMLPrettyPrint.launch poi/trunk/reru

svn commit: r1737028 - in /poi/site: publish/changes.html publish/changes.rss publish/spreadsheet/how-to.html src/documentation/content/xdocs/spreadsheet/how-to.xml src/documentation/content/xdocs/sta

2016-03-29 Thread centic
Author: centic Date: Tue Mar 29 18:04:17 2016 New Revision: 1737028 URL: http://svn.apache.org/viewvc?rev=1737028&view=rev Log: Bug 58915: Add note about memory consumption and update changelog Modified: poi/site/publish/changes.html poi/site/publish/changes.rss poi/site/pub

svn commit: r1737029 - in /poi/trunk: ./ sonar/ src/integrationtest/ src/integrationtest/org/apache/poi/stress/ src/java/ src/java/org/apache/poi/poifs/dev/ src/ooxml/java/org/apache/poi/xssf/usermode

2016-03-29 Thread centic
Author: centic Date: Tue Mar 29 18:11:44 2016 New Revision: 1737029 URL: http://svn.apache.org/viewvc?rev=1737029&view=rev Log: Revert set of inadvertedly committed files/changes Removed: poi/trunk/OOXMLLite.launch poi/trunk/OOXMLPrettyPrint.launch poi/trunk/rerun.sh poi/t

svn commit: r1737031 - /poi/trunk/src/java/org/apache/poi/poifs/dev/POIFSDump.java

2016-03-29 Thread centic
Author: centic Date: Tue Mar 29 18:44:11 2016 New Revision: 1737031 URL: http://svn.apache.org/viewvc?rev=1737031&view=rev Log: DumpPOIFS: Create a separate named sub-directory for each file to not overwrite each other when passing in multiple files for dumping, check for failing mk

svn commit: r1737237 - in /poi/trunk/src: java/org/apache/poi/hssf/usermodel/ ooxml/java/org/apache/poi/xssf/usermodel/ ooxml/testcases/org/apache/poi/xssf/ ooxml/testcases/org/apache/poi/xssf/streami

2016-03-31 Thread centic
Author: centic Date: Thu Mar 31 13:32:05 2016 New Revision: 1737237 URL: http://svn.apache.org/viewvc?rev=1737237&view=rev Log: Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheetname to allow to avoid a costly renaming of sheets. Combine related unit-tests into

svn commit: r1737239 - /poi/site/src/documentation/content/xdocs/status.xml

2016-03-31 Thread centic
Author: centic Date: Thu Mar 31 13:37:46 2016 New Revision: 1737239 URL: http://svn.apache.org/viewvc?rev=1737239&view=rev Log: Update changelog Modified: poi/site/src/documentation/content/xdocs/status.xml Modified: poi/site/src/documentation/content/xdocs/status.xml URL:

svn commit: r1737242 - in /poi/trunk/src/integrationtest/org/apache/poi/stress: AbstractFileHandler.java HSSFFileHandler.java SpreadsheetHandler.java XSSFFileHandler.java

2016-03-31 Thread centic
Author: centic Date: Thu Mar 31 13:56:27 2016 New Revision: 1737242 URL: http://svn.apache.org/viewvc?rev=1737242&view=rev Log: Adjust integration tests, fix compilation warnings, make the check on "EXPECTED_EXTRACTOR_FAILURES" actually work Modified: poi/trunk/src/integ

svn commit: r1737247 - /poi/trunk/src/examples/src/org/apache/poi/xssf/eventusermodel/examples/FromHowTo.java

2016-03-31 Thread centic
Author: centic Date: Thu Mar 31 14:39:11 2016 New Revision: 1737247 URL: http://svn.apache.org/viewvc?rev=1737247&view=rev Log: Bug 57930: Add support for inlineString in FromHowTo Also do not require an Apache Xerces Parser, let the JDK choose an available one instead Modified: poi/t

svn commit: r1737308 - in /poi/trunk: ./ src/examples/src/org/apache/poi/xssf/eventusermodel/ src/integrationtest/org/apache/poi/ src/integrationtest/org/apache/poi/stress/

2016-03-31 Thread centic
Author: centic Date: Fri Apr 1 06:25:49 2016 New Revision: 1737308 URL: http://svn.apache.org/viewvc?rev=1737308&view=rev Log: Enhance integration tests to call some of the common examples/devtools to also trigger these with all sample files, currently XLSX2CSV, BiffViewer, FromHowTo Modi

svn commit: r1737466 - in /poi/trunk: src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFSimpleShape.java test-data/slideshow/aascu.org_workarea_downloadasset.aspx_id=5864.pptx

2016-04-01 Thread centic
Author: centic Date: Sat Apr 2 06:38:39 2016 New Revision: 1737466 URL: http://svn.apache.org/viewvc?rev=1737466&view=rev Log: Regression: Add unit-test which triggers more code deep inside XSLF to have some missing pieces included in the reduced ooxml-schema-jar Added: poi/trunk/

svn commit: r1737489 - in /poi/trunk/src/ooxml/java/org/apache/poi/openxml4j/opc: OPCPackage.java internal/ZipHelper.java

2016-04-02 Thread centic
Author: centic Date: Sat Apr 2 11:01:56 2016 New Revision: 1737489 URL: http://svn.apache.org/viewvc?rev=1737489&view=rev Log: Fix two more places where wrong/invalid files can lead to file-handle leaks currently Modified: poi/trunk/src/ooxml/java/org/apache/poi/openxml4j

svn commit: r1737487 - in /poi/trunk: build.xml src/java/org/apache/poi/hssf/extractor/OldExcelExtractor.java src/ooxml/java/org/apache/poi/openxml4j/opc/OPCPackage.java src/ooxml/testcases/org/apache

2016-04-02 Thread centic
Author: centic Date: Sat Apr 2 11:01:43 2016 New Revision: 1737487 URL: http://svn.apache.org/viewvc?rev=1737487&view=rev Log: Fix some cases where file handles are not closed in OldExcelExtractor Close resources in some more tests to make the file-leak report clean again Modified:

svn commit: r1737488 - /poi/trunk/src/ooxml/testcases/org/apache/poi/openxml4j/opc/TestZipPackage.java

2016-04-02 Thread centic
Author: centic Date: Sat Apr 2 11:01:49 2016 New Revision: 1737488 URL: http://svn.apache.org/viewvc?rev=1737488&view=rev Log: Prevent us from changing the file with every test-run Modified: poi/trunk/src/ooxml/testcases/org/apache/poi/openxml4j/opc/TestZipPackage.java Modified:

svn commit: r1737602 - in /poi/trunk: src/java/org/apache/poi/hssf/model/InternalWorkbook.java src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java test-data/spreadsheet/55982.xls

2016-04-03 Thread centic
Author: centic Date: Sun Apr 3 18:32:22 2016 New Revision: 1737602 URL: http://svn.apache.org/viewvc?rev=1737602&view=rev Log: Bug 55982: Don't fail to open the spreadsheet if no TabIdRecord is found Added: poi/trunk/test-data/spreadsheet/55982.xls Modified: poi/trunk/src

svn commit: r1737808 - in /poi/site: publish/faq.html src/documentation/content/xdocs/faq.xml

2016-04-05 Thread centic
Author: centic Date: Tue Apr 5 09:34:26 2016 New Revision: 1737808 URL: http://svn.apache.org/viewvc?rev=1737808&view=rev Log: Add FAQ about multi-threaded access Modified: poi/site/publish/faq.html poi/site/src/documentation/content/xdocs/faq.xml Modified: poi/site/publish/faq.

svn commit: r1737947 - in /poi/trunk/src/scratchpad: src/org/apache/poi/hwpf/model/LFOData.java src/org/apache/poi/hwpf/model/PlfLfo.java testcases/org/apache/poi/hwpf/model/PlfLfoTest.java

2016-04-06 Thread centic
Author: centic Date: Wed Apr 6 09:00:05 2016 New Revision: 1737947 URL: http://svn.apache.org/viewvc?rev=1737947&view=rev Log: Bug 56911: Fix IndexOutOfBoundsException in PlfLfo.add() and add minimal test, however these classes look quite untested and thus require more test-coverage to

svn commit: r1737948 - /poi/site/src/documentation/content/xdocs/status.xml

2016-04-06 Thread centic
Author: centic Date: Wed Apr 6 09:01:02 2016 New Revision: 1737948 URL: http://svn.apache.org/viewvc?rev=1737948&view=rev Log: Update changelog Modified: poi/site/src/documentation/content/xdocs/status.xml Modified: poi/site/src/documentation/content/xdocs/status.xml URL:

svn commit: r1737950 - /poi/site/src/documentation/content/xdocs/status.xml

2016-04-06 Thread centic
Author: centic Date: Wed Apr 6 09:12:35 2016 New Revision: 1737950 URL: http://svn.apache.org/viewvc?rev=1737950&view=rev Log: Update changelog with some more changes that I did recently Modified: poi/site/src/documentation/content/xdocs/status.xml Modified: poi/site/src/documenta

svn commit: r1737963 - /poi/trunk/src/scratchpad/testcases/org/apache/poi/hwpf/model/PlfLfoTest.java

2016-04-06 Thread centic
Author: centic Date: Wed Apr 6 10:52:36 2016 New Revision: 1737963 URL: http://svn.apache.org/viewvc?rev=1737963&view=rev Log: Add missing license header Modified: poi/trunk/src/scratchpad/testcases/org/apache/poi/hwpf/model/PlfLfoTest.java Modified: poi/trunk/src/scratchpad/testcases

svn commit: r1738031 - in /poi/trunk/src: examples/src/org/apache/poi/xssf/streaming/examples/ java/org/apache/poi/ddf/ java/org/apache/poi/poifs/crypt/ java/org/apache/poi/poifs/filesystem/ java/org/

2016-04-06 Thread centic
Author: centic Date: Wed Apr 6 19:49:47 2016 New Revision: 1738031 URL: http://svn.apache.org/viewvc?rev=1738031&view=rev Log: Code cleanup via IntelliJ: Remove unnecessary semicolon Modified: poi/trunk/src/examples/src/org/apache/poi/xssf/streaming/examples/HybridStreaming.java

svn commit: r1738032 - in /poi/trunk/src: java/org/apache/poi/hssf/record/aggregates/ java/org/apache/poi/ss/formula/ptg/ ooxml/testcases/org/apache/poi/ss/formula/ testcases/org/apache/poi/poifs/dev/

2016-04-06 Thread centic
Author: centic Date: Wed Apr 6 19:49:59 2016 New Revision: 1738032 URL: http://svn.apache.org/viewvc?rev=1738032&view=rev Log: Slightly improve error message Fix some IntelliJ/compiler warnings Use common interfaces where possible Cleanup after testing POIFSDump Modified: poi/trunk

svn commit: r1738035 - /poi/trunk/src/examples/src/org/apache/poi/xssf/eventusermodel/examples/FromHowTo.java

2016-04-06 Thread centic
Author: centic Date: Wed Apr 6 19:50:20 2016 New Revision: 1738035 URL: http://svn.apache.org/viewvc?rev=1738035&view=rev Log: Close two more file-handles in Example FromHowTo Modified: poi/trunk/src/examples/src/org/apache/poi/xssf/eventusermodel/examples/FromHowTo.java Modified:

svn commit: r1738034 - /poi/trunk/src/integrationtest/org/apache/poi/stress/SpreadsheetHandler.java

2016-04-06 Thread centic
Author: centic Date: Wed Apr 6 19:50:14 2016 New Revision: 1738034 URL: http://svn.apache.org/viewvc?rev=1738034&view=rev Log: 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

svn commit: r1738033 - in /poi/trunk: src/java/org/apache/poi/ss/formula/FormulaParser.java src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFFormulaParser.java test-data/spreadsheet/58648.xls

2016-04-06 Thread centic
Author: centic Date: Wed Apr 6 19:50:08 2016 New Revision: 1738033 URL: http://svn.apache.org/viewvc?rev=1738033&view=rev Log: Bug 58648: Fix handling whitespaces in formulas, unfortunately blank can be the intersection operator as well, so we need to try and skip it as whitespac

svn commit: r1738096 - /poi/site/src/documentation/content/xdocs/status.xml

2016-04-07 Thread centic
Author: centic Date: Thu Apr 7 07:21:15 2016 New Revision: 1738096 URL: http://svn.apache.org/viewvc?rev=1738096&view=rev Log: Move the two recent fixes to the correct section Modified: poi/site/src/documentation/content/xdocs/status.xml Modified: poi/site/src/documentation/content/x

svn commit: r1738097 - /poi/trunk/src/examples/src/org/apache/poi/xssf/eventusermodel/examples/FromHowTo.java

2016-04-07 Thread centic
Author: centic Date: Thu Apr 7 07:25:02 2016 New Revision: 1738097 URL: http://svn.apache.org/viewvc?rev=1738097&view=rev Log: In Example FromHowTo, open the OPCPacakge read-only to not try to write it back on close() Modified: poi/trunk/src/examples/src/org/apache/poi/xssf/eventuserm

svn commit: r1738413 - in /poi/trunk/src/ooxml/java/org/apache/poi/xssf/streaming: SXSSFSheet.java SXSSFWorkbook.java

2016-04-10 Thread centic
Author: centic Date: Sun Apr 10 09:40:40 2016 New Revision: 1738413 URL: http://svn.apache.org/viewvc?rev=1738413&view=rev Log: Bug 57844: Add some javadoc for unimplemented features in SXSSF Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFSheet.java poi/trunk

svn commit: r1738704 - /poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java

2016-04-11 Thread centic
Author: centic Date: Tue Apr 12 06:56:06 2016 New Revision: 1738704 URL: http://svn.apache.org/viewvc?rev=1738704&view=rev Log: Exclude file that was modified and now fails with the known limitation of sheet-cloning Modified: poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.

svn commit: r1738752 - /poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFChartSheet.java

2016-04-12 Thread centic
Author: centic Date: Tue Apr 12 10:09:44 2016 New Revision: 1738752 URL: http://svn.apache.org/viewvc?rev=1738752&view=rev Log: Fix compiler warnings and ensure CTChartSheets stays included and is not refactored out by automated import reorganization Modified: poi/trunk/src/ooxml/testc

svn commit: r1740728 - /poi/site/src/documentation/content/xdocs/status.xml

2016-04-24 Thread centic
Author: centic Date: Sun Apr 24 19:06:42 2016 New Revision: 1740728 URL: http://svn.apache.org/viewvc?rev=1740728&view=rev Log: list another bug that was fixed for the next release already Modified: poi/site/src/documentation/content/xdocs/status.xml Modified: poi/site/src/documenta

svn commit: r1742420 - /poi/trunk/src/examples/src/org/apache/poi/ss/examples/SSPerformanceTest.java

2016-05-05 Thread centic
Author: centic Date: Thu May 5 12:22:16 2016 New Revision: 1742420 URL: http://svn.apache.org/viewvc?rev=1742420&view=rev Log: Refactor SSPerformanceTest into a few methods to make it easier to use a profiler Modified: poi/trunk/src/examples/src/org/apache/poi/ss/exam

svn commit: r1742422 - /poi/trunk/src/ooxml/testcases/org/apache/poi/poifs/crypt/TestSignatureInfo.java

2016-05-05 Thread centic
Author: centic Date: Thu May 5 12:22:23 2016 New Revision: 1742422 URL: http://svn.apache.org/viewvc?rev=1742422&view=rev Log: Try to catch more network-unavailable cases in TestSignatureInfo Modified: poi/trunk/src/ooxml/testcases/org/apache/poi/poifs/crypt/TestSignatureInfo.

svn commit: r1742423 - in /poi/trunk/src/ooxml/java/org/apache/poi: poifs/crypt/dsig/KeyInfoKeySelector.java poifs/crypt/dsig/facets/KeyInfoSignatureFacet.java xslf/util/PPTX2PNG.java

2016-05-05 Thread centic
Author: centic Date: Thu May 5 12:22:31 2016 New Revision: 1742423 URL: http://svn.apache.org/viewvc?rev=1742423&view=rev Log: Some general code-fixes found while trying out Java 9 Modified: poi/trunk/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/KeyInfoKeySelector.java poi/trunk

svn commit: r1742425 - /poi/trunk/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/services/TSPTimeStampService.java

2016-05-05 Thread centic
Author: centic Date: Thu May 5 12:22:44 2016 New Revision: 1742425 URL: http://svn.apache.org/viewvc?rev=1742425&view=rev Log: Try to print out more information if the timestamp-operation fails Modified: poi/trunk/src/ooxml/java/org/apache/poi/poifs/crypt/dsig/serv

svn commit: r1742424 - /poi/trunk/src/testcases/org/apache/poi/poifs/macros/TestVBAMacroReader.java

2016-05-05 Thread centic
Author: centic Date: Thu May 5 12:22:37 2016 New Revision: 1742424 URL: http://svn.apache.org/viewvc?rev=1742424&view=rev Log: Close file-handles in tests as well to avoid noise when running file-leak-detection Modified: poi/trunk/src/testcases/org/apache/poi/poifs/ma

svn commit: r1744212 - /poi/trunk/src/java/org/apache/poi/hssf/dev/BiffViewer.java

2016-05-17 Thread centic
Author: centic Date: Tue May 17 08:44:21 2016 New Revision: 1744212 URL: http://svn.apache.org/viewvc?rev=1744212&view=rev Log: BiffViewer: Close resources always Modified: poi/trunk/src/java/org/apache/poi/hssf/dev/BiffViewer.java Modified: poi/trunk/src/java/org/apache/poi/hssf

svn commit: r1744211 - /poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java

2016-05-17 Thread centic
Author: centic Date: Tue May 17 08:44:16 2016 New Revision: 1744211 URL: http://svn.apache.org/viewvc?rev=1744211&view=rev Log: Exclude newly added corrupt file Modified: poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java Modified: poi/trunk/src/integrationtest/org/apache

svn commit: r1744305 - /poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java

2016-05-17 Thread centic
Author: centic Date: Tue May 17 19:08:27 2016 New Revision: 1744305 URL: http://svn.apache.org/viewvc?rev=1744305&view=rev Log: Revert expected failure as it seems to be fixed now Modified: poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java Modified: poi/trunk

svn commit: r1744306 - in /poi/trunk/src/ooxml: java/org/apache/poi/POIXMLDocument.java testcases/org/apache/poi/xssf/usermodel/TestXSSFWorkbook.java

2016-05-17 Thread centic
Author: centic Date: Tue May 17 19:08:34 2016 New Revision: 1744306 URL: http://svn.apache.org/viewvc?rev=1744306&view=rev Log: Bug 59427: Add a check to better report cases when a document is already closed. Modified: poi/trunk/src/ooxml/java/org/apache/poi/POIXMLDocument.java

svn commit: r1744635 - in /poi/trunk/src/ooxml: java/org/apache/poi/xssf/usermodel/XSSFPivotTable.java testcases/org/apache/poi/xssf/usermodel/TestXSSFPivotTable.java

2016-05-19 Thread centic
Author: centic Date: Thu May 19 20:18:08 2016 New Revision: 1744635 URL: http://svn.apache.org/viewvc?rev=1744635&view=rev Log: Apply patch for bug 59355: XSSFPivotTable::addColumnLabel sets the cell type of a cell outside of the source data area Modified: poi/trunk/src/ooxml/java

svn commit: r1744637 - /poi/site/src/documentation/content/xdocs/status.xml

2016-05-19 Thread centic
Author: centic Date: Thu May 19 20:19:39 2016 New Revision: 1744637 URL: http://svn.apache.org/viewvc?rev=1744637&view=rev Log: add changelog for bug 59355 Modified: poi/site/src/documentation/content/xdocs/status.xml Modified: poi/site/src/documentation/content/xdocs/status.xml URL:

svn commit: r1744636 - in /poi/trunk/src/ooxml: java/org/apache/poi/POIXMLTypeLoader.java java/org/apache/poi/xssf/streaming/SXSSFRow.java testcases/org/apache/poi/ss/usermodel/BaseTestXCell.java

2016-05-19 Thread centic
Author: centic Date: Thu May 19 20:18:19 2016 New Revision: 1744636 URL: http://svn.apache.org/viewvc?rev=1744636&view=rev Log: Fix some compiler warnings, close resources in tests Modified: poi/trunk/src/ooxml/java/org/apache/poi/POIXMLTypeLoader.java poi/trunk/src/ooxml/java/org/ap

svn commit: r1745073 - in /poi/trunk/src: examples/src/org/apache/poi/xslf/usermodel/ java/org/apache/poi/sl/usermodel/ ooxml/java/org/apache/poi/xslf/usermodel/ scratchpad/src/org/apache/poi/hslf/use

2016-05-22 Thread centic
Author: centic Date: Sun May 22 16:08:51 2016 New Revision: 1745073 URL: http://svn.apache.org/viewvc?rev=1745073&view=rev Log: Bug 58190: Add more overloaded methods for adding pictures from streams and files Modified: poi/trunk/src/examples/src/org/apache/poi/xslf/usermodel/Tutorial5.

svn commit: r1745366 - in /poi/trunk: build.xml src/resources/devtools/findbugs-filters.xml src/resources/devtools/forbidden-signatures.txt

2016-05-24 Thread centic
Author: centic Date: Tue May 24 14:17:52 2016 New Revision: 1745366 URL: http://svn.apache.org/viewvc?rev=1745366&view=rev Log: Upgrade to FindBugs 3.0.1 and add some findbugs-excludes Update to forbiddenapi-checker 2.1, use the newly provided rule-sets and remove things that were app

svn commit: r1745370 - in /poi/trunk/src/ooxml/testcases/org/apache/poi: openxml4j/opc/compliance/TestOPCComplianceCoreProperties.java poifs/crypt/TestEncryptor.java

2016-05-24 Thread centic
Author: centic Date: Tue May 24 14:48:57 2016 New Revision: 1745370 URL: http://svn.apache.org/viewvc?rev=1745370&view=rev Log: Adjust two tests slightly Modified: poi/trunk/src/ooxml/testcases/org/apache/poi/openxml4j/opc/compliance/TestOPCComplianceCoreProperties.java poi/trunk

svn commit: r1745376 - /poi/trunk/build.xml

2016-05-24 Thread centic
Author: centic Date: Tue May 24 16:25:30 2016 New Revision: 1745376 URL: http://svn.apache.org/viewvc?rev=1745376&view=rev Log: Revert back to findbugs-2.0.3 as 3.x requires Java 7, I didn't see the note that is already in the build.xml :( Modified: poi/trunk/build.xml Modified:

svn commit: r1746059 - /poi/trunk/build.xml

2016-05-29 Thread centic
Author: centic Date: Sun May 29 21:33:28 2016 New Revision: 1746059 URL: http://svn.apache.org/viewvc?rev=1746059&view=rev Log: Prepare build.xml for initial Java 9 testing: * Allow to remove PermGenSize, this is not available any more in Java 9 * Allow to pass in java.locale.providers Modi

svn commit: r1746060 - /poi/trunk/src/testcases/org/apache/poi/util/TestTempFile.java

2016-05-29 Thread centic
Author: centic Date: Sun May 29 21:33:33 2016 New Revision: 1746060 URL: http://svn.apache.org/viewvc?rev=1746060&view=rev Log: Remove the created temporary directory after the test again Modified: poi/trunk/src/testcases/org/apache/poi/util/TestTempFile.java Modified: poi/trunk

svn commit: r1746062 - in /poi/trunk: src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFComment.java test-data/spreadsheet/57838.xls

2016-05-29 Thread centic
Author: centic Date: Sun May 29 21:33:47 2016 New Revision: 1746062 URL: http://svn.apache.org/viewvc?rev=1746062&view=rev Log: Bug 57838: Also remove comments when removing a row Added: poi/trunk/test-data/spreadsheet/57838.xlsx Modified: poi/trunk/src/ooxml/java/org/apache/poi/

svn commit: r1746058 - /poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFVMLDrawing.java

2016-05-29 Thread centic
Author: centic Date: Sun May 29 21:33:24 2016 New Revision: 1746058 URL: http://svn.apache.org/viewvc?rev=1746058&view=rev Log: Try to access set/getVisible as well in TestXSSFVMLDrawing Modified: poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFVMLDrawing.java Modi

svn commit: r1746061 - /poi/trunk/src/ooxml/java/org/apache/poi/openxml4j/opc/internal/ContentTypeManager.java

2016-05-29 Thread centic
Author: centic Date: Sun May 29 21:33:39 2016 New Revision: 1746061 URL: http://svn.apache.org/viewvc?rev=1746061&view=rev Log: Update error message to better indicate that we need a sample-file here Modified: poi/trunk/src/ooxml/java/org/apache/poi/openxml4j/opc/inte

svn commit: r1746274 - /poi/trunk/src/java/org/apache/poi/util/

2016-05-31 Thread centic
Author: centic Date: Tue May 31 13:48:25 2016 New Revision: 1746274 URL: http://svn.apache.org/viewvc?rev=1746274&view=rev Log: Fix some compiler/IntelliJ warnings Modified: poi/trunk/src/java/org/apache/poi/util/ByteField.java poi/trunk/src/java/org/apache/poi/

svn commit: r1746275 - /poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java

2016-05-31 Thread centic
Author: centic Date: Tue May 31 13:52:16 2016 New Revision: 1746275 URL: http://svn.apache.org/viewvc?rev=1746275&view=rev Log: Change logger.log to System.out to print out one line for each file that is handled in the test, otherwise it is sometimes impossible to see where the test sto

svn commit: r1746276 - /poi/trunk/build.xml

2016-05-31 Thread centic
Author: centic Date: Tue May 31 13:56:47 2016 New Revision: 1746276 URL: http://svn.apache.org/viewvc?rev=1746276&view=rev Log: Cleanup old version of curvesapi to not use it any longer Modified: poi/trunk/build.xml Modified: poi/trunk/build.xml URL: http://svn.apache.org/viewvc/poi/t

svn commit: r1746411 - in /poi/trunk/src: java/org/apache/poi/poifs/nio/FileBackedDataSource.java testcases/org/apache/poi/poifs/nio/TestDataSource.java testcases/org/apache/poi/util/TestHexDump.java

2016-06-01 Thread centic
Author: centic Date: Wed Jun 1 08:05:07 2016 New Revision: 1746411 URL: http://svn.apache.org/viewvc?rev=1746411&view=rev Log: The changes for using AccessController/SecurityManager also added a log which now spams a lot if log is enabled in integration-tests, reduce it a bit by not tryin

svn commit: r1746623 - in /poi/trunk: src/ooxml/testcases/org/apache/poi/xwpf/usermodel/TestXWPFBugs.java test-data/document/59378.docx

2016-06-02 Thread centic
Author: centic Date: Thu Jun 2 20:09:25 2016 New Revision: 1746623 URL: http://svn.apache.org/viewvc?rev=1746623&view=rev Log: Bug 59378: Try to reproduce, but could not Added: poi/trunk/test-data/document/59378.docx Modified: poi/trunk/src/ooxml/testcases/org/apache/poi/xwpf/userm

svn commit: r1746624 - in /poi/trunk: src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestSXSSFBugs.java src/testcases/org/apache/poi/ss/usermodel/BaseTestBugzillaIssues.java test-data/spreadsheet/5

2016-06-02 Thread centic
Author: centic Date: Thu Jun 2 20:09:35 2016 New Revision: 1746624 URL: http://svn.apache.org/viewvc?rev=1746624&view=rev Log: Try to reproduce bug 57798 but it seems to be fixed in the meantime Added: poi/trunk/test-data/spreadsheet/57798.xls poi/trunk/test-data/spreadsheet/57798.

svn commit: r1746625 - in /poi/trunk: src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFTableCell.java src/ooxml/testcases/org/apache/poi/xwpf/usermodel/TestXWPFTableCell.java test-data/document/TestTa

2016-06-02 Thread centic
Author: centic Date: Thu Jun 2 20:09:44 2016 New Revision: 1746625 URL: http://svn.apache.org/viewvc?rev=1746625&view=rev Log: Avoid NPE in XWPFTableCell, taken from https://github.com/prasad-babu/poi/tree/WORKING_BRANCH Added: poi/trunk/test-data/document/TestTableCellAlign.docx Modi

svn commit: r1746627 - in /poi/trunk/src: examples/src/org/apache/poi/xssf/usermodel/examples/ examples/src/org/apache/poi/xwpf/usermodel/ excelant/java/org/apache/poi/ss/excelant/ excelant/java/org/a

2016-06-02 Thread centic
Author: centic Date: Thu Jun 2 20:14:28 2016 New Revision: 1746627 URL: http://svn.apache.org/viewvc?rev=1746627&view=rev Log: Fix some Sonar issues and some IntelliJ warnings Modified: poi/trunk/src/examples/src/org/apache/poi/xssf/usermodel/examples/Outlining.java poi/trunk

svn commit: r1746671 - /poi/trunk/src/ooxml/testcases/org/apache/poi/poifs/crypt/TestSignatureInfo.java

2016-06-02 Thread centic
Author: centic Date: Fri Jun 3 06:01:27 2016 New Revision: 1746671 URL: http://svn.apache.org/viewvc?rev=1746671&view=rev Log: Try to not fail if the time-webservice is offline temporarily Modified: poi/trunk/src/ooxml/testcases/org/apache/poi/poifs/crypt/TestSignatureInfo.java Modi

svn commit: r1746760 - in /poi/site: publish/faq.html src/documentation/content/xdocs/faq.xml

2016-06-03 Thread centic
Author: centic Date: Fri Jun 3 20:47:48 2016 New Revision: 1746760 URL: http://svn.apache.org/viewvc?rev=1746760&view=rev Log: FAQ: Fix link to Maven repository and list the ooxml-schema version relations to POI versions as table Modified: poi/site/publish/faq.html poi/site

svn commit: r1746933 - /poi/trunk/src/testcases/org/apache/poi/util/TestTempFile.java

2016-06-05 Thread centic
Author: centic Date: Sun Jun 5 16:55:48 2016 New Revision: 1746933 URL: http://svn.apache.org/viewvc?rev=1746933&view=rev Log: Fix test-failure in Maven builds that I introduced by manually deleting the temporary directory in the test. The Maven build runs these in one process and thus

svn commit: r1747861 - in /poi/trunk/sonar: examples/pom.xml excelant/pom.xml main/pom.xml ooxml-schema-encryption/pom.xml ooxml-schema-security/pom.xml ooxml-schema/pom.xml ooxml/pom.xml pom.xml scra

2016-06-11 Thread centic
Author: centic Date: Sat Jun 11 08:45:28 2016 New Revision: 1747861 URL: http://svn.apache.org/viewvc?rev=1747861&view=rev Log: Update to latest versions of Maven plugins for Sonar-build and use properties for some third party libs and some Maven plugins Modified: poi/trunk/sonar/exam

svn commit: r1747862 - /poi/trunk/build.xml

2016-06-11 Thread centic
Author: centic Date: Sat Jun 11 08:45:33 2016 New Revision: 1747862 URL: http://svn.apache.org/viewvc?rev=1747862&view=rev Log: Remove invalid removal of findbugs-zip Modified: poi/trunk/build.xml Modified: poi/trunk/build.xml URL: http://svn.apache.org/viewvc/poi/trunk/build.xml

svn commit: r1747863 - in /poi/trunk/src/ooxml: java/org/apache/poi/poifs/crypt/dsig/services/TSPTimeStampService.java testcases/org/apache/poi/poifs/crypt/TestSignatureInfo.java

2016-06-11 Thread centic
Author: centic Date: Sat Jun 11 08:45:41 2016 New Revision: 1747863 URL: http://svn.apache.org/viewvc?rev=1747863&view=rev Log: Improve output on invalid HTTP Status Code and ignore another failure to contact the TSP server Modified: poi/trunk/src/ooxml/java/org/apache/poi/poifs/crypt/

svn commit: r1747908 - /poi/site/src/documentation/content/xdocs/status.xml

2016-06-11 Thread centic
Author: centic Date: Sat Jun 11 16:24:06 2016 New Revision: 1747908 URL: http://svn.apache.org/viewvc?rev=1747908&view=rev Log: list some of my changes in the changelog Modified: poi/site/src/documentation/content/xdocs/status.xml Modified: poi/site/src/documentation/content/x

svn commit: r1747914 - in /poi/trunk/sonar: main/pom.xml ooxml/pom.xml

2016-06-11 Thread centic
Author: centic Date: Sat Jun 11 17:03:46 2016 New Revision: 1747914 URL: http://svn.apache.org/viewvc?rev=1747914&view=rev Log: Set the correct locale for tests in the Sonar-Maven files to not fail on CI machines that have a different locale set Modified: poi/trunk/sonar/main/pom

svn commit: r1747916 - /poi/trunk/src/testcases/org/apache/poi/ss/usermodel/TestDataFormatter.java

2016-06-11 Thread centic
Author: centic Date: Sat Jun 11 17:03:59 2016 New Revision: 1747916 URL: http://svn.apache.org/viewvc?rev=1747916&view=rev Log: Add some pre-checks to fail the test with better assertion if the locale is not set correctly. Modified: poi/trunk/src/testcases/org/apache/poi/ss/userm

svn commit: r1747915 - /poi/trunk/sonar/pom.xml

2016-06-11 Thread centic
Author: centic Date: Sat Jun 11 17:03:53 2016 New Revision: 1747915 URL: http://svn.apache.org/viewvc?rev=1747915&view=rev Log: Downgrade version of download-plugin as the newer one is not found by Maven Modified: poi/trunk/sonar/pom.xml Modified: poi/trunk/sonar/pom.xml URL:

svn commit: r1750863 - /poi/trunk/build.xml

2016-06-30 Thread centic
Author: centic Date: Thu Jun 30 21:05:52 2016 New Revision: 1750863 URL: http://svn.apache.org/viewvc?rev=1750863&view=rev Log: Update to apache-rat-12 Modified: poi/trunk/build.xml Modified: poi/trunk/build.xml URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1750863&r1

svn commit: r1750864 - in /poi/trunk: src/scratchpad/src/org/apache/poi/hwpf/model/ src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/ test-data/document/

2016-06-30 Thread centic
Author: centic Date: Thu Jun 30 21:06:04 2016 New Revision: 1750864 URL: http://svn.apache.org/viewvc?rev=1750864&view=rev Log: 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 fi

svn commit: r1750865 - in /poi/site: publish/subversion.html src/documentation/content/xdocs/subversion.xml

2016-06-30 Thread centic
Author: centic Date: Thu Jun 30 21:19:52 2016 New Revision: 1750865 URL: http://svn.apache.org/viewvc?rev=1750865&view=rev Log: Add a section about how to use Git-svn to develop in Git locally while still sending changes to SVN as multiple people were interested in this. This way we ha

svn commit: r1751400 - /poi/trunk/src/testcases/org/apache/poi/ss/usermodel/TestDataFormatter.java

2016-07-05 Thread centic
Author: centic Date: Tue Jul 5 07:24:14 2016 New Revision: 1751400 URL: http://svn.apache.org/viewvc?rev=1751400&view=rev Log: Add a unit-test to verify that DataFormatter.formatCellValue() does format formula-results correctly Modified: poi/trunk/src/testcases/org/apache/poi/ss/userm

svn commit: r1752304 - in /poi/trunk/src: java/org/apache/poi/extractor/OLE2ExtractorFactory.java scratchpad/src/org/apache/poi/extractor/OLE2ScrachpadExtractorFactory.java scratchpad/src/org/apache/p

2016-07-12 Thread centic
Author: centic Date: Tue Jul 12 15:40:18 2016 New Revision: 1752304 URL: http://svn.apache.org/viewvc?rev=1752304&view=rev Log: Fix name of new OLE2ScratchpadExtractorFactory Added: poi/trunk/src/scratchpad/src/org/apache/poi/extractor/OLE2ScratchpadExtractorFactory.java - co

svn commit: r1752779 - in /poi/trunk/src: java/org/apache/poi/ss/formula/functions/TextFunction.java testcases/org/apache/poi/ss/formula/functions/TestProper.java

2016-07-14 Thread centic
Author: centic Date: Fri Jul 15 06:32:45 2016 New Revision: 1752779 URL: http://svn.apache.org/viewvc?rev=1752779&view=rev Log: Function PROPER: Don't use a regular expression syntax that is not available on Android. Actually the use of regular expression in this case was overkill,

svn commit: r1752861 - in /poi/trunk/src: ooxml/testcases/org/apache/poi/ss/formula/functions/TestProper.java testcases/org/apache/poi/ss/formula/functions/TestProper.java

2016-07-15 Thread centic
Author: centic Date: Fri Jul 15 18:24:02 2016 New Revision: 1752861 URL: http://svn.apache.org/viewvc?rev=1752861&view=rev Log: Bug 59861: Adjust testcase, it works now for me. Also combine the two TestProper classes into one Removed: poi/trunk/src/testcases/org/apache/poi/ss/for

svn commit: r1752862 - in /poi/trunk: src/ooxml/java/org/apache/poi/xslf/usermodel/ src/ooxml/testcases/org/apache/poi/xslf/usermodel/ test-data/slideshow/

2016-07-15 Thread centic
Author: centic Date: Fri Jul 15 18:24:11 2016 New Revision: 1752862 URL: http://svn.apache.org/viewvc?rev=1752862&view=rev Log: Add a test to check for a NullPointerException in XSLFTableCell Added: poi/trunk/test-data/slide

svn commit: r1752996 - /poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFSheetShiftRows.java

2016-07-16 Thread centic
Author: centic Date: Sat Jul 16 20:52:28 2016 New Revision: 1752996 URL: http://svn.apache.org/viewvc?rev=1752996&view=rev Log: Bug 59733: Narrow down testcase some more, after the first shift, removing the first row is sufficient to trigger the problem Modified: poi/trunk/src/o

svn commit: r1752997 - in /poi/trunk/src: java/org/apache/poi/hssf/usermodel/ java/org/apache/poi/ss/usermodel/ java/org/apache/poi/ss/usermodel/helpers/ ooxml/java/org/apache/poi/xssf/streaming/ ooxm

2016-07-16 Thread centic
Author: centic Date: Sat Jul 16 20:52:39 2016 New Revision: 1752997 URL: http://svn.apache.org/viewvc?rev=1752997&view=rev Log: Apply patch to fix bug 59740: Sheet.shiftRows incorrectly shifts merged region on exists merged region Modified: poi/trunk/src/java/org/apache/poi/hssf/userm

svn commit: r1753038 - in /poi/trunk/src: java/org/apache/poi/hssf/model/InternalWorkbook.java testcases/org/apache/poi/hssf/usermodel/TestHSSFWorkbook.java

2016-07-17 Thread centic
Author: centic Date: Sun Jul 17 09:27:07 2016 New Revision: 1753038 URL: http://svn.apache.org/viewvc?rev=1753038&view=rev Log: Bug 59665: Using HSSFWorkbook#setSheetOrder to move sheets to the end corrupts bspos value in WorkbookRecordList Modified: poi/trunk/src/java/org/apache/poi/

svn commit: r1753039 - in /poi/trunk/src/scratchpad: src/org/apache/poi/hwpf/sprm/ src/org/apache/poi/hwpf/usermodel/ testcases/org/apache/poi/hwpf/extractor/

2016-07-17 Thread centic
Author: centic Date: Sun Jul 17 09:27:17 2016 New Revision: 1753039 URL: http://svn.apache.org/viewvc?rev=1753039&view=rev Log: Bug 58802: HWPF: Allow reading of footnote and endnote properties Modified: poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/sprm/SectionSprmUncompressor.

svn commit: r1753120 - in /poi/trunk: src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestBugs.java test-data/document/57603-seven_columns.doc

2016-07-17 Thread centic
Author: centic Date: Sun Jul 17 21:17:45 2016 New Revision: 1753120 URL: http://svn.apache.org/viewvc?rev=1753120&view=rev Log: Add commented reproducer for bug 57603 Added: poi/trunk/test-data/document/57603-seven_columns.doc Modified: poi/trunk/src/scratchpad/testcases/org/apache

svn commit: r1753121 - /poi/trunk/src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestBugs.java

2016-07-17 Thread centic
Author: centic Date: Sun Jul 17 21:17:51 2016 New Revision: 1753121 URL: http://svn.apache.org/viewvc?rev=1753121&view=rev Log: Enable reproducer test for bug 56880 after it was fixed. Modified: poi/trunk/src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestBugs.java Modified:

svn commit: r1753122 - in /poi/trunk/src: java/org/apache/poi/ddf/ java/org/apache/poi/dev/ java/org/apache/poi/hpsf/ java/org/apache/poi/hpsf/extractor/ java/org/apache/poi/ss/formula/ java/org/apach

2016-07-17 Thread centic
Author: centic Date: Sun Jul 17 21:18:07 2016 New Revision: 1753122 URL: http://svn.apache.org/viewvc?rev=1753122&view=rev Log: Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ... test-updates Modified: poi/trunk/src/java/org/apache/poi

svn commit: r1753125 - in /poi/trunk: src/java/org/apache/poi/ss/formula/atp/ArgumentsEvaluator.java src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFBugs.java test-data/spreadsheet/59106.xls

2016-07-17 Thread centic
Author: centic Date: Sun Jul 17 21:18:27 2016 New Revision: 1753125 URL: http://svn.apache.org/viewvc?rev=1753125&view=rev Log: 59106: WorkdayFunction does not read the area with holidays correctly to calculate work days Added: poi/trunk/test-data/spreadsheet/59106.xlsx Modified:

svn commit: r1753124 - in /poi/trunk/src/scratchpad/src/org/apache/poi/hwmf/record: HwmfBitmap16.java HwmfColorRef.java HwmfFill.java HwmfMisc.java

2016-07-17 Thread centic
Author: centic Date: Sun Jul 17 21:18:19 2016 New Revision: 1753124 URL: http://svn.apache.org/viewvc?rev=1753124&view=rev Log: Adjust unused local variables to also make FindBugs happy Modified: poi/trunk/src/scratchpad/src/org/apache/poi/hwmf/record/HwmfBitmap16.java poi/trunk

svn commit: r1753123 - /poi/trunk/src/java/org/apache/poi/hssf/dev/FormulaViewer.java

2016-07-17 Thread centic
Author: centic Date: Sun Jul 17 21:18:12 2016 New Revision: 1753123 URL: http://svn.apache.org/viewvc?rev=1753123&view=rev Log: Fix one more place where stream were left open when an exception is thrown Modified: poi/trunk/src/java/org/apache/poi/hssf/dev/FormulaViewer.java Modified:

svn commit: r1753127 - in /poi/site: publish/changes.html publish/changes.rss src/documentation/content/xdocs/status.xml

2016-07-17 Thread centic
Author: centic Date: Sun Jul 17 21:32:52 2016 New Revision: 1753127 URL: http://svn.apache.org/viewvc?rev=1753127&view=rev Log: List my recent changes Modified: poi/site/publish/changes.html poi/site/publish/changes.rss poi/site/src/documentation/content/xdocs/status.xml Modi

svn commit: r1753128 - in /poi/site: publish/related-projects.html src/documentation/content/xdocs/related-projects.xml

2016-07-17 Thread centic
Author: centic Date: Sun Jul 17 21:33:30 2016 New Revision: 1753128 URL: http://svn.apache.org/viewvc?rev=1753128&view=rev Log: Add short description of iEXL, a product based on Apache POI Modified: poi/site/publish/related-projects.html poi/site/src/documentation/content/xdocs/rel

svn commit: r1753188 - in /poi/trunk/src: java/org/apache/poi/hssf/record/RecordFactory.java java/org/apache/poi/hssf/record/aggregates/ConditionalFormattingTable.java testcases/org/apache/poi/ss/form

2016-07-18 Thread centic
Author: centic Date: Mon Jul 18 09:34:59 2016 New Revision: 1753188 URL: http://svn.apache.org/viewvc?rev=1753188&view=rev Log: Some warnings/improvements suggested by IntelliJ Modified: poi/trunk/src/java/org/apache/poi/hssf/record/RecordFactory.java poi/trunk/src/java/org/apache

svn commit: r1753199 - in /poi/trunk/src: java/org/apache/poi/hssf/record/aggregates/ testcases/org/apache/poi/hssf/record/aggregates/ testcases/org/apache/poi/hssf/usermodel/

2016-07-18 Thread centic
Author: centic Date: Mon Jul 18 10:32:55 2016 New Revision: 1753199 URL: http://svn.apache.org/viewvc?rev=1753199&view=rev Log: 52122: Excel does not handle conditional formatting based on formula correctly unless recalculation is forced Modified: poi/trunk/src/java/org/apache/poi/

svn commit: r1753200 - /poi/site/src/documentation/content/xdocs/status.xml

2016-07-18 Thread centic
Author: centic Date: Mon Jul 18 10:33:35 2016 New Revision: 1753200 URL: http://svn.apache.org/viewvc?rev=1753200&view=rev Log: Changelog-Update Modified: poi/site/src/documentation/content/xdocs/status.xml Modified: poi/site/src/documentation/content/xdocs/status.xml URL:

svn commit: r1753912 - in /poi/trunk/src: java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java java/org/apache/poi/ss/usermodel/Workbook.java ooxml/java/org/apache/poi/POIXMLDocument.java ooxml/java/o

2016-07-24 Thread centic
Author: centic Date: Sun Jul 24 11:38:50 2016 New Revision: 1753912 URL: http://svn.apache.org/viewvc?rev=1753912&view=rev Log: Bug 59634: Clarify and refine JavaDoc of various close() methods to consistently state that close() invalidates the object Modified: poi/trunk/src/java/org/ap

svn commit: r1754328 - in /poi/trunk/src: ooxml/java/org/apache/poi/xssf/streaming/SXSSFCell.java testcases/org/apache/poi/ss/usermodel/BaseTestBugzillaIssues.java

2016-07-27 Thread centic
Author: centic Date: Wed Jul 27 18:15:54 2016 New Revision: 1754328 URL: http://svn.apache.org/viewvc?rev=1754328&view=rev Log: Bug 55384: Handle setting pre-evaluation string correctly in SXSSF as well Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFCell.java

svn commit: r1754675 - /poi/trunk/src/testcases/org/apache/poi/ss/formula/functions/TestIndirect.java

2016-07-31 Thread centic
Author: centic Date: Sun Jul 31 17:19:33 2016 New Revision: 1754675 URL: http://svn.apache.org/viewvc?rev=1754675&view=rev Log: Test a few more cases of function INDIRECT() Modified: poi/trunk/src/testcases/org/apache/poi/ss/formula/functions/TestIndirect.java Modified: poi/trunk

svn commit: r1754673 - in /poi/trunk/src: ooxml/java/org/apache/poi/openxml4j/opc/ ooxml/java/org/apache/poi/openxml4j/opc/internal/ ooxml/java/org/apache/poi/xslf/usermodel/ ooxml/java/org/apache/poi

2016-07-31 Thread centic
Author: centic Date: Sun Jul 31 17:19:17 2016 New Revision: 1754673 URL: http://svn.apache.org/viewvc?rev=1754673&view=rev Log: IDE warnings and fix a few places where we do not close resources in tests Modified: poi/trunk/src/ooxml/java/org/apache/poi/openxml4j/opc/OPCPackage.java

svn commit: r1754676 - /poi/trunk/build.xml

2016-07-31 Thread centic
Author: centic Date: Sun Jul 31 17:19:37 2016 New Revision: 1754676 URL: http://svn.apache.org/viewvc?rev=1754676&view=rev Log: Exclude package sl.draw.binding from coverage-counting as this is generated code Modified: poi/trunk/build.xml Modified: poi/trunk/build.xml URL:

<    5   6   7   8   9   10   11   12   13   14   >