]> source.dussan.org Git - poi.git/log
poi.git
8 years agoFindBug warning: ICAST_IDIV_CAST_TO_DOUBLE: integral division result cast to double
Javen O'Neal [Tue, 24 Nov 2015 01:11:57 +0000 (01:11 +0000)]
FindBug warning: ICAST_IDIV_CAST_TO_DOUBLE: integral division result cast to double

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

8 years agoFindBug warning: EQ_SELF_USE_OBJECT: class defines equals(Region) and uses Object...
Javen O'Neal [Tue, 24 Nov 2015 01:10:47 +0000 (01:10 +0000)]
FindBug warning: EQ_SELF_USE_OBJECT: class defines equals(Region) and uses Object.equals(Object)

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

8 years agoremove duplicate null check of srcStartRow (identified by FindBugs)
Javen O'Neal [Tue, 24 Nov 2015 01:08:34 +0000 (01:08 +0000)]
remove duplicate null check of srcStartRow (identified by FindBugs)

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

8 years agofix normal priority FindBugs warning: DMI_INVOKING_HASHCODE_ON_ARRAY
Javen O'Neal [Tue, 24 Nov 2015 00:08:22 +0000 (00:08 +0000)]
fix normal priority FindBugs warning: DMI_INVOKING_HASHCODE_ON_ARRAY

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

8 years agofix javadoc warnings from r1690486
Javen O'Neal [Mon, 23 Nov 2015 23:57:40 +0000 (23:57 +0000)]
fix javadoc warnings from r1690486

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

8 years agofix javadoc warnings from r1715839 bug 58365
Javen O'Neal [Mon, 23 Nov 2015 23:52:59 +0000 (23:52 +0000)]
fix javadoc warnings from r1715839 bug 58365

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

8 years agofix javadoc warnings from r1715839 bug 58365
Javen O'Neal [Mon, 23 Nov 2015 23:34:33 +0000 (23:34 +0000)]
fix javadoc warnings from r1715839 bug 58365

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

8 years agofixed bad test case in BaseTestSheet.getCellComments
Javen O'Neal [Mon, 23 Nov 2015 15:45:30 +0000 (15:45 +0000)]
fixed bad test case in BaseTestSheet.getCellComments

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

8 years agocatch IOException and rethrow as RuntimeException
Javen O'Neal [Mon, 23 Nov 2015 15:36:57 +0000 (15:36 +0000)]
catch IOException and rethrow as RuntimeException

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

8 years agobug 58365: patch from Hannes Erven: add method to efficiently get all cell comments...
Javen O'Neal [Mon, 23 Nov 2015 15:11:28 +0000 (15:11 +0000)]
bug 58365: patch from Hannes Erven: add method to efficiently get all cell comments on a Sheet and return a dictionary with the location of each comment as the key and the comment itself as the value.

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

8 years agorevert accidental change to .project
Javen O'Neal [Mon, 23 Nov 2015 14:00:03 +0000 (14:00 +0000)]
revert accidental change to .project

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

8 years agoprevent slideshow test-data files shapes.pptx and tables_test.pptx from being modifie...
Javen O'Neal [Mon, 23 Nov 2015 13:55:48 +0000 (13:55 +0000)]
prevent slideshow test-data files shapes.pptx and tables_test.pptx from being modified when running "ant test"; close open resources

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

8 years agobug 58365: patch from Hannes Erven. Update XSSFSheetXMLHandler.java to use CellAddres...
Javen O'Neal [Mon, 23 Nov 2015 12:47:24 +0000 (12:47 +0000)]
bug 58365: patch from Hannes Erven. Update XSSFSheetXMLHandler.java to use CellAddress instead of CellReference/String

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

8 years agowhitespace
Javen O'Neal [Mon, 23 Nov 2015 12:32:26 +0000 (12:32 +0000)]
whitespace

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

8 years agobug 58365: patch from Hannes Erven. Update CommentsTable to use CellAddress instead...
Javen O'Neal [Mon, 23 Nov 2015 12:29:45 +0000 (12:29 +0000)]
bug 58365: patch from Hannes Erven. Update CommentsTable to use CellAddress instead of String

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

