]> source.dussan.org Git - poi.git/log
poi.git
8 years agomake emulateCSV final, add a single common all-inclusive (private) constructor that...
Javen O'Neal [Tue, 7 Jun 2016 07:39:40 +0000 (07:39 +0000)]
make emulateCSV final, add a single common all-inclusive (private) constructor that all other constructors tree up to and invert the constructors

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

8 years agoreplace Obervable with Observable; emulateCsv with emulateCSV
Javen O'Neal [Tue, 7 Jun 2016 06:37:24 +0000 (06:37 +0000)]
replace Obervable with Observable; emulateCsv with emulateCSV

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

8 years agobug 59638: patch from Axel Howind, support non-comma number grouping separators ...
Javen O'Neal [Tue, 7 Jun 2016 06:18:44 +0000 (06:18 +0000)]
bug 59638: patch from Axel Howind, support non-comma number grouping separators (such as German 1.234,57)

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

8 years agosonar fix
Andreas Beeker [Mon, 6 Jun 2016 23:54:29 +0000 (23:54 +0000)]
sonar fix

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

8 years agoclose resources
Andreas Beeker [Mon, 6 Jun 2016 23:34:17 +0000 (23:34 +0000)]
close resources

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

8 years agojavadocs / java warnings (jdk8) fixes
Andreas Beeker [Mon, 6 Jun 2016 23:33:00 +0000 (23:33 +0000)]
javadocs / java warnings (jdk8) fixes

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

8 years agoFix test-failure in Maven builds that I introduced by manually deleting the temporary...
Dominik Stadler [Sun, 5 Jun 2016 16:55:48 +0000 (16:55 +0000)]
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 the directory was not re-created any more.

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

8 years agotry to find out temp file errors on maven build
Andreas Beeker [Sun, 5 Jun 2016 16:49:18 +0000 (16:49 +0000)]
try to find out temp file errors on maven build

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

8 years agoSonar-Runs: Get rid of shortened stacktraces and permgen error
Andreas Beeker [Sun, 5 Jun 2016 16:23:48 +0000 (16:23 +0000)]
Sonar-Runs: Get rid of shortened stacktraces and permgen error

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

8 years agoCheck if user properties are picked up on maven build
Andreas Beeker [Sun, 5 Jun 2016 11:53:28 +0000 (11:53 +0000)]
Check if user properties are picked up on maven build

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

8 years agoPPTX2PNG - don't complain about missing output dir, when in testing mode
Andreas Beeker [Sun, 5 Jun 2016 10:18:14 +0000 (10:18 +0000)]
PPTX2PNG - don't complain about missing output dir, when in testing mode

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

8 years agoRegression fix for XSLF
Andreas Beeker [Sun, 5 Jun 2016 01:04:58 +0000 (01:04 +0000)]
Regression fix for XSLF
- master style was always overridden, because of r1745100
- AIOOB in TextDirection mapping

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

8 years ago#57766 - XSLFTable isn't exported on convert slides of a .pptx slide show to a PNG...
Andreas Beeker [Sat, 4 Jun 2016 22:53:00 +0000 (22:53 +0000)]
#57766 - XSLFTable isn't exported on convert slides of a .pptx slide show to a PNG/SVG image

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

8 years agoTry to not fail if the time-webservice is offline temporarily
Dominik Stadler [Fri, 3 Jun 2016 06:01:27 +0000 (06:01 +0000)]
Try to not fail if the time-webservice is offline temporarily

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

8 years agoAdd disabled test for XWPF writing to a new stream when opened read-only
Nick Burch [Thu, 2 Jun 2016 22:59:47 +0000 (22:59 +0000)]
Add disabled test for XWPF writing to a new stream when opened read-only

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

8 years agoFix some Sonar issues and some IntelliJ warnings
Dominik Stadler [Thu, 2 Jun 2016 20:14:28 +0000 (20:14 +0000)]
Fix some Sonar issues and some IntelliJ warnings

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

8 years agoAvoid NPE in XWPFTableCell, taken from https://github.com/prasad-babu/poi/tree/WORKIN...
Dominik Stadler [Thu, 2 Jun 2016 20:09:44 +0000 (20:09 +0000)]
Avoid NPE in XWPFTableCell, taken from https://github.com/prasad-babu/poi/tree/WORKING_BRANCH

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

8 years agoTry to reproduce bug 57798 but it seems to be fixed in the meantime
Dominik Stadler [Thu, 2 Jun 2016 20:09:35 +0000 (20:09 +0000)]
Try to reproduce bug 57798 but it seems to be fixed in the meantime

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

