svn commit: r1568741 - /poi/trunk/src/testcases/org/apache/poi/hpsf/basic/TestReadAllFiles.java

2014-02-16 Thread centic
Author: centic Date: Sun Feb 16 08:39:47 2014 New Revision: 1568741 URL: http://svn.apache.org/r1568741 Log: Fix unit test which failed after new corrupted file was added. Modified: poi/trunk/src/testcases/org/apache/poi/hpsf/basic/TestReadAllFiles.java Modified: poi/trunk/src/testcases

svn commit: r1568744 - in /poi/trunk/src: scratchpad/testcases/org/apache/poi/hslf/usermodel/ testcases/org/apache/poi/hpsf/basic/

2014-02-16 Thread centic
Author: centic Date: Sun Feb 16 09:11:28 2014 New Revision: 1568744 URL: http://svn.apache.org/r1568744 Log: Fix unit tests broken by newly added test-file, ignore TestFontRendering as it is inherently unstable currently Modified: poi/trunk/src/scratchpad/testcases/org/apache/poi/hslf

svn commit: r1569118 - in /poi/trunk/sonar: examples/ excelant/ main/ ooxml-schema-encryption/ ooxml-schema-encryption/pom.xml ooxml-schema/ ooxml/ scratchpad/

2014-02-17 Thread centic
Author: centic Date: Mon Feb 17 22:11:57 2014 New Revision: 1569118 URL: http://svn.apache.org/r1569118 Log: Downgrade the replacer plugin to 1.5.1, otherwise replacing does not find any files sometimes Also svn-ignore the maven-target directories Modified: poi/trunk/sonar/examples

svn commit: r1572580 - in /poi/trunk/sonar: examples/pom.xml excelant/pom.xml main/pom.xml ooxml-schema-encryption/pom.xml ooxml-schema/pom.xml ooxml/pom.xml pom.xml scratchpad/pom.xml

2014-02-27 Thread centic
Author: centic Date: Thu Feb 27 14:03:27 2014 New Revision: 1572580 URL: http://svn.apache.org/r1572580 Log: Try to improve Maven files for Sonar: Copy in (test)sources instead of linking to sources outside the sonar-directory which confuses Sonar, remove source-dir setting for ooxml-schema and

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

2014-02-28 Thread centic
Author: centic Date: Fri Feb 28 16:10:22 2014 New Revision: 1572979 URL: http://svn.apache.org/r1572979 Log: Sonar-pom: Add some metadata, try to add Sonar exclusions for generated sources Modified: poi/trunk/sonar/pom.xml Modified: poi/trunk/sonar/pom.xml URL: http://svn.apache.org/viewvc

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

2014-03-03 Thread centic
Author: centic Date: Mon Mar 3 20:43:09 2014 New Revision: 1573741 URL: http://svn.apache.org/r1573741 Log: Try to set the Sonar-Exclusion property differently to see if that makes the exclusions work Modified: poi/trunk/sonar/pom.xml Modified: poi/trunk/sonar/pom.xml URL: http

svn commit: r1575497 - /poi/trunk/src/ooxml/testcases/org/apache/poi/extractor/TestExtractorFactory.java

2014-03-08 Thread centic
Author: centic Date: Sat Mar 8 08:22:03 2014 New Revision: 1575497 URL: http://svn.apache.org/r1575497 Log: Adjust TestExtractorFactory to provide more output to see why it fails on Maven builds on nemo.sonarsource.org Modified: poi/trunk/src/ooxml/testcases/org/apache/poi/extractor

svn commit: r1575501 - in /poi/trunk/src: java/org/apache/poi/hssf/usermodel/DummyGraphics2d.java ooxml/java/org/apache/poi/xssf/streaming/SheetDataWriter.java

2014-03-08 Thread centic
Author: centic Date: Sat Mar 8 08:41:25 2014 New Revision: 1575501 URL: http://svn.apache.org/r1575501 Log: Fix Sonar issues about finalize() usage Modified: poi/trunk/src/java/org/apache/poi/hssf/usermodel/DummyGraphics2d.java poi/trunk/src/ooxml/java/org/apache/poi/xssf/streaming

svn commit: r1575500 - /poi/trunk/src/testcases/org/apache/poi/ss/util/TestDateFormatConverter.java

2014-03-08 Thread centic
Author: centic Date: Sat Mar 8 08:41:08 2014 New Revision: 1575500 URL: http://svn.apache.org/r1575500 Log: Enhance test to print out more information, it seems to fail on Apache Jenkins JDK8 build Modified: poi/trunk/src/testcases/org/apache/poi/ss/util/TestDateFormatConverter.java

svn commit: r1575563 - in /poi/trunk/src: java/org/apache/poi/ss/util/DateFormatConverter.java testcases/org/apache/poi/ss/util/TestDateFormatConverter.java

2014-03-08 Thread centic
Author: centic Date: Sat Mar 8 16:46:59 2014 New Revision: 1575563 URL: http://svn.apache.org/r1575563 Log: Adjust for JDK 8 where an empty locale is added to the array returned by DateFormat.getAvailableLocales() Modified: poi/trunk/src/java/org/apache/poi/ss/util/DateFormatConverter.java

svn commit: r1576063 - in /poi/trunk/sonar: ooxml-schema-encryption/pom.xml ooxml-schema/pom.xml pom.xml

2014-03-10 Thread centic
Author: centic Date: Mon Mar 10 19:35:25 2014 New Revision: 1576063 URL: http://svn.apache.org/r1576063 Log: Try one more way of excluding generated sources in the Maven pom.xml files for Sonar analysis Modified: poi/trunk/sonar/ooxml-schema-encryption/pom.xml poi/trunk/sonar/ooxml

svn commit: r1577901 - /poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFCell.java

2014-03-15 Thread centic
Author: centic Date: Sat Mar 15 17:00:22 2014 New Revision: 1577901 URL: http://svn.apache.org/r1577901 Log: Bug 56114: Add testcase to verify that the flag is correctly stored in the XLS Modified: poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFCell.java Modified: poi/trunk