8 years agoconvert junit3 to junit4
Javen O'Neal [Mon, 23 Nov 2015 10:26:06 +0000 (10:26 +0000)]
convert junit3 to junit4

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

8 years agobug 58637: contribution from Hannes Erven: add CellAddress class, distinct from CellR...
Javen O'Neal [Mon, 23 Nov 2015 09:30:53 +0000 (09:30 +0000)]
bug 58637: contribution from Hannes Erven: add CellAddress class, distinct from CellReference

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

8 years agoraise ooxml schema/security version
Andreas Beeker [Mon, 23 Nov 2015 00:15:07 +0000 (00:15 +0000)]
raise ooxml schema/security version

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

8 years agoadd missing marker files
Andreas Beeker [Sun, 22 Nov 2015 20:39:03 +0000 (20:39 +0000)]
add missing marker files

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

8 years agoUse <file/> instead of <fileset/> for single files to ensure, they exist
Uwe Schindler [Sun, 22 Nov 2015 14:03:52 +0000 (14:03 +0000)]
Use <file/> instead of <fileset/> for single files to ensure, they exist

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

8 years agofix unnecessary cast warnings
Andreas Beeker [Sun, 22 Nov 2015 12:30:42 +0000 (12:30 +0000)]
fix unnecessary cast warnings

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

8 years agodelete old schema-1.2 jar
Andreas Beeker [Sat, 21 Nov 2015 19:56:45 +0000 (19:56 +0000)]
delete old schema-1.2 jar

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

8 years ago#58617 - Add custom safe XmlBeans type loader / rename vendor specific schema packages
Andreas Beeker [Sat, 21 Nov 2015 19:37:26 +0000 (19:37 +0000)]
#58617 - Add custom safe XmlBeans type loader / rename vendor specific schema packages

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

8 years agoIn preparation for table rendering, added table row heights and column widths to...
Andreas Beeker [Sat, 21 Nov 2015 15:54:01 +0000 (15:54 +0000)]
In preparation for table rendering, added table row heights and column widths to common sl.
To have better results in rendering switch anchor from java.awt.Rectangle to Rectangle2D.

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

8 years ago#58630 - Signing failed after deletion of first sheet
Andreas Beeker [Fri, 20 Nov 2015 22:38:27 +0000 (22:38 +0000)]
#58630 - Signing failed after deletion of first sheet

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

8 years agofindbugs fixes
Andreas Beeker [Thu, 19 Nov 2015 01:44:38 +0000 (01:44 +0000)]
findbugs fixes

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

8 years ago#55955 - Filling an existing ppt table stopped working with 3.9
Andreas Beeker [Mon, 16 Nov 2015 23:56:19 +0000 (23:56 +0000)]
#55955 - Filling an existing ppt table stopped working with 3.9

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

8 years ago#54210 When saving PPT to PNG, some text is rendered backwards
Andreas Beeker [Sat, 14 Nov 2015 02:44:07 +0000 (02:44 +0000)]
#54210 When saving PPT to PNG, some text is rendered backwards
#53189 Shapes drawn wrongly when ppt file converted to image
fix line decoration (HSLF)

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

8 years agoFix typo in EscherProperties
Andreas Beeker [Sat, 14 Nov 2015 02:42:05 +0000 (02:42 +0000)]
Fix typo in EscherProperties

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

8 years agoAdd default XmlOptions to XMLBeans parsing
Andreas Beeker [Sat, 14 Nov 2015 02:41:48 +0000 (02:41 +0000)]
Add default XmlOptions to XMLBeans parsing

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

8 years agoAdd security check
Uwe Schindler [Wed, 11 Nov 2015 19:17:18 +0000 (19:17 +0000)]
Add security check

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

8 years agoFix remaining security manager problems. Forbiddenapis now passes.
Uwe Schindler [Wed, 11 Nov 2015 19:11:35 +0000 (19:11 +0000)]
Fix remaining security manager problems. Forbiddenapis now passes.

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

8 years ago#58597: Fix tests to not do setAccessible(), add some doPrivileged, too.
Uwe Schindler [Wed, 11 Nov 2015 16:57:39 +0000 (16:57 +0000)]
#58597: Fix tests to not do setAccessible(), add some doPrivileged, too.

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

