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

2013-06-17 Thread centic
Author: centic Date: Mon Jun 17 07:53:59 2013 New Revision: 1493669 URL: http://svn.apache.org/r1493669 Log: Bug 54982: Add a close() interface to POITextExtractor which can be used to free resources later. Implement close() where necessary so resources are closed. Add close() to tests and run

svn commit: r1493686 - in /poi/trunk: src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFSheet.java test-data/spreadsheet/54607.xlsx

2013-06-17 Thread centic
Author: centic Date: Mon Jun 17 09:06:39 2013 New Revision: 1493686 URL: http://svn.apache.org/r1493686 Log: Bug 54607: Add unit test and fix NPE for getTopRow() and getLeftCol() Added: poi/trunk/test-data/spreadsheet/54607.xlsx Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf

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

2013-06-30 Thread centic
Author: centic Date: Sun Jun 30 20:49:51 2013 New Revision: 1498178 URL: http://svn.apache.org/r1498178 Log: Adjust build.xml to update to junit 4.11 Also allow to specify a pattern to only run certain unit tests. Modified: poi/trunk/build.xml Modified: poi/trunk/build.xml URL: http

svn commit: r1498190 - in /poi/trunk: src/testcases/org/apache/poi/hssf/usermodel/TestUnfixedBugs.java test-data/spreadsheet/54084 - Greek - beyond BMP.txt test-data/spreadsheet/54084 - Greek - beyond

2013-06-30 Thread centic
Author: centic Date: Sun Jun 30 22:47:26 2013 New Revision: 1498190 URL: http://svn.apache.org/r1498190 Log: Bug 54084: Add testcase which reproduces the bug, no fix available yet Added: poi/trunk/test-data/spreadsheet/54084 - Greek - beyond BMP.txt poi/trunk/test-data/spreadsheet/54084

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

2013-07-09 Thread centic
Author: centic Date: Tue Jul 9 13:59:16 2013 New Revision: 1501267 URL: http://svn.apache.org/r1501267 Log: Add changelog-entry for new version of junit Modified: poi/site/src/documentation/content/xdocs/status.xml Modified: poi/site/src/documentation/content/xdocs/status.xml URL: http

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

2013-07-12 Thread centic
Author: centic Date: Fri Jul 12 19:21:12 2013 New Revision: 1502661 URL: http://svn.apache.org/r1502661 Log: Add more unit tests to cover more of HSSFWorkbook and HSSFSheet, check one more case of IndexOutOfBoundsException Modified: poi/trunk/src/java/org/apache/poi/hssf/model

svn commit: r1513247 - in /poi/trunk/src: java/org/apache/poi/hssf/usermodel/HSSFFormulaEvaluator.java java/org/apache/poi/ss/formula/functions/MultiOperandNumericFunction.java testcases/org/apache/po

2013-08-12 Thread centic
Author: centic Date: Mon Aug 12 20:27:08 2013 New Revision: 1513247 URL: http://svn.apache.org/r1513247 Log: Bug 55195: use interface instead of implementation for NumericValueEval and others. Modified: poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFFormulaEvaluator.java poi/trunk

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

2013-08-14 Thread centic
Author: centic Date: Wed Aug 14 14:57:44 2013 New Revision: 1513916 URL: http://svn.apache.org/r1513916 Log: Bug 52233: Do not make the XSSFSheet invalid during write(), I could not find out why the ColsArray was set to null in the write() method. By removing this the writing of the sheet does

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

2013-08-14 Thread centic
Author: centic Date: Wed Aug 14 14:59:36 2013 New Revision: 1513918 URL: http://svn.apache.org/r1513918 Log: Bug 52233: Do not make the XSSFSheet invalid during write() Modified: poi/site/src/documentation/content/xdocs/status.xml Modified: poi/site/src/documentation/content/xdocs

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

2013-08-14 Thread centic
Author: centic Date: Wed Aug 14 16:40:08 2013 New Revision: 1513954 URL: http://svn.apache.org/r1513954 Log: add missing status update 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: r1514632 - in /poi/trunk/src: java/org/apache/poi/ss/usermodel/DataFormatter.java testcases/org/apache/poi/ss/usermodel/TestDataFormatter.java