8 years agoBug 59378: Try to reproduce, but could not
Dominik Stadler [Thu, 2 Jun 2016 20:09:25 +0000 (20:09 +0000)]
Bug 59378: Try to reproduce, but could not

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

8 years agoThe changes for using AccessController/SecurityManager also added a log which now...
Dominik Stadler [Wed, 1 Jun 2016 08:05:07 +0000 (08:05 +0000)]
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 trying to call "cleaner()" on HeapByteBuffer which does not have it for sure

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

8 years agoJavadoc fix
Nick Burch [Tue, 31 May 2016 15:08:14 +0000 (15:08 +0000)]
Javadoc fix

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

8 years agoCleanup old version of curvesapi to not use it any longer
Dominik Stadler [Tue, 31 May 2016 13:56:47 +0000 (13:56 +0000)]
Cleanup old version of curvesapi to not use it any longer

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

8 years agoChange logger.log to System.out to print out one line for each file that is handled...
Dominik Stadler [Tue, 31 May 2016 13:52:16 +0000 (13:52 +0000)]
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 stopped (e.g. on timeout), enabling POILogger leads to 400MB logs, which is usually too much to handle...

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

8 years agoFix some compiler/IntelliJ warnings
Dominik Stadler [Tue, 31 May 2016 13:48:25 +0000 (13:48 +0000)]
Fix some compiler/IntelliJ warnings

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

8 years agoPatch from virtuald from #59643 - update the maven-install target to match current...
Nick Burch [Tue, 31 May 2016 09:13:46 +0000 (09:13 +0000)]
Patch from  virtuald from #59643 - update the maven-install target to match current maven resource paths in dist

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

8 years agoUpdate curvesapi to 1.04
Dustin Spicuzza [Mon, 30 May 2016 19:21:49 +0000 (19:21 +0000)]
Update curvesapi to 1.04

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

8 years agoBug 57838: Also remove comments when removing a row
Dominik Stadler [Sun, 29 May 2016 21:33:47 +0000 (21:33 +0000)]
Bug 57838: Also remove comments when removing a row

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

8 years agoUpdate error message to better indicate that we need a sample-file here
Dominik Stadler [Sun, 29 May 2016 21:33:39 +0000 (21:33 +0000)]
Update error message to better indicate that we need a sample-file here

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

8 years agoRemove the created temporary directory after the test again
Dominik Stadler [Sun, 29 May 2016 21:33:33 +0000 (21:33 +0000)]
Remove the created temporary directory after the test again

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

8 years agoPrepare build.xml for initial Java 9 testing:
Dominik Stadler [Sun, 29 May 2016 21:33:28 +0000 (21:33 +0000)]
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

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

8 years agoTry to access set/getVisible as well in TestXSSFVMLDrawing
Dominik Stadler [Sun, 29 May 2016 21:33:24 +0000 (21:33 +0000)]
Try to access set/getVisible as well in TestXSSFVMLDrawing

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

8 years agofix handling of hsl and linear rgb (%-values)
Andreas Beeker [Tue, 24 May 2016 23:39:23 +0000 (23:39 +0000)]
fix handling of hsl and linear rgb (%-values)

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