8 years ago#58597: Add more AccessController.doPrivileged. We should fix them later!
Uwe Schindler [Wed, 11 Nov 2015 11:36:44 +0000 (11:36 +0000)]
#58597: Add more AccessController.doPrivileged. We should fix them later!

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

8 years ago#58597: Remove setAccessible (more coming soon)
Uwe Schindler [Wed, 11 Nov 2015 07:41:54 +0000 (07:41 +0000)]
#58597: Remove setAccessible (more coming soon)

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

8 years agoFixed Off-by-one-Error which skipped paragraph styles
Andreas Beeker [Mon, 9 Nov 2015 21:37:10 +0000 (21:37 +0000)]
Fixed Off-by-one-Error which skipped paragraph styles

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

8 years agoWrap more security related reflection in AccessController
Uwe Schindler [Mon, 9 Nov 2015 09:32:37 +0000 (09:32 +0000)]
Wrap more security related reflection in AccessController

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

8 years agoUse Lucene's unmapping code inside AccessController.doPrivileged() for unmapping...
Uwe Schindler [Mon, 9 Nov 2015 09:06:01 +0000 (09:06 +0000)]
Use Lucene's unmapping code inside AccessController.doPrivileged() for unmapping mapped byte buffers.

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

8 years agoTell Eclipse to use a Java 6 compatible JVM, not latest one (if available)
Uwe Schindler [Mon, 9 Nov 2015 07:47:45 +0000 (07:47 +0000)]
Tell Eclipse to use a Java 6 compatible JVM, not latest one (if available)

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

8 years ago#53192 - Images in ppt file have wrong width when convering ppt to png
Andreas Beeker [Mon, 9 Nov 2015 01:28:31 +0000 (01:28 +0000)]
#53192 - Images in ppt file have wrong width when convering ppt to png

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

8 years agoAdd reason message to @SuppressForbidden
Uwe Schindler [Sun, 8 Nov 2015 23:44:24 +0000 (23:44 +0000)]
Add reason message to @SuppressForbidden

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

8 years agosonar fixes
Andreas Beeker [Sun, 8 Nov 2015 23:14:50 +0000 (23:14 +0000)]
sonar fixes

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

8 years agoAdd support for HSLF metro blobs
Andreas Beeker [Sun, 8 Nov 2015 23:13:28 +0000 (23:13 +0000)]
Add support for HSLF metro blobs

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

8 years ago#52297 - Bullets are not aligned properly while converting ppt slide to image
Andreas Beeker [Sun, 8 Nov 2015 23:11:22 +0000 (23:11 +0000)]
#52297 - Bullets are not aligned properly while converting ppt slide to image

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

8 years agoMake forbiddenapis also check excelant. Use a separate "classpath" for running forbid...
Uwe Schindler [Sun, 8 Nov 2015 11:57:58 +0000 (11:57 +0000)]
Make forbiddenapis also check excelant. Use a separate "classpath" for running forbiddenapis; don't misuse javadoc.classpath for that.

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

8 years agoTried to add excelant to forbidden-apis-check, but failed due to issue #82 in forbidd...
Dominik Stadler [Sun, 8 Nov 2015 10:01:48 +0000 (10:01 +0000)]
Tried to add excelant to forbidden-apis-check, but failed due to issue #82 in forbidden-api-checks tool. List more pathes that we still not include. Add description to custom forbidden-api-checks and add commented out checks for reflectoin as discussed in bug 58597

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

8 years agoAdd some more tests for the checks for files that can cause large memory usage.
Dominik Stadler [Sun, 8 Nov 2015 10:00:34 +0000 (10:00 +0000)]
Add some more tests for the checks for files that can cause large memory usage.

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

8 years agoEclipse warnings, typos, ...
Dominik Stadler [Sun, 8 Nov 2015 10:00:24 +0000 (10:00 +0000)]
Eclipse warnings, typos, ...

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