2013-08-16 Thread centic
Author: centic Date: Fri Aug 16 09:38:47 2013 New Revision: 1514632 URL: http://svn.apache.org/r1514632 Log: Bug 54786: Fix missing quoting in date formatting, add a number of unit tests which verify the new formatting options. Modified: poi/trunk/src/java/org/apache/poi/ss/usermodel

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

2013-08-20 Thread centic
Author: centic Date: Tue Aug 20 15:03:18 2013 New Revision: 1515842 URL: http://svn.apache.org/r1515842 Log: Revert changes from rev. 1513916 as it severly broke writing valid xlsx files Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java poi/trunk/src/ooxml

svn commit: r1516312 - in /poi/trunk/src: java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java ooxml/java/org/apache/poi/xssf/streaming/GZIPSheetDataWriter.java

2013-08-21 Thread centic
Author: centic Date: Wed Aug 21 22:06:07 2013 New Revision: 1516312 URL: http://svn.apache.org/r1516312 Log: Also fix some Eclipse warnings while hunting Bugs: Generics, unused variables, ... Modified: poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java poi/trunk/src

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

2013-08-22 Thread centic
Author: centic Date: Thu Aug 22 13:04:46 2013 New Revision: 1516440 URL: http://svn.apache.org/r1516440 Log: List Bug 50298 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: r1516818 - in /poi: tags/REL_3_9/src/ooxml/testcases/org/apache/poi/xssf/usermodel/ trunk/src/java/org/apache/poi/hssf/record/ trunk/src/java/org/apache/poi/ss/formula/atp/ trunk/src/ooxml

2013-08-23 Thread centic
Author: centic Date: Fri Aug 23 10:44:39 2013 New Revision: 1516818 URL: http://svn.apache.org/r1516818 Log: fix some Eclipse warnings, adjust some unit tests slightly Modified: poi/tags/REL_3_9/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFSheet.java poi/trunk/src/java/org

svn commit: r1516980 - in /poi/trunk/src: java/org/apache/poi/ss/formula/ java/org/apache/poi/ss/formula/ptg/ ooxml/java/org/apache/poi/xssf/usermodel/

2013-08-23 Thread centic
Author: centic Date: Fri Aug 23 18:54:05 2013 New Revision: 1516980 URL: http://svn.apache.org/r1516980 Log: Some Eclipse warnings removed Modified: poi/trunk/src/java/org/apache/poi/ss/formula/FormulaRenderer.java poi/trunk/src/java/org/apache/poi/ss/formula/ptg/Area3DPtg.java poi

svn commit: r1516981 - in /poi/trunk: src/ooxml/testcases/org/apache/poi/xssf/usermodel/ src/testcases/org/apache/poi/hssf/usermodel/ src/testcases/org/apache/poi/ss/usermodel/ test-data/spreadsheet/

2013-08-23 Thread centic
Author: centic Date: Fri Aug 23 18:56:11 2013 New Revision: 1516981 URL: http://svn.apache.org/r1516981 Log: Add testcase which tries to reproduce Bug 48495, but seems to be fixed now. Added: poi/trunk/test-data/spreadsheet/48495.xlsx Modified: poi/trunk/src/ooxml/testcases/org/apache

svn commit: r1516982 - in /poi/trunk: src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFWorkbook.java test-data/spreadsheet/47090.xlsx

2013-08-23 Thread centic
Author: centic Date: Fri Aug 23 18:56:32 2013 New Revision: 1516982 URL: http://svn.apache.org/r1516982 Log: Tried to reproduce Bug 47090, but seems to be fixed now. Added: poi/trunk/test-data/spreadsheet/47090.xlsx Modified: poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel

svn commit: r1517180 - /poi/trunk/src/java/org/apache/poi/ss/util/CellReference.java