svn commit: r1577907 - in /poi/trunk/src/ooxml: java/org/apache/poi/xssf/extractor/ testcases/org/apache/poi/xssf/extractor/

2014-03-15 Thread centic
Author: centic Date: Sat Mar 15 17:29:17 2014 New Revision: 1577907 URL: http://svn.apache.org/r1577907 Log: Bug 56169: Fix NPE during export to XML with xs:all Added: poi/trunk/src/ooxml/java/org/apache/poi/xssf/extractor/XSSFExportToXml.java.orig - copied, changed from r1577901

svn commit: r1577908 - /poi/trunk/test-data/spreadsheet/56169.xlsx

2014-03-15 Thread centic
Author: centic Date: Sat Mar 15 17:31:25 2014 New Revision: 1577908 URL: http://svn.apache.org/r1577908 Log: Add missing test-file for bug 56169 Added: poi/trunk/test-data/spreadsheet/56169.xlsx Added: poi/trunk/test-data/spreadsheet/56169.xlsx URL: http://svn.apache.org/viewvc/poi/trunk

svn commit: r1577909 - in /poi/trunk/src/ooxml: java/org/apache/poi/xssf/extractor/XSSFExportToXml.java.orig testcases/org/apache/poi/xssf/extractor/TestXSSFExportToXML.java.orig

2014-03-15 Thread centic
Author: centic Date: Sat Mar 15 17:31:43 2014 New Revision: 1577909 URL: http://svn.apache.org/r1577909 Log: Remove two files added inadvertedely Removed: poi/trunk/src/ooxml/java/org/apache/poi/xssf/extractor/XSSFExportToXml.java.orig poi/trunk/src/ooxml/testcases/org/apache/poi/xssf

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

2014-03-16 Thread centic
Author: centic Date: Sun Mar 16 19:46:46 2014 New Revision: 1578146 URL: http://svn.apache.org/r1578146 Log: Exclude some generated classes from coverage measurements, now instruction coverage is at around 72%, also update JaCoCo to latest version 0.6.5 Modified: poi/trunk/build.xml

svn commit: r1578147 - /poi/trunk/src/ooxml/java/org/apache/poi/xssf/eventusermodel/XSSFSheetXMLHandler.java

2014-03-16 Thread centic
Author: centic Date: Sun Mar 16 19:46:56 2014 New Revision: 1578147 URL: http://svn.apache.org/r1578147 Log: Bug 56195: replace System.err with propert logging Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/eventusermodel/XSSFSheetXMLHandler.java Modified: poi/trunk/src/ooxml/java

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

2014-03-20 Thread centic
Author: centic Date: Thu Mar 20 19:32:08 2014 New Revision: 1579721 URL: http://svn.apache.org/r1579721 Log: List my recent fixes and additions Modified: poi/site/src/documentation/content/xdocs/status.xml Modified: poi/site/src/documentation/content/xdocs/status.xml URL: http

svn commit: r1583571 - /poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestEscherGraphics2d.java

2014-04-01 Thread centic
Author: centic Date: Tue Apr 1 08:28:52 2014 New Revision: 1583571 URL: http://svn.apache.org/r1583571 Log: Undo a toString() removal for a case where it is actually necessary. Modified: poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestEscherGraphics2d.java Modified: poi/trunk

svn commit: r1583598 - in /poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel: XWPFDocument.java XWPFSettings.java

2014-04-01 Thread centic
Author: centic Date: Tue Apr 1 10:40:13 2014 New Revision: 1583598 URL: http://svn.apache.org/r1583598 Log: Fix two javadoc warnings reported in Jenkins build and add some @Overrides Modified: poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFDocument.java poi/trunk/src/ooxml

svn commit: r1584543 - /poi/trunk/src/testcases/org/apache/poi/hssf/dev/TestEFBiffViewer.java

2014-04-04 Thread centic
Author: centic Date: Fri Apr 4 07:26:24 2014 New Revision: 1584543 URL: http://svn.apache.org/r1584543 Log: exclude new broken test-file for this test Modified: poi/trunk/src/testcases/org/apache/poi/hssf/dev/TestEFBiffViewer.java Modified: poi/trunk/src/testcases/org/apache/poi/hssf/dev

svn commit: r1584544 - in /poi/trunk/src/testcases/org/apache/poi/hssf/dev: BaseXLSIteratingTest.java TestBiffDrawingToXml.java TestBiffViewer.java TestFormulaViewer.java TestReSave.java TestRecordLis

2014-04-04 Thread centic
Author: centic Date: Fri Apr 4 07:26:53 2014 New Revision: 1584544 URL: http://svn.apache.org/r1584544 Log: Fix some Eclipse warnings Modified: poi/trunk/src/testcases/org/apache/poi/hssf/dev/BaseXLSIteratingTest.java poi/trunk/src/testcases/org/apache/poi/hssf/dev

svn commit: r1585828 - in /poi/site/src/documentation: content/xdocs/subversion.xml skinconf.xml

2014-04-08 Thread centic
Author: centic Date: Tue Apr 8 20:17:31 2014 New Revision: 1585828 URL: http://svn.apache.org/r1585828 Log: Bump copyright to 2014, add section with link to Sonar code metrics Modified: poi/site/src/documentation/content/xdocs/subversion.xml poi/site/src/documentation/skinconf.xml

svn commit: r1585831 - in /poi/site/publish: index.html subversion.html

2014-04-08 Thread centic
Author: centic Date: Tue Apr 8 20:40:32 2014 New Revision: 1585831 URL: http://svn.apache.org/r1585831 Log: Publish paragraph about Sonar metrics and push new copyright for main page Modified: poi/site/publish/index.html poi/site/publish/subversion.html Modified: poi/site/publish

svn commit: r1588537 - /poi/trunk/sonar/scratchpad/pom.xml

2014-04-18 Thread centic
Author: centic Date: Fri Apr 18 18:19:17 2014 New Revision: 1588537 URL: http://svn.apache.org/r1588537 Log: Try to exclude some generated files from Sonar runs Modified: poi/trunk/sonar/scratchpad/pom.xml Modified: poi/trunk/sonar/scratchpad/pom.xml URL: http://svn.apache.org/viewvc/poi