8 years agobug 58591: add formula evaluation unit tests inspired by Jason Tomforde's question...
Javen O'Neal [Sat, 7 Nov 2015 04:09:39 +0000 (04:09 +0000)]
bug 58591: add formula evaluation unit tests inspired by Jason Tomforde's question on user@

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

8 years agoWhitespace
Nick Burch [Fri, 6 Nov 2015 17:03:22 +0000 (17:03 +0000)]
Whitespace

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

8 years agoConvert to JUnit4
Nick Burch [Fri, 6 Nov 2015 17:02:18 +0000 (17:02 +0000)]
Convert to JUnit4

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

8 years agoremove TestWorkbookEvaluator from junit3 test suite since it was upgraded to junit4...
Javen O'Neal [Fri, 6 Nov 2015 08:51:49 +0000 (08:51 +0000)]
remove TestWorkbookEvaluator from junit3 test suite since it was upgraded to junit4 in r1712908

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

8 years agoremove deprecated ErrorConstants usage in TestWorkbookEvaluator
Javen O'Neal [Fri, 6 Nov 2015 04:58:35 +0000 (04:58 +0000)]
remove deprecated ErrorConstants usage in TestWorkbookEvaluator

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

8 years agowhitespace
Javen O'Neal [Fri, 6 Nov 2015 04:45:25 +0000 (04:45 +0000)]
whitespace

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

8 years agoconvert TestWorkbookEvaluator from junit3 to junit4
Javen O'Neal [Fri, 6 Nov 2015 04:43:50 +0000 (04:43 +0000)]
convert TestWorkbookEvaluator from junit3 to junit4

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

8 years agoAdd a XWPFRun equivalent of isHighlighted, and add to the common WP interface
Nick Burch [Thu, 5 Nov 2015 15:15:36 +0000 (15:15 +0000)]
Add a XWPFRun equivalent of isHighlighted, and add to the common WP interface

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

8 years agoPatch to bring CTTableStyleInfo into poi-ooxml-schemas by referencing it from a unit...
David North [Thu, 5 Nov 2015 13:44:14 +0000 (13:44 +0000)]
Patch to bring CTTableStyleInfo into poi-ooxml-schemas by referencing it from a unit test.

Thanks to Danil Lopatin

https://bz.apache.org/bugzilla/show_bug.cgi?id=58579

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

8 years agoextended forbidden-apis-check to ooxml-tests
Andreas Beeker [Thu, 5 Nov 2015 00:15:51 +0000 (00:15 +0000)]
extended forbidden-apis-check to ooxml-tests

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

8 years agoJavadoc fixes
Nick Burch [Wed, 4 Nov 2015 18:25:35 +0000 (18:25 +0000)]
Javadoc fixes

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

8 years agoBug #55265 - DataFormatter correct support for alternate number grouping characters...
Nick Burch [Wed, 4 Nov 2015 18:23:17 +0000 (18:23 +0000)]
Bug #55265 - DataFormatter correct support for alternate number grouping characters, eg 1234 + #'##0 = 1'234 not 1,234

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

8 years agofix for bug 51622: autosize columns with leading whitespace
Javen O'Neal [Wed, 4 Nov 2015 06:39:57 +0000 (06:39 +0000)]
fix for bug 51622: autosize columns with leading whitespace

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

8 years agobug 58576: rename canComputeColumnWidht to canComputeColumnWidth
Javen O'Neal [Tue, 3 Nov 2015 07:23:09 +0000 (07:23 +0000)]
bug 58576: rename canComputeColumnWidht to canComputeColumnWidth

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

8 years agosupporting change for bug 57450 from Stefan Thurnherr
Javen O'Neal [Tue, 3 Nov 2015 07:07:11 +0000 (07:07 +0000)]
supporting change for bug 57450 from Stefan Thurnherr

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

8 years ago+svn:eol-style=native
Javen O'Neal [Tue, 3 Nov 2015 06:32:50 +0000 (06:32 +0000)]
+svn:eol-style=native

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

8 years agoset svn:eol-style native
Javen O'Neal [Tue, 3 Nov 2015 06:06:43 +0000 (06:06 +0000)]
set svn:eol-style native

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