2013-08-24 Thread centic
Author: centic Date: Sat Aug 24 18:33:00 2013 New Revision: 1517180 URL: http://svn.apache.org/r1517180 Log: Fix regression introduced by r1516969 Modified: poi/trunk/src/java/org/apache/poi/ss/util/CellReference.java Modified: poi/trunk/src/java/org/apache/poi/ss/util/CellReference.java

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

2013-08-24 Thread centic
Author: centic Date: Sat Aug 24 18:32:45 2013 New Revision: 1517179 URL: http://svn.apache.org/r1517179 Log: Exclude TestUnfixedBugs from OOXMLLite to avoid confusing output in ant-build of ooxml-lite Modified: poi/trunk/src/ooxml/java/org/apache/poi/util/OOXMLLite.java Modified: poi/trunk

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

2013-08-26 Thread centic
Author: centic Date: Mon Aug 26 20:09:19 2013 New Revision: 1517676 URL: http://svn.apache.org/r1517676 Log: Bug 54524: Fix border case in FormulaShifter Added: poi/trunk/test-data/spreadsheet/54524.xlsx Modified: poi/trunk/src/java/org/apache/poi/ss/formula/FormulaShifter.java poi

svn commit: r1521012 - in /poi/trunk: src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFSheetShiftRows.java test-data/spreadsheet/53

2013-09-09 Thread centic
Author: centic Date: Mon Sep 9 09:24:05 2013 New Revision: 1521012 URL: http://svn.apache.org/r1521012 Log: Bug 53798: Add fix for XmlValueDisconnectException during shifting rows Added: poi/trunk/test-data/spreadsheet/53798.xlsx Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf

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

2013-09-09 Thread centic
Author: centic Date: Mon Sep 9 09:41:31 2013 New Revision: 1521015 URL: http://svn.apache.org/r1521015 Log: Remove Eclipse warnings, remove duplicate test, rename tests to also run tests in base class Modified: poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFPalette.java poi/trunk

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

2013-09-29 Thread centic
Author: centic Date: Sun Sep 29 20:23:20 2013 New Revision: 1527397 URL: http://svn.apache.org/r1527397 Log: Apply patch from bug 55341 Added: poi/trunk/test-data/spreadsheet/55341_CellStyleBorder.xls Modified: poi/trunk/src/java/org/apache/poi/ss/usermodel/CellStyle.java poi/trunk

svn commit: r1532873 - in /poi/trunk/src/ooxml: java/org/apache/poi/xssf/streaming/SXSSFCell.java testcases/org/apache/poi/xssf/streaming/TestSXSSFCell.java

2013-10-16 Thread centic
Author: centic Date: Wed Oct 16 19:47:21 2013 New Revision: 1532873 URL: http://svn.apache.org/r1532873 Log: Bug 55658: don't fail in SXSSF if a numeric cell is overwritten with a string Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFCell.java poi/trunk/src/ooxml

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

2013-10-16 Thread centic
Author: centic Date: Wed Oct 16 19:59:29 2013 New Revision: 1532876 URL: http://svn.apache.org/r1532876 Log: Add Eclipse project files and settings to make it easier to start hacking on POI in Eclipse Added: poi/trunk/.classpath poi/trunk/.project poi/trunk/.settings/ poi/trunk

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

2013-10-16 Thread centic
Author: centic Date: Wed Oct 16 20:19:43 2013 New Revision: 1532884 URL: http://svn.apache.org/r1532884 Log: List some more bugfixes/changes Modified: poi/site/src/documentation/content/xdocs/status.xml Modified: poi/site/src/documentation/content/xdocs/status.xml URL: http

svn commit: r1535885 - in /poi/trunk/src: java/org/apache/poi/hssf/dev/ java/org/apache/poi/hssf/record/ java/org/apache/poi/hssf/record/chart/ testcases/org/apache/poi/hssf/dev/

2013-10-25 Thread centic
Author: centic Date: Fri Oct 25 21:57:48 2013 New Revision: 1535885 URL: http://svn.apache.org/r1535885 Log: Add a number of tests for the dev-tools. The tests iterate over all .xls files that are found under test-data, any newly added file or code-change which breaks one of the dev-tools