svn commit: r1588538 - in /poi/trunk: src/java/org/apache/poi/ss/formula/functions/ src/ooxml/testcases/org/apache/poi/xssf/usermodel/ src/testcases/org/apache/poi/ss/formula/functions/ test-data/spre

2014-04-18 Thread centic
Author: centic Date: Fri Apr 18 18:20:15 2014 New Revision: 1588538 URL: http://svn.apache.org/r1588538 Log: Bug 56315: Make rounding in MathX.round() behave equal to Excel, adjust/enhance some more tests in MathX Added: poi/trunk/test-data/spreadsheet/56315.xlsx Modified: poi/trunk/src

svn commit: r1592315 - in /poi/trunk/src: java/org/apache/poi/hpsf/MutablePropertySet.java testcases/org/apache/poi/hpsf/basic/TestWrite.java testcases/org/apache/poi/hpsf/basic/Util.java

2014-05-04 Thread centic
Author: centic Date: Sun May 4 08:05:32 2014 New Revision: 1592315 URL: http://svn.apache.org/r1592315 Log: File leak detector: Close streams in some tests Modified: poi/trunk/src/java/org/apache/poi/hpsf/MutablePropertySet.java poi/trunk/src/testcases/org/apache/poi/hpsf/basic

svn commit: r1594201 - in /poi/trunk/src: ooxml/java/org/apache/poi/extractor/ExtractorFactory.java testcases/org/apache/poi/hssf/usermodel/TestHSSFWorkbook.java

2014-05-13 Thread centic
Author: centic Date: Tue May 13 11:31:18 2014 New Revision: 1594201 URL: http://svn.apache.org/r1594201 Log: fix some Eclipse warnings, unnecessary null-check and missing close() in tests Modified: poi/trunk/src/ooxml/java/org/apache/poi/extractor/ExtractorFactory.java poi/trunk/src

svn commit: r1595048 - in /poi/trunk: src/java/org/apache/poi/hssf/model/ src/java/org/apache/poi/hssf/record/ src/testcases/org/apache/poi/hssf/usermodel/ test-data/spreadsheet/

2014-05-16 Thread centic
Author: centic Date: Thu May 15 21:14:52 2014 New Revision: 1595048 URL: http://svn.apache.org/r1595048 Log: Bug 56325: fix Exception when removing sheets with named ranges in the workbook Added: poi/trunk/test-data/spreadsheet/56325.xls Modified: poi/trunk/src/java/org/apache/poi/hssf

svn commit: r1595127 - in /poi/trunk: src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSimpleShape.java src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFDrawing.java test-data/spreadsheet/565

2014-05-16 Thread centic
Author: centic Date: Fri May 16 07:09:55 2014 New Revision: 1595127 URL: http://svn.apache.org/r1595127 Log: Fix Bug 56514, add missing null-check if simple shape does not have any text Added: poi/trunk/test-data/spreadsheet/56514.xlsx (with props) Modified: poi/trunk/src/ooxml/java

svn commit: r1595190 [2/2] - in /poi/trunk/src: ooxml/testcases/org/apache/poi/xslf/usermodel/ ooxml/testcases/org/apache/poi/xssf/usermodel/ ooxml/testcases/org/apache/poi/xwpf/usermodel/ scratchpad/

2014-05-16 Thread centic
Modified: poi/trunk/src/testcases/org/apache/poi/hssf/record/TestRecordFactory.java URL: http://svn.apache.org/viewvc/poi/trunk/src/testcases/org/apache/poi/hssf/record/TestRecordFactory.java?rev=1595190&r1=1595189&r2=1595190&view=diff =

svn commit: r1595047 - /poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java

2014-05-16 Thread centic
Author: centic Date: Thu May 15 21:14:32 2014 New Revision: 1595047 URL: http://svn.apache.org/r1595047 Log: Avoid unnecessary string creation/concatination for numeric conversion, use Double.toString() instead Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java

svn commit: r1595659 - in /poi/trunk: src/ooxml/java/org/apache/poi/xssf/usermodel/ src/ooxml/testcases/org/apache/poi/xssf/usermodel/ test-data/spreadsheet/

2014-05-18 Thread centic
Author: centic Date: Sun May 18 19:18:27 2014 New Revision: 1595659 URL: http://svn.apache.org/r1595659 Log: Bug 56170: Fix a problem with cells in workbooks becoming disconnected from XMLBeans whenever columns need to be reordered during writing the file. This happens because setCArray

svn commit: r1596251 - in /poi/trunk: src/java/org/apache/poi/hssf/record/ src/testcases/org/apache/poi/hssf/record/ src/testcases/org/apache/poi/hssf/usermodel/ test-data/spreadsheet/

2014-05-20 Thread centic
Author: centic Date: Tue May 20 14:01:22 2014 New Revision: 1596251 URL: http://svn.apache.org/r1596251 Log: Bug 53691: Fix a copy/paste error in CFRuleRecord.clone() also make CFRuleRecord.toString() print out more information which caused the bug to be much harder to find Add unit tests to

svn commit: r1596261 - in /poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel: TestUnfixedBugs.java TestXSSFBugs.java

2014-05-20 Thread centic
Author: centic Date: Tue May 20 14:12:19 2014 New Revision: 1596261 URL: http://svn.apache.org/r1596261 Log: Move some tests from "unfixed" to "normal" test classes as the underlying bug is now fixed. Also make on of the unfixed bugs cause an actual failure so it is j

svn commit: r1597637 - in /poi/trunk: src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java src/testcases/org/apache/poi/hssf/usermodel/TestCellStyle.java test-data/spreadsheet/56563a.xls test-dat

2014-05-26 Thread centic
Author: centic Date: Mon May 26 20:03:08 2014 New Revision: 1597637 URL: http://svn.apache.org/r1597637 Log: Fix for 56563 - Multithreading bug when reading 2 similar files Added: poi/trunk/test-data/spreadsheet/56563a.xls poi/trunk/test-data/spreadsheet/56563b.xls Modified: poi

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