8 years agofix typos
Javen O'Neal [Tue, 3 Nov 2015 06:03:52 +0000 (06:03 +0000)]
fix typos

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

8 years agofixes sonar/findbugs issues
Andreas Beeker [Mon, 2 Nov 2015 23:46:57 +0000 (23:46 +0000)]
fixes sonar/findbugs issues
add Date.toString() to forbidden-apis and fix occurrences

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

8 years agojavadoc fix
Javen O'Neal [Mon, 2 Nov 2015 13:25:31 +0000 (13:25 +0000)]
javadoc fix

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

8 years agofix javadoc link
Javen O'Neal [Mon, 2 Nov 2015 13:13:52 +0000 (13:13 +0000)]
fix javadoc link

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

8 years agobug 58572: change hyperlink reference to be consistent with TestXSSFHyperlink#testCop...
Javen O'Neal [Mon, 2 Nov 2015 13:02:44 +0000 (13:02 +0000)]
bug 58572: change hyperlink reference to be consistent with TestXSSFHyperlink#testCopyXSSFHyperlink

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

8 years agobug 58572: replace Cloneable with copy constructors for spreadsheet Hyperlink class
Javen O'Neal [Mon, 2 Nov 2015 12:57:57 +0000 (12:57 +0000)]
bug 58572: replace Cloneable with copy constructors for spreadsheet Hyperlink class

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

8 years agobug58348: add test for copying formula with unregistered UDF
Javen O'Neal [Mon, 2 Nov 2015 10:47:19 +0000 (10:47 +0000)]
bug58348: add test for copying formula with unregistered UDF

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

8 years agobug 58348: add hyperlink copying and merging to CellCopyPolicy
Javen O'Neal [Mon, 2 Nov 2015 09:59:32 +0000 (09:59 +0000)]
bug 58348: add hyperlink copying and merging to CellCopyPolicy

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

8 years agobug 58572: move getHyperlinkList() and getHyperlink(row, col) from XSSFSheet to Sheet
Javen O'Neal [Mon, 2 Nov 2015 09:40:49 +0000 (09:40 +0000)]
bug 58572: move getHyperlinkList() and getHyperlink(row, col) from XSSFSheet to Sheet

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

8 years agodon't leave behind files when running unit tests. In the future this should be revisi...
Javen O'Neal [Mon, 2 Nov 2015 09:23:12 +0000 (09:23 +0000)]
don't leave behind files when running unit tests. In the future this should be revisited to verify POI isn't writing workbooks that are unopenable/corrupt by applications that read POI's formats (MS Office, OpenOffice, LibreOffice, etc)

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

8 years agowhitespace
Javen O'Neal [Mon, 2 Nov 2015 09:03:12 +0000 (09:03 +0000)]
whitespace

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

8 years agoupgrade spreadsheet Hyperlink unit tests from junit3 to junit4
Javen O'Neal [Mon, 2 Nov 2015 09:01:23 +0000 (09:01 +0000)]
upgrade spreadsheet Hyperlink unit tests from junit3 to junit4

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

8 years agoupgrade spreadsheet Hyperlink unit tests from junit3 to junit4
Javen O'Neal [Mon, 2 Nov 2015 08:55:45 +0000 (08:55 +0000)]
upgrade spreadsheet Hyperlink unit tests from junit3 to junit4

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

8 years agowhitespace
Javen O'Neal [Mon, 2 Nov 2015 08:34:21 +0000 (08:34 +0000)]
whitespace

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

8 years agoadd ASF License 2.0 header
Javen O'Neal [Mon, 2 Nov 2015 05:33:31 +0000 (05:33 +0000)]
add ASF License 2.0 header

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

8 years agoremove unused import
Javen O'Neal [Mon, 2 Nov 2015 02:51:31 +0000 (02:51 +0000)]
remove unused import

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

8 years agobug 58348: add support for copying rows for XSSFWorkbooks
Javen O'Neal [Mon, 2 Nov 2015 02:50:33 +0000 (02:50 +0000)]
bug 58348: add support for copying rows for XSSFWorkbooks

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

