]> source.dussan.org Git - poi.git/log
poi.git
7 years agotest-integration: replace redundant static { EXPECTED_FAILURES.add(...) } with (dynam...
Javen O'Neal [Thu, 16 Feb 2017 06:08:44 +0000 (06:08 +0000)]
test-integration: replace redundant static { EXPECTED_FAILURES.add(...) } with (dynamic) Arrays.asList() to improve code legibility.

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

7 years agoa new test file needed to be added to the list of sheet clone expected errors.
Greg Woolsey [Wed, 15 Feb 2017 17:48:46 +0000 (17:48 +0000)]
a new test file needed to be added to the list of sheet clone expected errors.

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

7 years agoJenkins DSL: Use latest JDK 1.9 pre-build and exclude some more slaves for the OpenJD...
Dominik Stadler [Wed, 15 Feb 2017 12:13:34 +0000 (12:13 +0000)]
Jenkins DSL: Use latest JDK 1.9 pre-build and exclude some more slaves for the OpenJDK build

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

7 years agoBug #56822 fix COUNTIFS()
Greg Woolsey [Tue, 14 Feb 2017 22:13:48 +0000 (22:13 +0000)]
Bug #56822 fix COUNTIFS()

Looks like at some point the function got added twice to the function instance map, once as null, later as the implementation.

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

7 years agoBug #56822 fix COUNTIFS()
Greg Woolsey [Tue, 14 Feb 2017 22:05:49 +0000 (22:05 +0000)]
Bug #56822 fix COUNTIFS()

includes unit test from the issue.  Verified unit test results in Excel vs. incorrect previous POI results.  Test passes new code, as do existing tests.

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

7 years agoChange logic to avoid a 1.6 compiler bug that doesn't properly handle generics. ...
Greg Woolsey [Tue, 14 Feb 2017 22:00:05 +0000 (22:00 +0000)]
Change logic to avoid a 1.6 compiler bug that doesn't properly handle generics.  Eclipse compiler and JDK > 1.6 work properly, even with target runtime = 1.6, so I didn't see it locally.  had to compile with the same version of the JDK as the build machine to see the problem.

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

7 years agoFix accidental call to a method added in Java 7, which for some reason Eclipse didn...
Greg Woolsey [Tue, 14 Feb 2017 20:25:46 +0000 (20:25 +0000)]
Fix accidental call to a method added in Java 7, which for some reason Eclipse didn't flag, even with compliance level set to 1.6.

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

7 years agoExpose Priority from newer-style HSSF CF rules
Nick Burch [Tue, 14 Feb 2017 17:49:13 +0000 (17:49 +0000)]
Expose Priority from newer-style HSSF CF rules

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

7 years agoUgh, that's what I get for copying someone else's code without fully reviewing it...
Greg Woolsey [Tue, 14 Feb 2017 16:49:24 +0000 (16:49 +0000)]
Ugh, that's what I get for copying someone else's code without fully reviewing it.  Return the boolean property, don't wrap it in an extra if().

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

7 years agoExpose another common property, strikeout.
Greg Woolsey [Tue, 14 Feb 2017 16:45:47 +0000 (16:45 +0000)]
Expose another common property, strikeout.

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

7 years agouse Ant 1.9.9 explicitly, since Ant (latest) is now 1.10.1 which requires Java 8.
Greg Woolsey [Tue, 14 Feb 2017 16:18:55 +0000 (16:18 +0000)]
use Ant 1.9.9 explicitly, since Ant (latest) is now 1.10.1 which requires Java 8.

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

7 years agoAdd license
Greg Woolsey [Tue, 14 Feb 2017 15:36:56 +0000 (15:36 +0000)]
Add license

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

7 years agoJavadoc fixes
Nick Burch [Tue, 14 Feb 2017 09:45:45 +0000 (09:45 +0000)]
Javadoc fixes

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

7 years agoJavadoc fixes
Nick Burch [Tue, 14 Feb 2017 09:35:43 +0000 (09:35 +0000)]
Javadoc fixes

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

7 years agodisable more H?? slaves
Andreas Beeker [Tue, 14 Feb 2017 00:24:43 +0000 (00:24 +0000)]
disable more H?? slaves

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

7 years agoMetro shapes: integration test regression on empty paragraphs
Andreas Beeker [Tue, 14 Feb 2017 00:18:13 +0000 (00:18 +0000)]
Metro shapes: integration test regression on empty paragraphs

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

7 years agoAdd evaluation of data validation rules and conditional formatting
Greg Woolsey [Mon, 13 Feb 2017 22:51:30 +0000 (22:51 +0000)]
Add evaluation of data validation rules and conditional formatting

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

7 years agoGenerics fix for metro shapes
Andreas Beeker [Mon, 13 Feb 2017 06:46:59 +0000 (06:46 +0000)]
Generics fix for metro shapes

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

7 years agoremove H24 and ubuntu-4 slaves for all builds
Andreas Beeker [Mon, 13 Feb 2017 01:09:40 +0000 (01:09 +0000)]
remove H24 and ubuntu-4 slaves for all builds

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

7 years ago#60625 - Rendering issue with background and shape overlayed by image
Andreas Beeker [Mon, 13 Feb 2017 00:52:38 +0000 (00:52 +0000)]
#60625 - Rendering issue with background and shape overlayed by image

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

7 years ago#60625 - Rendering issue with background and shape overlayed by image
Andreas Beeker [Sun, 12 Feb 2017 22:30:49 +0000 (22:30 +0000)]
#60625 - Rendering issue with background and shape overlayed by image

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

7 years agojava-6-openjdk-amd64 is not installed on H24
Andreas Beeker [Sun, 12 Feb 2017 00:50:06 +0000 (00:50 +0000)]
java-6-openjdk-amd64 is not installed on H24

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

7 years ago#60715 - Blank layout was not found
Andreas Beeker [Sat, 11 Feb 2017 21:48:05 +0000 (21:48 +0000)]
#60715 - Blank layout was not found

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

7 years agoescape unicode chars
Andreas Beeker [Sat, 11 Feb 2017 09:49:52 +0000 (09:49 +0000)]
escape unicode chars

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

7 years agoSonarQube fixes and removed redundant logger level checks, for simple String messages
Andreas Beeker [Sat, 11 Feb 2017 00:57:39 +0000 (00:57 +0000)]
SonarQube fixes and removed redundant logger level checks, for simple String messages

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

7 years agoAdd a possible future TODO
Nick Burch [Fri, 10 Feb 2017 14:02:12 +0000 (14:02 +0000)]
Add a possible future TODO

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

7 years agoUse long for the dummy stream, to permit >2gb streams
Nick Burch [Fri, 10 Feb 2017 13:51:33 +0000 (13:51 +0000)]
Use long for the dummy stream, to permit >2gb streams

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

7 years agoIf a property refers to an invalid index, log + ignore rather than failing with a...
Nick Burch [Fri, 10 Feb 2017 12:55:55 +0000 (12:55 +0000)]
If a property refers to an invalid index, log + ignore rather than failing with a IndexOutOfBoundsException

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

7 years agoUpdate the big file test to use POIFSFileSystem.create(File), and tweak javadocs
Nick Burch [Fri, 10 Feb 2017 11:43:01 +0000 (11:43 +0000)]
Update the big file test to use POIFSFileSystem.create(File), and tweak javadocs

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

7 years agoStart on a unit test for #60670, work required to get it passing
Nick Burch [Thu, 9 Feb 2017 19:29:51 +0000 (19:29 +0000)]
Start on a unit test for #60670, work required to get it passing

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

7 years agoUnit test comment for possible future expansion
Nick Burch [Thu, 9 Feb 2017 19:29:15 +0000 (19:29 +0000)]
Unit test comment for possible future expansion

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

7 years agobug 59030: revert r1746625 and restore r1731257, where XWPFTableCell#getVerticalAlign...
Javen O'Neal [Wed, 8 Feb 2017 18:35:04 +0000 (18:35 +0000)]
bug 59030: revert r1746625 and restore r1731257, where XWPFTableCell#getVerticalAlignment() returns null rather than a default value (XWPFVertAlign.TOP) if vertical alignment is not set

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

7 years agobug 59030: convert to junit4; whitespace
Javen O'Neal [Wed, 8 Feb 2017 18:32:53 +0000 (18:32 +0000)]
bug 59030: convert to junit4; whitespace

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

7 years agoPer JavaDoc and tallison, XWPFTableCell#getVerticalAlignment() should return null...
Javen O'Neal [Wed, 8 Feb 2017 09:23:04 +0000 (09:23 +0000)]
Per JavaDoc and tallison, XWPFTableCell#getVerticalAlignment() should return null if valign is not set. Patch from prasad-babu. This closes #30 on GitHub.
https://github.com/apache/poi/pull/30#issuecomment-186224438

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

7 years agobug 59227: set charset to UTF-8 to avoid editor problems
Javen O'Neal [Wed, 8 Feb 2017 08:35:04 +0000 (08:35 +0000)]
bug 59227: set charset to UTF-8 to avoid editor problems

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

7 years agobug 59227: parse dates formatted in Japanese or Chinese. Change javac source encoding...
Javen O'Neal [Wed, 8 Feb 2017 08:29:18 +0000 (08:29 +0000)]
bug 59227: parse dates formatted in Japanese or Chinese. Change javac source encoding from ASCII to UTF-8 (same as build.gradle). Patch from jzhao. This closes #48 on Github.

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

7 years agotarget version 3.16-beta3
Javen O'Neal [Wed, 8 Feb 2017 08:24:35 +0000 (08:24 +0000)]
target version 3.16-beta3

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

7 years agoConvert all *.java files to use native end of line character(s)
Javen O'Neal [Wed, 8 Feb 2017 07:47:30 +0000 (07:47 +0000)]
Convert all *.java files to use native end of line character(s)
$ dos2unix `find -name *.java`
$ svn propset svn:eol-style native `find -name *.java`

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

7 years agobug 59983: correctly update shared formulas when shifting rows. Thanks to Luca Martin...
Javen O'Neal [Wed, 8 Feb 2017 07:20:31 +0000 (07:20 +0000)]
bug 59983: correctly update shared formulas when shifting rows. Thanks to Luca Martini for the initial failing unit test with test file and Chiara Marcheschi for the patch

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

7 years ago+svn:eol-style native
Javen O'Neal [Wed, 8 Feb 2017 07:04:55 +0000 (07:04 +0000)]
+svn:eol-style native

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

7 years ago#60625 - Rendering issue with background and shape overlayed by image
Andreas Beeker [Wed, 8 Feb 2017 01:12:22 +0000 (01:12 +0000)]
#60625 - Rendering issue with background and shape overlayed by image

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

7 years ago#60626 - ArrayIndexOutOfBoundsException in EvilUnclosedBRFixingInputStream
Andreas Beeker [Wed, 8 Feb 2017 01:01:51 +0000 (01:01 +0000)]
#60626 - ArrayIndexOutOfBoundsException in EvilUnclosedBRFixingInputStream

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

7 years agoJenkins DSL: Additionally disable node H12 for OpenJDK builds
Dominik Stadler [Sun, 5 Feb 2017 22:34:50 +0000 (22:34 +0000)]
Jenkins DSL: Additionally disable node H12 for OpenJDK builds

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

7 years agoUpdate JDK 9 build config to use correct add-opens for java.xml
Dominik Stadler [Sun, 5 Feb 2017 22:34:46 +0000 (22:34 +0000)]
Update JDK 9 build config to use correct add-opens for java.xml

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

7 years agoRevert previous changes enough to restore the case in the commoncrawl-corpus which...
Dominik Stadler [Sun, 5 Feb 2017 22:34:40 +0000 (22:34 +0000)]
Revert previous changes enough to restore the case in the commoncrawl-corpus which is failing now, add a unit-test for this case, enable one disabled unit-test

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

7 years agoAdjust for JDK 9 ea152 and newer: certain whitespaces in XML may now be trimmed
Dominik Stadler [Sun, 5 Feb 2017 22:34:09 +0000 (22:34 +0000)]
Adjust for JDK 9 ea152 and newer: certain whitespaces in XML may now be trimmed

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

7 years agoBug 60677 -- handle multibyte encodings correctly in HwmfGraphics' drawString. Thank...
Tim Allison [Fri, 3 Feb 2017 20:19:33 +0000 (20:19 +0000)]
Bug 60677 -- handle multibyte encodings correctly in HwmfGraphics' drawString.  Thanks to Dominik Stadler for finding this bug and a triggering doc via large scale regression testing.

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

7 years agorun release-prep0 with https URLs. This worked for kiwiwings.
Javen O'Neal [Thu, 2 Feb 2017 00:48:03 +0000 (00:48 +0000)]
run release-prep0 with https URLs. This worked for kiwiwings.

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

7 years agoconvert links to https
Javen O'Neal [Thu, 2 Feb 2017 00:45:21 +0000 (00:45 +0000)]
convert links to https

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

7 years agoecho release version
Javen O'Neal [Wed, 1 Feb 2017 01:24:02 +0000 (01:24 +0000)]
echo release version

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

7 years agoignore compile-lib/svnant
Javen O'Neal [Wed, 1 Feb 2017 01:21:28 +0000 (01:21 +0000)]
ignore compile-lib/svnant

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

7 years agorelease-prep1 should abort if release tag already exists. It's likely that the versio...
Javen O'Neal [Wed, 1 Feb 2017 00:59:20 +0000 (00:59 +0000)]
release-prep1 should abort if release tag already exists. It's likely that the version was entered incorrectly or copy-pasted from a template.

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

7 years agouse https links
Javen O'Neal [Mon, 30 Jan 2017 22:05:29 +0000 (22:05 +0000)]
use https links

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

7 years agoprepare for 3.16-beta3
Javen O'Neal [Fri, 27 Jan 2017 05:47:12 +0000 (05:47 +0000)]
prepare for 3.16-beta3

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

7 years agorevert r1780499: wrong release-prep1 version (3.15-beta1)
Javen O'Neal [Fri, 27 Jan 2017 05:41:13 +0000 (05:41 +0000)]
revert r1780499: wrong release-prep1 version (3.15-beta1)

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

7 years agoRevert r1780501: wrong release-prep1 version (3.15-beta1)
Javen O'Neal [Fri, 27 Jan 2017 05:27:01 +0000 (05:27 +0000)]
Revert r1780501: wrong release-prep1 version (3.15-beta1)

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

7 years agoprepare for 3.15-beta2
Javen O'Neal [Fri, 27 Jan 2017 04:49:14 +0000 (04:49 +0000)]
prepare for 3.15-beta2

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

7 years agorelease prepare for 3.15-beta1 - updating build.xml and status.xml
Javen O'Neal [Fri, 27 Jan 2017 04:47:49 +0000 (04:47 +0000)]
release prepare for 3.15-beta1 - updating build.xml and status.xml

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

7 years agochange copyright date to 2017; fix broken urls
Javen O'Neal [Fri, 27 Jan 2017 04:23:56 +0000 (04:23 +0000)]
change copyright date to 2017; fix broken urls

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

7 years agoAdjust expected font-size in tests, XSSF seems to use slightly larger fonts on some...
Dominik Stadler [Thu, 26 Jan 2017 20:59:49 +0000 (20:59 +0000)]
Adjust expected font-size in tests, XSSF seems to use slightly larger fonts on some machines

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

7 years agoNeed a fifth addopens-parameter for JDK 9
Dominik Stadler [Thu, 26 Jan 2017 19:59:10 +0000 (19:59 +0000)]
Need a fifth addopens-parameter for JDK 9

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

7 years agoFinally enable test for bug 44937, we got the requested missing test-documents a...
Dominik Stadler [Thu, 26 Jan 2017 19:59:05 +0000 (19:59 +0000)]
Finally enable test for bug 44937, we got the requested missing test-documents a long time ago already.

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

7 years agoDon't wrap RuntimeException
Dominik Stadler [Thu, 26 Jan 2017 19:58:58 +0000 (19:58 +0000)]
Don't wrap RuntimeException

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

7 years agoMove test to base-test-class to run it for (S)XSSF as well
Dominik Stadler [Thu, 26 Jan 2017 19:58:52 +0000 (19:58 +0000)]
Move test to base-test-class to run it for (S)XSSF as well
Also had to increase the numbers a bit as it fails locally for me otherwise

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

7 years agoIntelliJ warnings, Javadoc, Formatting
Dominik Stadler [Thu, 26 Jan 2017 19:58:46 +0000 (19:58 +0000)]
IntelliJ warnings, Javadoc, Formatting
Changes for the RecordFormatException deprecation

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

7 years agoJenkins DSL: Run all tests in no-scratchpad to try to get similar coverage-numbers
Dominik Stadler [Thu, 26 Jan 2017 19:58:29 +0000 (19:58 +0000)]
Jenkins DSL: Run all tests in no-scratchpad to try to get similar coverage-numbers

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

7 years agoCover some dev-tools with a few simple tests, close resources correctly
Dominik Stadler [Thu, 26 Jan 2017 19:58:25 +0000 (19:58 +0000)]
Cover some dev-tools with a few simple tests, close resources correctly

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

7 years agoBug 60031: Enhance test some more
Dominik Stadler [Thu, 26 Jan 2017 19:58:18 +0000 (19:58 +0000)]
Bug 60031: Enhance test some more

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

7 years agofix eclipse warnings - close resources
Andreas Beeker [Mon, 23 Jan 2017 00:31:27 +0000 (00:31 +0000)]
fix eclipse warnings - close resources

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

7 years ago#59836 - Tracker: Replace primitives with enums
Andreas Beeker [Sun, 22 Jan 2017 22:01:22 +0000 (22:01 +0000)]
#59836 - Tracker: Replace primitives with enums
preparation for removing those many HSSFColor subclasses with an enum

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

7 years agoBug 60608 -- improve charset handling in Hwmf -- remove deprecated drawString(String...
Tim Allison [Fri, 20 Jan 2017 12:10:29 +0000 (12:10 +0000)]
Bug 60608 -- improve charset handling in Hwmf -- remove deprecated drawString(String...

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

7 years agofix assert message typo
Javen O'Neal [Fri, 20 Jan 2017 05:40:49 +0000 (05:40 +0000)]
fix assert message typo

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

7 years agofix copy-paste typo in unit test found by Andrzej Witecki
Javen O'Neal [Fri, 20 Jan 2017 05:37:12 +0000 (05:37 +0000)]
fix copy-paste typo in unit test found by Andrzej Witecki

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

7 years agobug 60031: DataFormatter parses months incorrectly when put at the end of date segmen...
Javen O'Neal [Fri, 20 Jan 2017 05:35:57 +0000 (05:35 +0000)]
bug 60031: DataFormatter parses months incorrectly when put at the end of date segment. Thanks to Andrzej Witecki

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

7 years agoremove unused imports
Javen O'Neal [Fri, 20 Jan 2017 05:04:57 +0000 (05:04 +0000)]
remove unused imports

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

7 years agobug 60605: replace Workbook.SHEET_STATE_VERY_HIDDEN with SheetVisibility.VERY_HIDDEN
Javen O'Neal [Fri, 20 Jan 2017 05:00:29 +0000 (05:00 +0000)]
bug 60605: replace Workbook.SHEET_STATE_VERY_HIDDEN with SheetVisibility.VERY_HIDDEN

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

7 years agobug 60605: remove code for enforcing rule that active sheet cannot be hidden
Javen O'Neal [Fri, 20 Jan 2017 04:55:06 +0000 (04:55 +0000)]
bug 60605: remove code for enforcing rule that active sheet cannot be hidden

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

7 years agopull out loop invariants, use List.indexOf to look up sheet index
Javen O'Neal [Fri, 20 Jan 2017 04:38:18 +0000 (04:38 +0000)]
pull out loop invariants, use List.indexOf to look up sheet index

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

7 years agobug 60605: convert Workbook.SHEET_STATE_* to SheetVisibility enum
Javen O'Neal [Fri, 20 Jan 2017 04:23:42 +0000 (04:23 +0000)]
bug 60605: convert Workbook.SHEET_STATE_* to SheetVisibility enum

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

7 years agojavadocs
Javen O'Neal [Fri, 20 Jan 2017 04:20:20 +0000 (04:20 +0000)]
javadocs

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

7 years agomake instance variable final
Javen O'Neal [Fri, 20 Jan 2017 02:16:58 +0000 (02:16 +0000)]
make instance variable final

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

7 years agoBug 60608 -- improve charset handling in Hwmf
Tim Allison [Thu, 19 Jan 2017 20:19:26 +0000 (20:19 +0000)]
Bug 60608 -- improve charset handling in Hwmf

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

7 years agoBug 60570 - Add rudimentary EMF read-only capability
Tim Allison [Thu, 19 Jan 2017 16:22:29 +0000 (16:22 +0000)]
Bug 60570 - Add rudimentary EMF read-only capability

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

7 years agobug 60601: unset hyperlinks after removing them individually from the DOM
Javen O'Neal [Thu, 19 Jan 2017 09:01:39 +0000 (09:01 +0000)]
bug 60601: unset hyperlinks after removing them individually from the DOM

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

7 years agobug 60601: allow SXSSFITestDataProvider.writeOutAndReadBack(Workbook wb) to work...
Javen O'Neal [Thu, 19 Jan 2017 08:51:04 +0000 (08:51 +0000)]
bug 60601: allow SXSSFITestDataProvider.writeOutAndReadBack(Workbook wb) to work on SXSSFWorkbooks and XSSFWorkbooks

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

7 years agobug 60601: hyperlinks have to be removed one by one to avoid other errors
Javen O'Neal [Thu, 19 Jan 2017 08:09:11 +0000 (08:09 +0000)]
bug 60601: hyperlinks have to be removed one by one to avoid other errors

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

7 years agobug 60601: unlink hyperlinks from a sheet if all hyperlinks have been removed. Patch...
Javen O'Neal [Thu, 19 Jan 2017 07:44:25 +0000 (07:44 +0000)]
bug 60601: unlink hyperlinks from a sheet if all hyperlinks have been removed. Patch from Joachim Piketz

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

7 years agoSonarQube fix
Andreas Beeker [Wed, 18 Jan 2017 00:59:19 +0000 (00:59 +0000)]
SonarQube fix

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

7 years agofix eclipse warnings / close resources in tests
Andreas Beeker [Mon, 16 Jan 2017 01:18:46 +0000 (01:18 +0000)]
fix eclipse warnings / close resources in tests

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

7 years agofix eclipse warnings - close resources / type generics
Andreas Beeker [Sun, 15 Jan 2017 23:08:47 +0000 (23:08 +0000)]
fix eclipse warnings - close resources / type generics
cleanup sources - add parenthesis to statements

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

7 years agoremove test output
Andreas Beeker [Sun, 15 Jan 2017 19:03:17 +0000 (19:03 +0000)]
remove test output

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

7 years agoJava9 fix - resource not found
Andreas Beeker [Sun, 15 Jan 2017 19:02:48 +0000 (19:02 +0000)]
Java9 fix - resource not found

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

7 years ago#60586 - Support embedding OLE1.0 package in XSSF / SS Common
Andreas Beeker [Sun, 15 Jan 2017 02:04:57 +0000 (02:04 +0000)]
#60586 - Support embedding OLE1.0 package in XSSF / SS Common

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

7 years agobug 60584 -- avoid NPE by checking for null/missing image in XSSFReader's getShapes().
Tim Allison [Fri, 13 Jan 2017 20:55:04 +0000 (20:55 +0000)]
bug 60584 -- avoid NPE by checking for null/missing image in XSSFReader's getShapes().

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

7 years agobug 60260: parse unicode sheet names
Javen O'Neal [Thu, 12 Jan 2017 10:39:26 +0000 (10:39 +0000)]
bug 60260: parse unicode sheet names

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

7 years agoBug 60574 prevent rare NPE in ListTables
Tim Allison [Wed, 11 Jan 2017 16:01:32 +0000 (16:01 +0000)]
Bug 60574 prevent rare NPE in ListTables

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

7 years agoSonarQube fixes
Andreas Beeker [Sun, 8 Jan 2017 00:38:41 +0000 (00:38 +0000)]
SonarQube fixes

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

7 years agoSonarQube fixes
Andreas Beeker [Sat, 7 Jan 2017 00:26:46 +0000 (00:26 +0000)]
SonarQube fixes

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

7 years agoSonarQube fixes
Andreas Beeker [Fri, 6 Jan 2017 17:51:22 +0000 (17:51 +0000)]
SonarQube fixes

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

7 years agoSonarQube fixes
Andreas Beeker [Fri, 6 Jan 2017 09:05:14 +0000 (09:05 +0000)]
SonarQube fixes

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