2014-05-26 Thread centic
Author: centic Date: Mon May 26 20:08:56 2014 New Revision: 1597638 URL: http://svn.apache.org/r1597638 Log: Update status.xml with some fixes that were added by me. Modified: poi/site/src/documentation/content/xdocs/status.xml Modified: poi/site/src/documentation/content/xdocs/status.xml

svn commit: r1597873 - /poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java

2014-05-27 Thread centic
Author: centic Date: Tue May 27 20:45:25 2014 New Revision: 1597873 URL: http://svn.apache.org/r1597873 Log: Increase the font-inaccuracy for one unit test as some machines have fonts that lead to lower values, e.g. we get only 770 instead of 980 for Jenkins build on IBM JDK and on some local

svn commit: r1598225 - in /poi/trunk/src/excelant: java/org/apache/poi/ss/excelant/ExcelAntTask.java testcases/org/apache/poi/ss/excelant/TestBuildFile.java testcases/org/apache/poi/ss/excelant/tests.

2014-05-29 Thread centic
Author: centic Date: Thu May 29 09:15:33 2014 New Revision: 1598225 URL: http://svn.apache.org/r1598225 Log: Remove null-checks that can never be reached add test for ExcelAnt setString Modified: poi/trunk/src/excelant/java/org/apache/poi/ss/excelant/ExcelAntTask.java poi/trunk/src

svn commit: r1598226 - in /poi/trunk: .classpath build.xml

2014-05-29 Thread centic
Author: centic Date: Thu May 29 09:16:29 2014 New Revision: 1598226 URL: http://svn.apache.org/r1598226 Log: Update to latest Ant 1.9.4 and add ant-launcher which is used in ExcelAnt tests to make it easier to run these tests in Eclipse Modified: poi/trunk/.classpath poi/trunk/build.xml

svn commit: r1598264 - /poi/trunk/src/excelant/java/org/apache/poi/ss/excelant/ExcelAntUserDefinedFunction.java

2014-05-29 Thread centic
Author: centic Date: Thu May 29 12:04:51 2014 New Revision: 1598264 URL: http://svn.apache.org/r1598264 Log: Add workaround for IBM JDK where Ant populates classname instead of className for some reason Modified: poi/trunk/src/excelant/java/org/apache/poi/ss/excelant

svn commit: r1602006 - in /poi/trunk: .classpath build.xml maven/ooxml-schemas.pom maven/poi-ooxml-schemas.pom sonar/ooxml-schema-encryption/pom.xml sonar/ooxml-schema/pom.xml sonar/ooxml/pom.xml

2014-06-11 Thread centic
Author: centic Date: Wed Jun 11 20:32:52 2014 New Revision: 1602006 URL: http://svn.apache.org/r1602006 Log: Update XMLBeans to version 2.6.0 Conflicts: .classpath Modified: poi/trunk/.classpath poi/trunk/build.xml poi/trunk/maven/ooxml-schemas.pom poi/trunk/maven/poi

svn commit: r1602008 [2/2] - in /poi/trunk: ./ src/java/org/apache/poi/hpsf/ src/ooxml/java/org/apache/poi/xssf/usermodel/ src/ooxml/testcases/org/apache/poi/xwpf/ src/scratchpad/src/org/apache/poi/hm

2014-06-11 Thread centic
Modified: poi/trunk/src/scratchpad/testcases/org/apache/poi/hmef/attribute/TestMAPIAttributes.java URL: http://svn.apache.org/viewvc/poi/trunk/src/scratchpad/testcases/org/apache/poi/hmef/attribute/TestMAPIAttributes.java?rev=1602008&r1=1602007&r2=1602008&view=diff ===

svn commit: r1602075 - in /poi/trunk: .classpath build.xml maven/ooxml-schemas.pom maven/poi-ooxml-schemas.pom sonar/ooxml-schema-encryption/pom.xml sonar/ooxml-schema/pom.xml sonar/ooxml/pom.xml

2014-06-12 Thread centic
Author: centic Date: Thu Jun 12 07:08:21 2014 New Revision: 1602075 URL: http://svn.apache.org/r1602075 Log: Revert upgrade to XMLBeans 2.6.0 to properly discuss on the mailinglist first Modified: poi/trunk/.classpath poi/trunk/build.xml poi/trunk/maven/ooxml-schemas.pom poi

svn commit: r1606722 - /poi/site/src/documentation/content/xdocs/howtobuild.xml

2014-06-30 Thread centic
Author: centic Date: Mon Jun 30 13:11:09 2014 New Revision: 1606722 URL: http://svn.apache.org/r1606722 Log: * Note that we will desupport Java 1.5 with 3.11 * Describe how to setup Apache POI with the Eclipse IDE. Modified: poi/site/src/documentation/content/xdocs/howtobuild.xml Modified

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

2014-07-02 Thread centic
Author: centic Date: Wed Jul 2 14:48:59 2014 New Revision: 1607384 URL: http://svn.apache.org/r1607384 Log: Upgrade to latest JaCoCo 0.7.1 Modified: poi/trunk/build.xml Modified: poi/trunk/build.xml URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1607384&r1=1607383&r2

svn commit: r1607390 - in /poi/trunk/src: java/org/apache/poi/poifs/filesystem/NPOIFSFileSystem.java ooxml/java/org/apache/poi/ss/usermodel/WorkbookFactory.java

2014-07-02 Thread centic
Author: centic Date: Wed Jul 2 15:05:05 2014 New Revision: 1607390 URL: http://svn.apache.org/r1607390 Log: Bug 56537: Update javadoc to reflect the addition of Closeable to Workbook Modified: poi/trunk/src/java/org/apache/poi/poifs/filesystem/NPOIFSFileSystem.java poi/trunk/src/ooxml

svn commit: r1612496 - in /poi/trunk/src: java/org/apache/poi/util/HexDump.java testcases/org/apache/poi/util/TestHexDump.java