8 years agojavadocs, remove unnecessary SuppressWarnings("resource") decorator
Javen O'Neal [Mon, 2 Nov 2015 02:39:15 +0000 (02:39 +0000)]
javadocs, remove unnecessary SuppressWarnings("resource") decorator

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

8 years agomake private shouldRemoveRow static and final, remove unused import
Javen O'Neal [Mon, 2 Nov 2015 02:28:34 +0000 (02:28 +0000)]
make private shouldRemoveRow static and final, remove unused import

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

8 years agowhitespace
Javen O'Neal [Mon, 2 Nov 2015 02:22:45 +0000 (02:22 +0000)]
whitespace

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

8 years agoreplace deprecated usage of FormulaShifter.createForRowShift
Javen O'Neal [Mon, 2 Nov 2015 02:22:03 +0000 (02:22 +0000)]
replace deprecated usage of FormulaShifter.createForRowShift

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

8 years agoremove unneeded SuppressWarnings("resource") decorator from getSheetName
Javen O'Neal [Mon, 2 Nov 2015 02:13:35 +0000 (02:13 +0000)]
remove unneeded SuppressWarnings("resource") decorator from getSheetName

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

8 years agoremove unnecessary @SuppressWarnings(resource) add Override decorator to SXSSFCell...
Javen O'Neal [Mon, 2 Nov 2015 02:06:43 +0000 (02:06 +0000)]
remove unnecessary @SuppressWarnings(resource) add Override decorator to SXSSFCell.getCellStyle

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

8 years agodelete unnecessary cast
Javen O'Neal [Mon, 2 Nov 2015 01:51:03 +0000 (01:51 +0000)]
delete unnecessary cast

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

8 years agobug 58384: add FormulaShifter.createForRowCopy
Javen O'Neal [Mon, 2 Nov 2015 00:25:08 +0000 (00:25 +0000)]
bug 58384: add FormulaShifter.createForRowCopy

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

8 years agoclose resources, as SlideShow is now Closeable
Andreas Beeker [Mon, 2 Nov 2015 00:05:14 +0000 (00:05 +0000)]
close resources, as SlideShow is now Closeable

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

8 years agoprepare for bug 58348, make FormulaShifter.ShiftMode enum private
Javen O'Neal [Sun, 1 Nov 2015 23:54:13 +0000 (23:54 +0000)]
prepare for bug 58348, make FormulaShifter.ShiftMode enum private

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

8 years agowhitespace changes: replaced tabs with 4 spaces
Javen O'Neal [Sun, 1 Nov 2015 23:30:48 +0000 (23:30 +0000)]
whitespace changes: replaced tabs with 4 spaces

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

8 years ago#45908 - RichTextRun.setBullet(false) doesn't work, bullets still here
Andreas Beeker [Sun, 1 Nov 2015 22:52:49 +0000 (22:52 +0000)]
#45908 - RichTextRun.setBullet(false) doesn't work, bullets still here

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

8 years ago#45088 - POI-HSLF changeTextInRichTextRun corrupts presentation
Andreas Beeker [Sun, 1 Nov 2015 19:37:24 +0000 (19:37 +0000)]
#45088 - POI-HSLF changeTextInRichTextRun corrupts presentation

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

8 years agoFix locale error
Andreas Beeker [Sun, 1 Nov 2015 08:43:57 +0000 (08:43 +0000)]
Fix locale error

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

8 years agofindbugs fixes
Andreas Beeker [Sun, 1 Nov 2015 03:23:16 +0000 (03:23 +0000)]
findbugs fixes
close resources in tests

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

8 years agoFindBugs fixes
Andreas Beeker [Sat, 31 Oct 2015 23:13:35 +0000 (23:13 +0000)]
FindBugs fixes

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

8 years agoAdd method for setting bullet styles
Andreas Beeker [Sat, 31 Oct 2015 23:10:43 +0000 (23:10 +0000)]
Add method for setting bullet styles

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

8 years agoMake SlideShow closeable as of HSLF references a NPOIFSFileSystem and hasn't closed it
Andreas Beeker [Sat, 31 Oct 2015 23:10:17 +0000 (23:10 +0000)]
Make SlideShow closeable as of HSLF references a NPOIFSFileSystem and hasn't closed it

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