svn commit: r1535959 - in /poi/trunk/src: ooxml/testcases/org/apache/poi/xssf/streaming/TestSXSSFWorkbook.java testcases/org/apache/poi/ss/usermodel/BaseTestWorkbook.java

2013-10-26 Thread centic
Author: centic Date: Sat Oct 26 10:05:24 2013 New Revision: 1535959 URL: http://svn.apache.org/r1535959 Log: Add reproducer tests for Bug 53515, disabled as we do not fix any of the reported issues. Also fix some Ecliipse warnings. Modified: poi/trunk/src/ooxml/testcases/org/apache/poi/xssf

svn commit: r1536062 - in /poi/trunk/src: java/org/apache/poi/hssf/dev/ java/org/apache/poi/hssf/record/ java/org/apache/poi/hssf/usermodel/ java/org/apache/poi/poifs/filesystem/ testcases/org/apache/

2013-10-27 Thread centic
Author: centic Date: Sun Oct 27 08:16:29 2013 New Revision: 1536062 URL: http://svn.apache.org/r1536062 Log: Re-use functionality from HSSFWorkbook in dev-tools to find the dir-entry-name to make special names like WORKBOOK or BOOK work, handle a special case in ExternalNameRecord when the flag

svn commit: r1537331 - in /poi/trunk: ./ src/java/org/apache/poi/hssf/usermodel/ src/java/org/apache/poi/util/ src/ooxml/testcases/org/apache/poi/xssf/streaming/ src/testcases/org/apache/poi/hssf/user

2013-10-30 Thread centic
Author: centic Date: Wed Oct 30 22:26:13 2013 New Revision: 1537331 URL: http://svn.apache.org/r1537331 Log: Slightly more test-coverage in HSSFSheet/XSSFSheet/SXSSFSheet and fix some Eclipse warnings Modified: poi/trunk/build.xml poi/trunk/src/java/org/apache/poi/hssf/usermodel

svn commit: r1538163 - 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/

2013-11-02 Thread centic
Author: centic Date: Sat Nov 2 10:01:01 2013 New Revision: 1538163 URL: http://svn.apache.org/r1538163 Log: Fix Bug 54400 by updating the index in the LinkTable whenever sheets are removed. Added: poi/trunk/test-data/spreadsheet/54500.xls Modified: poi/trunk/src/java/org/apache/poi/hssf

svn commit: r1538281 - /poi/trunk/src/excelant/testcases/org/apache/poi/ss/excelant/util/TestExcelAntWorkbookUtil.java

2013-11-02 Thread centic
Author: centic Date: Sat Nov 2 20:58:22 2013 New Revision: 1538281 URL: http://svn.apache.org/r1538281 Log: Add slightly more coverage for ExcelAntWorkbookUtil Modified: poi/trunk/src/excelant/testcases/org/apache/poi/ss/excelant/util/TestExcelAntWorkbookUtil.java Modified: poi/trunk/src

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

2013-11-03 Thread centic
Author: centic Date: Sun Nov 3 10:11:09 2013 New Revision: 1538330 URL: http://svn.apache.org/r1538330 Log: Add more output to assertion in test-case that is sometimes failing, see e.g. Jenkins build #170... Modified: poi/trunk/src/scratchpad/testcases/org/apache/poi/hwpf/usermodel

svn commit: r1538353 - in /poi/trunk: src/scratchpad/src/org/apache/poi/hmef/ src/scratchpad/src/org/apache/poi/hmef/dev/ src/scratchpad/testcases/org/apache/poi/hmef/ test-data/hmef/

2013-11-03 Thread centic
Author: centic Date: Sun Nov 3 12:43:42 2013 New Revision: 1538353 URL: http://svn.apache.org/r1538353 Log: Bug 52400: fix handling some types of TNEF files, make HMEFMessage.HEADER_SIGNATURE int as it is handled as int everywhere, move .dat files to HMEF sample dir, cover some border cases

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