2014-07-22 Thread centic
Author: centic Date: Tue Jul 22 07:47:14 2014 New Revision: 1612496 URL: http://svn.apache.org/r1612496 Log: Fix formatting of trailing comma in HexDumps, cover class fully with tests Modified: poi/trunk/src/java/org/apache/poi/util/HexDump.java poi/trunk/src/testcases/org/apache/poi

svn commit: r1612557 - in /poi/trunk: src/java/org/apache/poi/ss/formula/functions/ src/ooxml/testcases/org/apache/poi/xssf/usermodel/ src/testcases/org/apache/poi/hssf/usermodel/ src/testcases/org/ap

2014-07-22 Thread centic
Author: centic Date: Tue Jul 22 12:31:56 2014 New Revision: 1612557 URL: http://svn.apache.org/r1612557 Log: Bug 56688: Fix border cases in EDATE function: handle RefEval and BlankEval and also return #VALUE, not #REF if case of error Added: poi/trunk/test-data/spreadsheet/56688_1.xlsx

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

2014-07-23 Thread centic
Author: centic Date: Wed Jul 23 07:55:48 2014 New Revision: 1612786 URL: http://svn.apache.org/r1612786 Log: Fix test to make it work on different date as well Modified: poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFBugs.java Modified: poi/trunk/src/ooxml/testcases

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

2014-07-23 Thread centic
Author: centic Date: Wed Jul 23 07:59:09 2014 New Revision: 1612787 URL: http://svn.apache.org/r1612787 Log: Add bugfix to changelog Modified: poi/site/src/documentation/content/xdocs/status.xml Modified: poi/site/src/documentation/content/xdocs/status.xml URL: http://svn.apache.org/viewvc

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

2014-07-23 Thread centic
Author: centic Date: Wed Jul 23 17:41:40 2014 New Revision: 1612887 URL: http://svn.apache.org/r1612887 Log: JaCoCo 0.7.x requires asm-5 Modified: poi/trunk/build.xml Modified: poi/trunk/build.xml URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1612887&r1=1612886&r2=1612

svn commit: r1613826 - in /poi/trunk/src/java/org/apache/poi: POIDocument.java POIOLE2TextExtractor.java hssf/model/InternalWorkbook.java

2014-07-27 Thread centic
Author: centic Date: Sun Jul 27 18:32:24 2014 New Revision: 1613826 URL: http://svn.apache.org/r1613826 Log: Add/Fix some Javadoc Modified: poi/trunk/src/java/org/apache/poi/POIDocument.java poi/trunk/src/java/org/apache/poi/POIOLE2TextExtractor.java poi/trunk/src/java/org/apache/poi

svn commit: r1613837 - in /poi/trunk: src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestBugs.java test-data/slideshow/37625.ppt

2014-07-27 Thread centic
Author: centic Date: Sun Jul 27 19:57:57 2014 New Revision: 1613837 URL: http://svn.apache.org/r1613837 Log: Add unit test for bug 37625 which verifies that this file can now be loaded Added: poi/trunk/test-data/slideshow/37625.ppt Modified: poi/trunk/src/scratchpad/testcases/org/apache

svn commit: r1614135 - in /poi/trunk: src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java test-data/spreadsheet/42016.xls

2014-07-28 Thread centic
Author: centic Date: Mon Jul 28 19:10:54 2014 New Revision: 1614135 URL: http://svn.apache.org/r1614135 Log: Add simple unit test to verify that Bug 42016 was fixed already by some other fixes Added: poi/trunk/test-data/spreadsheet/42016.xls Modified: poi/trunk/src/testcases/org/apache

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

2014-08-03 Thread centic
Author: centic Date: Sun Aug 3 21:30:30 2014 New Revision: 1615453 URL: http://svn.apache.org/r1615453 Log: * Ensure that some older versions of third-party libraries are removed when we do the jar-check, we saw some strange and hard-to-find build-errors lately, e.g. CI fails to run JaCoCo

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

2014-08-18 Thread centic
Author: centic Date: Mon Aug 18 13:59:01 2014 New Revision: 1618610 URL: http://svn.apache.org/r1618610 Log: * Allow to start tests with old Xerces jar-file to trigger issues we saw with missing methods in this XML parser. This is only active if the location of the jar-file is provided via ant

svn commit: r1621209 - in /poi/trunk: src/ooxml/java/org/apache/poi/xssf/extractor/XSSFExportToXml.java src/ooxml/testcases/org/apache/poi/xssf/extractor/TestXSSFExportToXML.java test-data/spreadsheet

2014-08-28 Thread centic
Author: centic Date: Thu Aug 28 21:41:30 2014 New Revision: 1621209 URL: http://svn.apache.org/r1621209 Log: Bug 56730: Fix exporting XML if schema contains ref-elements Added: poi/trunk/test-data/spreadsheet/56730.xlsx Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/extractor

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

2014-08-28 Thread centic
Author: centic Date: Thu Aug 28 21:43:37 2014 New Revision: 1621210 URL: http://svn.apache.org/r1621210 Log: Update changelog for Bug 56730 Modified: poi/site/src/documentation/content/xdocs/status.xml Modified: poi/site/src/documentation/content/xdocs/status.xml URL: http://svn.apache.org

svn commit: r1621586 - in /poi/trunk/src: java/org/apache/poi/hssf/dev/ java/org/apache/poi/hssf/record/ java/org/apache/poi/hssf/usermodel/ testcases/org/apache/poi/hssf/model/

2014-08-31 Thread centic
Author: centic Date: Sun Aug 31 11:40:22 2014 New Revision: 1621586 URL: http://svn.apache.org/r1621586 Log: Bug 45312: Add unit-test and javadoc, also convert file to proper line-ending and make poi.deserialize.escher=true behave for full reading of files outside of BiffViewer Modified

svn commit: r1621631 - /poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java

2014-08-31 Thread centic
Author: centic Date: Sun Aug 31 19:53:53 2014 New Revision: 1621631 URL: http://svn.apache.org/r1621631 Log: Bug 55280: Don't repeatedely fetch the size of the CTMergeCells object as this is a costly operation with XMLBeans Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/user