8 years agoRevert back to findbugs-2.0.3 as 3.x requires Java 7, I didn't see the note that...
Dominik Stadler [Tue, 24 May 2016 16:25:30 +0000 (16:25 +0000)]
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 :(

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

8 years agoAdjust two tests slightly
Dominik Stadler [Tue, 24 May 2016 14:48:57 +0000 (14:48 +0000)]
Adjust two tests slightly

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

8 years agoUpgrade to FindBugs 3.0.1 and add some findbugs-excludes
Dominik Stadler [Tue, 24 May 2016 14:17:52 +0000 (14:17 +0000)]
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 applied upstream

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

8 years agoFix inconsistent spacing / whitespace
Nick Burch [Tue, 24 May 2016 13:39:46 +0000 (13:39 +0000)]
Fix inconsistent spacing / whitespace

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

8 years agoAnother exclude
Nick Burch [Tue, 24 May 2016 13:32:33 +0000 (13:32 +0000)]
Another exclude

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

8 years agoWhitespace fix
Nick Burch [Tue, 24 May 2016 13:30:58 +0000 (13:30 +0000)]
Whitespace fix

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

8 years agoCopy out code from the site and fix
Nick Burch [Tue, 24 May 2016 12:16:13 +0000 (12:16 +0000)]
Copy out code from the site and fix

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

8 years ago#58217 - XSLF: support alpha channel on solid colors (fill, line, text)
Andreas Beeker [Sun, 22 May 2016 23:58:07 +0000 (23:58 +0000)]
#58217 - XSLF: support alpha channel on solid colors (fill, line, text)

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

8 years agoXSLF: remove creation of empty paragraph in XSLFTextShape.addNewTextParagraph()
Andreas Beeker [Sun, 22 May 2016 23:57:14 +0000 (23:57 +0000)]
XSLF: remove creation of empty paragraph in XSLFTextShape.addNewTextParagraph()

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

8 years agoBug 58190: Add more overloaded methods for adding pictures from streams and files
Dominik Stadler [Sun, 22 May 2016 16:08:51 +0000 (16:08 +0000)]
Bug 58190: Add more overloaded methods for adding pictures from streams and files

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

8 years agofix junit4
Andreas Beeker [Sat, 21 May 2016 04:06:49 +0000 (04:06 +0000)]
fix junit4

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

8 years agofindbugs fixes
Andreas Beeker [Fri, 20 May 2016 22:05:00 +0000 (22:05 +0000)]
findbugs fixes

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

8 years agofix javadocs
Andreas Beeker [Fri, 20 May 2016 21:02:49 +0000 (21:02 +0000)]
fix javadocs

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

8 years agoFix some compiler warnings, close resources in tests
Dominik Stadler [Thu, 19 May 2016 20:18:19 +0000 (20:18 +0000)]
Fix some compiler warnings, close resources in tests

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

8 years agoApply patch for bug 59355: XSSFPivotTable::addColumnLabel sets the cell type of a...
Dominik Stadler [Thu, 19 May 2016 20:18:08 +0000 (20:18 +0000)]
Apply patch for bug 59355: XSSFPivotTable::addColumnLabel sets the cell type of a cell outside of the source data area

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

8 years agofindbugs fixes
Andreas Beeker [Tue, 17 May 2016 23:34:52 +0000 (23:34 +0000)]
findbugs fixes

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

8 years agoBug 59427: Add a check to better report cases when a document is already closed.
Dominik Stadler [Tue, 17 May 2016 19:08:34 +0000 (19:08 +0000)]
Bug 59427: Add a check to better report cases when a document is already closed.

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

8 years agoRevert expected failure as it seems to be fixed now
Dominik Stadler [Tue, 17 May 2016 19:08:27 +0000 (19:08 +0000)]
Revert expected failure as it seems to be fixed now

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

8 years agoBiffViewer: Close resources always
Dominik Stadler [Tue, 17 May 2016 08:44:21 +0000 (08:44 +0000)]
BiffViewer: Close resources always

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

8 years agoExclude newly added corrupt file
Dominik Stadler [Tue, 17 May 2016 08:44:16 +0000 (08:44 +0000)]
Exclude newly added corrupt file

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

8 years agoignore external relations
Andreas Beeker [Tue, 17 May 2016 07:23:34 +0000 (07:23 +0000)]
ignore external relations

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

8 years agoMove reflection-equals to POITestCase
Andreas Beeker [Mon, 16 May 2016 23:28:25 +0000 (23:28 +0000)]
Move reflection-equals to POITestCase

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

8 years ago#54570 - InvalidFormatException because of Absolute URI forbidden
Andreas Beeker [Mon, 16 May 2016 21:04:00 +0000 (21:04 +0000)]
#54570 - InvalidFormatException because of Absolute URI forbidden

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

8 years agoadd asl
Andreas Beeker [Mon, 16 May 2016 10:54:02 +0000 (10:54 +0000)]
add asl

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

8 years agodeprecation fix
Andreas Beeker [Mon, 16 May 2016 10:09:52 +0000 (10:09 +0000)]
deprecation fix

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

8 years agoClose resources in Common SL rendering classes and minimize memory consumption by...
Andreas Beeker [Mon, 16 May 2016 10:09:22 +0000 (10:09 +0000)]
Close resources in Common SL rendering classes and minimize memory consumption by using the image anchor dimensions instead of the WMF-included dimensions

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

8 years agosonar fix - reduce complexity by using constants
Andreas Beeker [Mon, 16 May 2016 10:04:46 +0000 (10:04 +0000)]
sonar fix - reduce complexity by using constants

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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