2013-11-13 Thread centic
Author: centic Date: Wed Nov 13 20:27:48 2013 New Revision: 1541694 URL: http://svn.apache.org/r1541694 Log: Add some missing changelog-updates from my commits Modified: poi/site/src/documentation/content/xdocs/status.xml Modified: poi/site/src/documentation/content/xdocs/status.xml URL

svn commit: r1544692 - /poi/trunk/.classpath

2013-11-22 Thread centic
Author: centic Date: Fri Nov 22 22:00:12 2013 New Revision: 1544692 URL: http://svn.apache.org/r1544692 Log: Set source of generated ooxml classes Conflicts: .classpath Modified: poi/trunk/.classpath Modified: poi/trunk/.classpath URL: http://svn.apache.org/viewvc/poi/trunk

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

2013-11-28 Thread centic
Author: centic Date: Thu Nov 28 21:19:34 2013 New Revision: 1546458 URL: http://svn.apache.org/r1546458 Log: Bug 55745: fix handling of tables in XSSF if there are comments as well, add testcase which was committed to the wrong tag Modified: poi/trunk/src/ooxml/testcases/org/apache/poi

svn commit: r1547153 - in /poi/trunk: src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFSheetRowGrouping.java test-data/spreadsheet/

2013-12-02 Thread centic
Author: centic Date: Mon Dec 2 19:14:03 2013 New Revision: 1547153 URL: http://svn.apache.org/r1547153 Log: Bug 55640, added reproducer, a fix for the Exception cases and some verify-tests to ensure future changes are checked via unit tests. There might be more work pending to make grouping

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

2013-12-08 Thread centic
Author: centic Date: Sun Dec 8 12:48:02 2013 New Revision: 1549024 URL: http://svn.apache.org/r1549024 Log: List my bugfixes done lately. 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: r1553404 - in /poi/trunk/src: java/org/apache/poi/hssf/model/ java/org/apache/poi/hssf/usermodel/ java/org/apache/poi/ss/format/ java/org/apache/poi/util/ scratchpad/src/org/apache/poi/hwp

2013-12-25 Thread centic
Author: centic Date: Wed Dec 25 18:05:41 2013 New Revision: 1553404 URL: http://svn.apache.org/r1553404 Log: Fix some JavaDoc items that are reported in the build-output Modified: poi/trunk/src/java/org/apache/poi/hssf/model/InternalWorkbook.java poi/trunk/src/java/org/apache/poi/hssf

svn commit: r1553465 - /poi/trunk/src/testcases/org/apache/poi/poifs/filesystem/ReaderWriter.java

2013-12-26 Thread centic
Author: centic Date: Thu Dec 26 09:32:08 2013 New Revision: 1553465 URL: http://svn.apache.org/r1553465 Log: Fix some Eclipse warnings in ReaderWriter Modified: poi/trunk/src/testcases/org/apache/poi/poifs/filesystem/ReaderWriter.java Modified: poi/trunk/src/testcases/org/apache/poi/poifs

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

2013-12-26 Thread centic
Author: centic Date: Thu Dec 26 17:54:27 2013 New Revision: 1553521 URL: http://svn.apache.org/r1553521 Log: Update to latest JaCoCo 0.6.4 Modified: poi/trunk/build.xml Modified: poi/trunk/build.xml URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1553521r1=1553520r2=1553521view

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

2013-12-26 Thread centic
Author: centic Date: Thu Dec 26 17:54:49 2013 New Revision: 1553522 URL: http://svn.apache.org/r1553522 Log: Remove unnecessary separate length, an array already has one Modified: poi/trunk/src/ooxml/java/org/apache/poi/openxml4j/opc/internal/MemoryPackagePart.java Modified: poi/trunk/src

svn commit: r1554533 - /poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFClientAnchor.java

2013-12-31 Thread centic
Author: centic Date: Tue Dec 31 15:11:44 2013 New Revision: 1554533 URL: http://svn.apache.org/r1554533 Log: Print out which actual value was out of range Modified: poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFClientAnchor.java Modified: poi/trunk/src/java/org/apache/poi/hssf

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