svn commit: r1621633 - in /poi/trunk/src/ooxml: java/org/apache/poi/xssf/usermodel/XSSFSheet.java java/org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.java testcases/org/apache/poi/xssf/usermodel

2014-08-31 Thread centic
Author: centic Date: Sun Aug 31 20:24:42 2014 New Revision: 1621633 URL: http://svn.apache.org/r1621633 Log: Bug 55280: Implement a method XSSFSheet.removeMergedRegions() to bulk remove merged regions and thus speed up shifting rows with many merged regions greatly. Modified: poi/trunk/src

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

2014-08-31 Thread centic
Author: centic Date: Sun Aug 31 20:38:58 2014 New Revision: 1621636 URL: http://svn.apache.org/r1621636 Log: List bug 55280 Modified: poi/site/src/documentation/content/xdocs/status.xml Modified: poi/site/src/documentation/content/xdocs/status.xml URL: http://svn.apache.org/viewvc/poi/site

svn commit: r1621641 - in /poi/trunk/src: java/org/apache/poi/ss/formula/WorkbookEvaluator.java ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFFormulaEvaluation.java

2014-08-31 Thread centic
Author: centic Date: Sun Aug 31 21:46:48 2014 New Revision: 1621641 URL: http://svn.apache.org/r1621641 Log: Bug 48195: Formulas: Fix incorrect evaluation of IF() with ROW()/COLUMN() as else-result Modified: poi/trunk/src/java/org/apache/poi/ss/formula/WorkbookEvaluator.java poi/trunk

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

2014-08-31 Thread centic
Author: centic Date: Sun Aug 31 21:53:11 2014 New Revision: 1621642 URL: http://svn.apache.org/r1621642 Log: Add fix for Bug 48195 to changelog Modified: poi/site/src/documentation/content/xdocs/status.xml Modified: poi/site/src/documentation/content/xdocs/status.xml URL: http

svn commit: r1629644 - in /poi/trunk: ./ moretests/ moretests/org/ moretests/org/apache/ moretests/org/apache/poi/ src/java/org/apache/poi/hssf/record/ src/java/org/apache/poi/hssf/usermodel/ src/java

2014-10-06 Thread centic
Author: centic Date: Mon Oct 6 13:20:12 2014 New Revision: 1629644 URL: http://svn.apache.org/r1629644 Log: Print out current version of java before building to allow to see in build output if we use a supported Java VM version Added: poi/trunk/moretests/ poi/trunk/moretests/org

svn commit: r1629646 - /poi/trunk/moretests/

2014-10-06 Thread centic
Author: centic Date: Mon Oct 6 13:30:10 2014 New Revision: 1629646 URL: http://svn.apache.org/r1629646 Log: Revert parts of inadvertent previous checkin, keep build.xml and @Override changes Removed: poi/trunk/moretests

svn commit: r1629653 - in /poi/trunk: src/java/org/apache/poi/hssf/usermodel/ src/ooxml/testcases/org/apache/poi/xssf/streaming/ src/ooxml/testcases/org/apache/poi/xssf/usermodel/ src/testcases/org/ap

2014-10-06 Thread centic
Author: centic Date: Mon Oct 6 13:39:35 2014 New Revision: 1629653 URL: http://svn.apache.org/r1629653 Log: Revert parts of an inadvertent previous checkin, keep build.xml and @Override changes Modified: poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFComment.java poi/trunk/src

svn commit: r1629656 - /poi/trunk/src/java/org/apache/poi/hssf/usermodel/DummyGraphics2d.java

2014-10-06 Thread centic
Author: centic Date: Mon Oct 6 13:43:37 2014 New Revision: 1629656 URL: http://svn.apache.org/r1629656 Log: Revert parts of an inadvertent previous checkin, keep build.xml and @Override changes Added: poi/trunk/src/java/org/apache/poi/hssf/usermodel/DummyGraphics2d.java Added: poi/trunk

svn commit: r1630659 - in /poi/trunk/sonar: ooxml-schema-encryption/pom.xml ooxml-schema/pom.xml ooxml/pom.xml

2014-10-09 Thread centic
Author: centic Date: Fri Oct 10 06:48:07 2014 New Revision: 1630659 URL: http://svn.apache.org/r1630659 Log: Use XMLBeans 2.6.0 for Sonar runs as well Modified: poi/trunk/sonar/ooxml-schema-encryption/pom.xml poi/trunk/sonar/ooxml-schema/pom.xml poi/trunk/sonar/ooxml/pom.xml

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

2014-10-09 Thread centic
Author: centic Date: Fri Oct 10 06:48:29 2014 New Revision: 1630660 URL: http://svn.apache.org/r1630660 Log: Update to Apache Rat 0.11 Modified: poi/trunk/build.xml Modified: poi/trunk/build.xml URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1630660&r1=1630659&r2=1630

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

2014-10-12 Thread centic
Author: centic Date: Sun Oct 12 20:07:11 2014 New Revision: 1631249 URL: http://svn.apache.org/r1631249 Log: Fix detecting missing downloaded and compiled OOXML jars, remove older versions of apache-rat correctly Modified: poi/trunk/build.xml Modified: poi/trunk/build.xml URL: http

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

2014-10-12 Thread centic
Author: centic Date: Sun Oct 12 20:07:24 2014 New Revision: 1631250 URL: http://svn.apache.org/r1631250 Log: Enhance test and coverge for class TempFile Modified: poi/trunk/src/testcases/org/apache/poi/util/TestTempFile.java Modified: poi/trunk/src/testcases/org/apache/poi/util

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

2014-10-17 Thread centic
Author: centic Date: Fri Oct 17 13:04:53 2014 New Revision: 1632566 URL: http://svn.apache.org/r1632566 Log: Seems we have slow connection on the Apache Jenkins instance. Thus allow one specific test to fail with a specific ConnectException as we see this happening sometimes in Jenkins but

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

2014-10-20 Thread centic
Author: centic Date: Mon Oct 20 13:49:51 2014 New Revision: 1633154 URL: http://svn.apache.org/r1633154 Log: When using v4 Junit style, we need to set @Test to make the test-methods actually execute Modified: poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFSheet.java