2013-12-31 Thread centic
Author: centic Date: Tue Dec 31 15:11:59 2013 New Revision: 1554534 URL: http://svn.apache.org/r1554534 Log: Don't unnecessarily convert from ArrayList to array, use the ArrayList directly instead, this speeds up BiffViewer and related unit tests Modified: poi/trunk/src/java/org/apache/poi

svn commit: r1554535 - in /poi/trunk/src: java/org/apache/poi/hssf/record/aggregates/ java/org/apache/poi/ss/formula/functions/ ooxml/java/org/apache/poi/openxml4j/opc/internal/signature/ ooxml/java/o

2013-12-31 Thread centic
Author: centic Date: Tue Dec 31 15:12:30 2013 New Revision: 1554535 URL: http://svn.apache.org/r1554535 Log: remove some unused imports and some useless TODOs, slightly more coverage, @Overrides, more info on failing test, fix some Eclipse warnings Modified: poi/trunk/src/java/org/apache

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

2014-01-01 Thread centic
Author: centic Date: Wed Jan 1 22:26:54 2014 New Revision: 1554690 URL: http://svn.apache.org/r1554690 Log: List two recent bugfixes in status.xml Modified: poi/site/src/documentation/content/xdocs/status.xml Modified: poi/site/src/documentation/content/xdocs/status.xml URL: http

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

2014-02-01 Thread centic
Author: centic Date: Sat Feb 1 17:21:21 2014 New Revision: 1563447 URL: http://svn.apache.org/r1563447 Log: Update third party libs: commons-codec to 1.9, log4j to 1.2.17 Modified: poi/trunk/build.xml Modified: poi/trunk/build.xml URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev

svn commit: r1563588 - /poi/trunk/test-data/spreadsheet/56017.xlsx

2014-02-02 Thread centic
Author: centic Date: Sun Feb 2 10:38:45 2014 New Revision: 1563588 URL: http://svn.apache.org/r1563588 Log: Add missing test-file for Bug 56017 Added: poi/trunk/test-data/spreadsheet/56017.xlsx Added: poi/trunk/test-data/spreadsheet/56017.xlsx URL: http://svn.apache.org/viewvc/poi/trunk

svn commit: r1563590 - /poi/trunk/.settings/org.eclipse.jdt.core.prefs

2014-02-02 Thread centic
Author: centic Date: Sun Feb 2 10:41:05 2014 New Revision: 1563590 URL: http://svn.apache.org/r1563590 Log: Adjust Eclipse project for JDK 1.6 Modified: poi/trunk/.settings/org.eclipse.jdt.core.prefs Modified: poi/trunk/.settings/org.eclipse.jdt.core.prefs URL: http://svn.apache.org

svn commit: r1563997 - in /poi/trunk: build.xml maven/poi.pom

2014-02-03 Thread centic
Author: centic Date: Mon Feb 3 18:54:44 2014 New Revision: 1563997 URL: http://svn.apache.org/r1563997 Log: Update commons-logging to 1.1.3 and set scope to test for hamcrest lib in pom Modified: poi/trunk/build.xml poi/trunk/maven/poi.pom Modified: poi/trunk/build.xml URL: http

svn commit: r1563998 - /poi/trunk/.classpath

2014-02-03 Thread centic
Author: centic Date: Mon Feb 3 18:55:15 2014 New Revision: 1563998 URL: http://svn.apache.org/r1563998 Log: Adjust Eclipse classpath for new versions of third party libraries Modified: poi/trunk/.classpath Modified: poi/trunk/.classpath URL: http://svn.apache.org/viewvc/poi/trunk

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

2014-02-03 Thread centic
Author: centic Date: Mon Feb 3 18:55:37 2014 New Revision: 1563999 URL: http://svn.apache.org/r1563999 Log: Switch to JDK 6 for generated code as well Modified: poi/trunk/build.xml Modified: poi/trunk/build.xml URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1563999r1=1563998r2

svn commit: r1564011 - 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-02-03 Thread centic
Author: centic Date: Mon Feb 3 19:19:14 2014 New Revision: 1564011 URL: http://svn.apache.org/r1564011 Log: Bug 55927: Handle date types when exporting to XML Added: poi/trunk/test-data/spreadsheet/55927.xlsx Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/extractor