svn commit: r1633156 - in /poi/trunk: build.xml src/ooxml/testcases/org/apache/poi/poifs/crypt/TestSignatureInfo.java

2014-10-20 Thread centic
Author: centic Date: Mon Oct 20 13:54:41 2014 New Revision: 1633156 URL: http://svn.apache.org/r1633156 Log: * Also adjust build.xml for newer required Ant 1.8.0 * Pass "additionaljar" to junit calls to enable us to exclude tests which we know are failing (newer XML Security stuff)

svn commit: r1633166 - in /poi/trunk: ./ src/ooxml/testcases/org/apache/poi/xssf/extractor/

2014-10-20 Thread centic
Author: centic Date: Mon Oct 20 14:26:53 2014 New Revision: 1633166 URL: http://svn.apache.org/r1633166 Log: * Make more tests work in OOXMLLite compilation by adding xml security classpath and ensuring proper cleanup in some Extractor tests * Remove downloading xerces library here, we now do

svn commit: r1633215 - in /poi/trunk/src: java/org/apache/poi/ss/formula/eval/FunctionEval.java java/org/apache/poi/ss/formula/functions/TextFunction.java testcases/org/apache/poi/ss/formula/functions

2014-10-20 Thread centic
Author: centic Date: Mon Oct 20 19:57:11 2014 New Revision: 1633215 URL: http://svn.apache.org/r1633215 Log: Bug 57010: Add implementation of function PROPER Added: poi/trunk/src/testcases/org/apache/poi/ss/formula/functions/TestProper.java Modified: poi/trunk/src/java/org/apache/poi/ss

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

2014-10-21 Thread centic
Author: centic Date: Tue Oct 21 07:06:26 2014 New Revision: 1633285 URL: http://svn.apache.org/r1633285 Log: One more change to OOXMLLite to also run all tests successfully when the outdated xerces lib is provided Modified: poi/trunk/build.xml Modified: poi/trunk/build.xml URL: http

svn commit: r1633397 - in /poi: site/src/documentation/content/xdocs/ trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/ trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel/

2014-10-21 Thread centic
Author: centic Date: Tue Oct 21 15:16:14 2014 New Revision: 1633397 URL: http://svn.apache.org/r1633397 Log: Apply patch to fix bug 56835: Unreadable content when adding multiple comments to cell Modified: poi/site/src/documentation/content/xdocs/status.xml poi/trunk/src/ooxml/java/org

svn commit: r1633404 - in /poi: site/src/documentation/content/xdocs/ trunk/src/ooxml/java/org/apache/poi/xssf/extractor/ trunk/src/ooxml/testcases/org/apache/poi/xssf/extractor/ trunk/test-data/sprea

2014-10-21 Thread centic
Author: centic Date: Tue Oct 21 15:56:45 2014 New Revision: 1633404 URL: http://svn.apache.org/r1633404 Log: Apply patch for bug 55864 - XSSFImportFromXML.importFromXML() does not support optional elements Added: poi/trunk/test-data/spreadsheet/55864.xlsx (with props) Modified: poi

svn commit: r1635389 - in /poi: site/src/documentation/content/xdocs/ trunk/src/java/org/apache/poi/ss/util/ trunk/src/java/org/apache/poi/util/ trunk/src/testcases/org/apache/poi/ss/util/

2014-10-29 Thread centic
Author: centic Date: Thu Oct 30 05:53:06 2014 New Revision: 1635389 URL: http://svn.apache.org/r1635389 Log: Apply patch for bug 57151: Document CellRangeAddress and add some validation to prevent invalid row/column combinations. Cover class CellRangeAddress fully in unit tests. Modified

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

2014-10-31 Thread centic
Author: centic Date: Fri Oct 31 19:34:10 2014 New Revision: 1635848 URL: http://svn.apache.org/r1635848 Log: add missing changelog entry Modified: poi/site/src/documentation/content/xdocs/status.xml Modified: poi/site/src/documentation/content/xdocs/status.xml URL: http://svn.apache.org

svn commit: r1636990 - in /poi/trunk: src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFRun.java src/ooxml/testcases/org/apache/poi/xwpf/extractor/TestXWPFWordExtractor.java test-data/document/checkbox

2014-11-05 Thread centic
Author: centic Date: Wed Nov 5 22:26:00 2014 New Revision: 1636990 URL: http://svn.apache.org/r1636990 Log: github-7 - Form check box extraction with XWPFWordExtractor Added: poi/trunk/test-data/document/checkboxes.docx Modified: poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel

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

2014-11-05 Thread centic
Author: centic Date: Wed Nov 5 22:30:32 2014 New Revision: 1636991 URL: http://svn.apache.org/r1636991 Log: Add note for github-7 Modified: poi/site/src/documentation/content/xdocs/status.xml Modified: poi/site/src/documentation/content/xdocs/status.xml URL: http://svn.apache.org/viewvc

svn commit: r1637361 - in /poi: site/src/documentation/content/xdocs/ trunk/src/java/org/apache/poi/ss/formula/eval/ trunk/src/java/org/apache/poi/ss/formula/functions/ trunk/src/resources/main/org/ap

2014-11-07 Thread centic
Author: centic Date: Fri Nov 7 12:29:05 2014 New Revision: 1637361 URL: http://svn.apache.org/r1637361 Log: Bug 57003: Add implementation of function FIXED Added: poi/trunk/src/java/org/apache/poi/ss/formula/functions/Fixed.java poi/trunk/src/testcases/org/apache/poi/ss/formula

svn commit: r1637367 - in /poi/trunk/src: java/org/apache/poi/ss/formula/WorkbookEvaluator.java testcases/org/apache/poi/ss/formula/function/ExcelFileFormatDocFunctionExtractor.java

2014-11-07 Thread centic
Author: centic Date: Fri Nov 7 13:02:00 2014 New Revision: 1637367 URL: http://svn.apache.org/r1637367 Log: Fix some eclipse warnings, newlines, javadoc, generics, ... Modified: poi/trunk/src/java/org/apache/poi/ss/formula/WorkbookEvaluator.java poi/trunk/src/testcases/org/apache/poi

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