svn commit: r1564028 - 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-02-03 Thread centic
Author: centic Date: Mon Feb 3 19:46:41 2014 New Revision: 1564028 URL: http://svn.apache.org/r1564028 Log: Bug 55926: Handle numeric formula values when exporting to XML Added: poi/trunk/test-data/spreadsheet/55926.xlsx Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/extractor

svn commit: r1564045 - 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-02-03 Thread centic
Author: centic Date: Mon Feb 3 20:17:59 2014 New Revision: 1564045 URL: http://svn.apache.org/r1564045 Log: Bug 55924: Avoid errors during exporting XML if there are numeric cells without value, also verify in tests that XML can always be parsed Added: poi/trunk/test-data/spreadsheet/55924

svn commit: r1564050 - 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-02-03 Thread centic
Author: centic Date: Mon Feb 3 20:56:43 2014 New Revision: 1564050 URL: http://svn.apache.org/r1564050 Log: Bug 55923: Fix compare/sorting of nodes in exported XML Added: poi/trunk/test-data/spreadsheet/55923.xlsx Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/extractor

svn commit: r1568554 - in /poi/trunk/src/ooxml: java/org/apache/poi/xssf/streaming/GZIPSheetDataWriter.java java/org/apache/poi/xssf/streaming/SheetDataWriter.java testcases/org/apache/poi/xssf/stream

2014-02-14 Thread centic
Author: centic Date: Sat Feb 15 00:18:34 2014 New Revision: 1568554 URL: http://svn.apache.org/r1568554 Log: Add assertions, remove Sonar warnings Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/streaming/GZIPSheetDataWriter.java poi/trunk/src/ooxml/java/org/apache/poi/xssf

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

2014-02-14 Thread centic
Author: centic Date: Sat Feb 15 00:19:50 2014 New Revision: 1568556 URL: http://svn.apache.org/r1568556 Log: build.xml: Add missing depends on init for compile-main target Modified: poi/trunk/build.xml Modified: poi/trunk/build.xml URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev

svn commit: r1568557 - in /poi/trunk/src: excelant/testcases/org/apache/poi/ss/excelant/ excelant/testcases/org/apache/poi/ss/excelant/util/ testcases/org/apache/poi/hssf/dev/

2014-02-14 Thread centic
Author: centic Date: Sat Feb 15 00:20:24 2014 New Revision: 1568557 URL: http://svn.apache.org/r1568557 Log: Adjust some tests to not hardcode the 'test-data' directory. This breaks the Sonar-maven build that I am working on locally Modified: poi/trunk/src/excelant/testcases/org/apache/poi

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

2014-02-15 Thread centic
Author: centic Date: Sat Feb 15 10:42:43 2014 New Revision: 1568613 URL: http://svn.apache.org/r1568613 Log: Add a set of maven pom.xml files for Sonar, a few workaround are necessary, but overall this now allows to compile and run test for all Apache POI components using Maven, which is a pre

svn commit: r1568614 - /poi/trunk/src/java/org/apache/poi/poifs/crypt/EncryptionInfo.java

2014-02-15 Thread centic
Author: centic Date: Sat Feb 15 10:43:58 2014 New Revision: 1568614 URL: http://svn.apache.org/r1568614 Log: Instead of using initCause() when re-throwing exceptions, it leads to better stacktraces if a simple constructor-argument is used Modified: poi/trunk/src/java/org/apache/poi/poifs

svn commit: r1568740 - /poi/trunk/src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestFontRendering.java

2014-02-16 Thread centic
Author: centic Date: Sun Feb 16 08:39:17 2014 New Revision: 1568740 URL: http://svn.apache.org/r1568740 Log: Adjust test to write the failing PNG in case expected and actual do not match Modified: poi/trunk/src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestFontRendering.java

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: 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

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: 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: 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=1595190r1=1595189r2=1595190view=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

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 justified to stay in unfixed

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

  1   2   3   4   5   6   7   8   9   10   >