2014-11-07 Thread centic
Author: centic Date: Fri Nov 7 13:05:57 2014 New Revision: 1637370 URL: http://svn.apache.org/r1637370 Log: Calling ping is not a good idea as it runs endlessly on some platforms, do a Java connection test instead Modified: poi/trunk/src/ooxml/testcases/org/apache/poi/poifs/crypt

svn commit: r1637474 - /poi/trunk/src/ooxml/testcases/org/apache/poi/xwpf/XWPFTestDataSamples.java

2014-11-07 Thread centic
Author: centic Date: Fri Nov 7 22:33:35 2014 New Revision: 1637474 URL: http://svn.apache.org/r1637474 Log: Slowly start to adjust places in tests where we do not properly close file handles Modified: poi/trunk/src/ooxml/testcases/org/apache/poi/xwpf/XWPFTestDataSamples.java Modified

svn commit: r1637475 - in /poi/trunk: build.xml src/ooxml/java/org/apache/poi/util/OOXMLLite.java

2014-11-07 Thread centic
Author: centic Date: Fri Nov 7 22:33:54 2014 New Revision: 1637475 URL: http://svn.apache.org/r1637475 Log: Fail build if test-cases fail in OOXMLLite execution to avoid missing included schema-classes. Also adjust how we look for test-classes so that we print out the ones that we skip with

svn commit: r1637703 - in /poi/trunk/src/java/org/apache/poi: ss/format/ util/

2014-11-09 Thread centic
Author: centic Date: Sun Nov 9 17:53:10 2014 New Revision: 1637703 URL: http://svn.apache.org/r1637703 Log: Add some missing close() calls and fix some generics warnings Modified: poi/trunk/src/java/org/apache/poi/ss/format/CellDateFormatter.java poi/trunk/src/java/org/apache/poi/ss

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

2014-11-09 Thread centic
Author: centic Date: Sun Nov 9 17:55:22 2014 New Revision: 1637704 URL: http://svn.apache.org/r1637704 Log: Adjust location of ooxml-lite classes and try with reduced classpath to actually test without full xsds Modified: poi/trunk/build.xml Modified: poi/trunk/build.xml URL: http

svn commit: r1637705 - in /poi/trunk/.settings: org.eclipse.jdt.core.prefs org.eclipse.jdt.ui.prefs

2014-11-09 Thread centic
Author: centic Date: Sun Nov 9 17:55:37 2014 New Revision: 1637705 URL: http://svn.apache.org/r1637705 Log: Adjust Eclipse project settings to define warnings and other settings locally in the project Modified: poi/trunk/.settings/org.eclipse.jdt.core.prefs poi/trunk/.settings

svn commit: r1637718 - in /poi/trunk: build.xml src/ooxml/testcases/org/apache/poi/poifs/crypt/TestSignatureInfo.java

2014-11-09 Thread centic
Author: centic Date: Sun Nov 9 19:19:02 2014 New Revision: 1637718 URL: http://svn.apache.org/r1637718 Log: Add xmlsec-jar in test-ooxml-lite which is missing after removing ooxml.classpath Modified: poi/trunk/build.xml poi/trunk/src/ooxml/testcases/org/apache/poi/poifs/crypt

svn commit: r1637977 - /poi/trunk/src/testcases/org/apache/poi/ddf/TestEscherDump.java

2014-11-10 Thread centic
Author: centic Date: Mon Nov 10 20:36:37 2014 New Revision: 1637977 URL: http://svn.apache.org/r1637977 Log: Add initial simple test of class EscherDump Added: poi/trunk/src/testcases/org/apache/poi/ddf/TestEscherDump.java Added: poi/trunk/src/testcases/org/apache/poi/ddf

svn commit: r1637979 - in /poi/trunk: build.xml src/ooxml/testcases/org/apache/poi/poifs/crypt/TestSignatureInfo.java

2014-11-10 Thread centic
Author: centic Date: Mon Nov 10 20:37:26 2014 New Revision: 1637979 URL: http://svn.apache.org/r1637979 Log: Bug 57197: use proxy for TestSignatureInfo if set via environment variables Modified: poi/trunk/build.xml poi/trunk/src/ooxml/testcases/org/apache/poi/poifs/crypt

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

2014-11-10 Thread centic
Author: centic Date: Mon Nov 10 20:36:54 2014 New Revision: 1637978 URL: http://svn.apache.org/r1637978 Log: Fix Eclipse warning about generics Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFWorkbook.java Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf

svn commit: r1638179 - /poi/trunk/src/ooxml/java/org/apache/poi/util/OOXMLLite.java

2014-11-11 Thread centic
Author: centic Date: Tue Nov 11 15:30:34 2014 New Revision: 1638179 URL: http://svn.apache.org/r1638179 Log: Restore printing out test-failures after switch to JUnit4 execution Modified: poi/trunk/src/ooxml/java/org/apache/poi/util/OOXMLLite.java Modified: poi/trunk/src/ooxml/java/org

svn commit: r1641883 - in /poi/trunk/src: java/org/apache/poi/poifs/crypt/CipherAlgorithm.java testcases/org/apache/poi/poifs/crypt/ testcases/org/apache/poi/poifs/crypt/TestCipherAlgorithm.java

2014-11-26 Thread centic
Author: centic Date: Wed Nov 26 18:39:44 2014 New Revision: 1641883 URL: http://svn.apache.org/r1641883 Log: Add more output in case of unknown cipher-ids to aid in debugging bugs like 57195 Added: poi/trunk/src/testcases/org/apache/poi/poifs/crypt/ poi/trunk/src/testcases/org/apache

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

2014-11-26 Thread centic
Author: centic Date: Wed Nov 26 21:11:02 2014 New Revision: 1641940 URL: http://svn.apache.org/r1641940 Log: Include root-cause exception information when constructing ContentTypeManager fails Modified: poi/trunk/src/ooxml/java/org/apache/poi/openxml4j/opc/internal/ContentTypeManager.java

<    1   2   3   4   5   6   7   8   9   10   >