]> source.dussan.org Git - poi.git/log
poi.git
7 years agoSonarQube fixes
Andreas Beeker [Wed, 4 Jan 2017 01:06:30 +0000 (01:06 +0000)]
SonarQube fixes

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

7 years agoFix poor XPath performance when importing XSSF from XML
David North [Tue, 3 Jan 2017 15:41:41 +0000 (15:41 +0000)]
Fix poor XPath performance when importing XSSF from XML

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

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

7 years agobug 60484: avoid NPE
Javen O'Neal [Tue, 3 Jan 2017 04:35:54 +0000 (04:35 +0000)]
bug 60484: avoid NPE

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

7 years agouse Collections.singletonList and Collections.emptyList where appropriate
Javen O'Neal [Tue, 3 Jan 2017 03:52:58 +0000 (03:52 +0000)]
use Collections.singletonList and Collections.emptyList where appropriate

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

7 years agorefactor duplicated code in TestXSSFSheet#setColumnGroupCollapsed; remove unnecessary...
Javen O'Neal [Tue, 3 Jan 2017 02:14:29 +0000 (02:14 +0000)]
refactor duplicated code in TestXSSFSheet#setColumnGroupCollapsed; remove unnecessary int to short casts

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

7 years agoSonarQube fixes
Andreas Beeker [Tue, 3 Jan 2017 01:02:33 +0000 (01:02 +0000)]
SonarQube fixes
add Iterable interface to EscherContainerRecord / deprecate getChildIterator()

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

7 years agoconvert TestColumnHelper from junit3 to junit4
Javen O'Neal [Mon, 2 Jan 2017 23:23:16 +0000 (23:23 +0000)]
convert TestColumnHelper from junit3 to junit4

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

7 years agoassertEquals(false, ...) -> assertFalse(...)
Javen O'Neal [Mon, 2 Jan 2017 23:14:53 +0000 (23:14 +0000)]
assertEquals(false, ...) -> assertFalse(...)
assertEquals(true, ...) -> assertTrue(...)

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

7 years agouse case-insensitive string startsWith/endsWith utility function
Javen O'Neal [Mon, 2 Jan 2017 22:23:56 +0000 (22:23 +0000)]
use case-insensitive string startsWith/endsWith utility function

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

7 years agoSonarqube fixes
Andreas Beeker [Mon, 2 Jan 2017 00:55:49 +0000 (00:55 +0000)]
Sonarqube fixes
- replace RuntimeException with application specific runtime exception
- clean-up sources - add braces to if statements and add override annotations
- fix a few hslf blockers

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

7 years agoSonarqube fixes - Cast one of the operands of this multiplication operation to a ...
Andreas Beeker [Sun, 1 Jan 2017 22:59:35 +0000 (22:59 +0000)]
Sonarqube fixes - Cast one of the operands of this multiplication operation to a ...

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

7 years agomd5hash should not fail silently
Javen O'Neal [Sun, 1 Jan 2017 06:58:01 +0000 (06:58 +0000)]
md5hash should not fail silently

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

7 years agouse last file extension if multiple extensions; close opened stream; extract String...
Javen O'Neal [Sun, 1 Jan 2017 06:57:42 +0000 (06:57 +0000)]
use last file extension if multiple extensions; close opened stream; extract String constants

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

7 years agofix content-type handling in *SSF-EmbeddedExtractor
Andreas Beeker [Sun, 1 Jan 2017 00:56:51 +0000 (00:56 +0000)]
fix content-type handling in *SSF-EmbeddedExtractor

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

7 years ago#60521 - Enable nested XSSF GroupShapes and fix calculation of Client-/ChildAnchor
Andreas Beeker [Sat, 31 Dec 2016 21:54:32 +0000 (21:54 +0000)]
#60521 - Enable nested XSSF GroupShapes and fix calculation of Client-/ChildAnchor

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

7 years ago#60519 - Extractor for *SSF embeddings
Andreas Beeker [Sat, 31 Dec 2016 21:50:47 +0000 (21:50 +0000)]
#60519 - Extractor for *SSF embeddings

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

7 years ago#60520 - Provide *SSF functionality via Common SS
Andreas Beeker [Sat, 31 Dec 2016 21:47:23 +0000 (21:47 +0000)]
#60520 - Provide *SSF functionality via Common SS

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

7 years agofix forbidden-apis-check error
Andreas Beeker [Sat, 31 Dec 2016 21:37:14 +0000 (21:37 +0000)]
fix forbidden-apis-check error

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

7 years agoFix missing license-headers
Dominik Stadler [Sat, 31 Dec 2016 17:55:52 +0000 (17:55 +0000)]
Fix missing license-headers

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

7 years agoCover some dev-tools with a few simple tests, close resources correctly
Dominik Stadler [Sat, 31 Dec 2016 16:53:33 +0000 (16:53 +0000)]
Cover some dev-tools with a few simple tests, close resources correctly

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

7 years agoAllow to pass --add-modules to javadoc as well as we get lots of missing code reporte...
Dominik Stadler [Sat, 31 Dec 2016 16:53:20 +0000 (16:53 +0000)]
Allow to pass --add-modules to javadoc as well as we get lots of missing code reported otherwise,  we cannot use the existing property java9addmods as we need to use a different default-value for non-JDK9 builds

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

7 years agoBug 60219: FormulaParser can't parse external references when sheet name is quoted
Dominik Stadler [Sat, 31 Dec 2016 16:53:16 +0000 (16:53 +0000)]
Bug 60219: FormulaParser can't parse external references when sheet name is quoted

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

7 years agoCoverage:
Dominik Stadler [Sat, 31 Dec 2016 09:43:13 +0000 (09:43 +0000)]
Coverage:
* Exclude "examples" from coverage in Jenkins, add some comments
* Fix warning in newer Gradle versions
* Adjust coverage-excludes in build.xml

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

7 years agoFix some Findbugs reports
Dominik Stadler [Sat, 31 Dec 2016 09:43:08 +0000 (09:43 +0000)]
Fix some Findbugs reports

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

7 years agoJenkins DSL: IBM JDK should not use noScratchpad, set coverage-flag for no-scratchpad-job
Dominik Stadler [Fri, 30 Dec 2016 22:19:12 +0000 (22:19 +0000)]
Jenkins DSL: IBM JDK should not use noScratchpad, set coverage-flag for no-scratchpad-job

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

7 years agoJenkins DLS: Remove support for multiple JDKs, it was not used and did not work anywa...
Dominik Stadler [Fri, 30 Dec 2016 22:12:14 +0000 (22:12 +0000)]
Jenkins DLS: Remove support for multiple JDKs, it was not used and did not work anyway due to name-clashes

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

7 years agoSend emails for builds with JDK 9 to dev@ now after it ran green for the first time
Dominik Stadler [Fri, 30 Dec 2016 22:12:10 +0000 (22:12 +0000)]
Send emails for builds with JDK 9 to dev@ now after it ran green for the first time

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

7 years agoEnsure streams are closed always, reformat code somewhat
Dominik Stadler [Fri, 30 Dec 2016 22:12:06 +0000 (22:12 +0000)]
Ensure streams are closed always, reformat code somewhat

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

7 years agoBug 60369: Adjust pattern to better handle non-ASCII characters in Month-names which...
Dominik Stadler [Fri, 30 Dec 2016 22:11:55 +0000 (22:11 +0000)]
Bug 60369: Adjust pattern to better handle non-ASCII characters in Month-names which can appear since Java 8

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

7 years agoFix some compilation warnings
Dominik Stadler [Fri, 30 Dec 2016 22:11:48 +0000 (22:11 +0000)]
Fix some compilation warnings
Update Javadoc
Reformat code somewhat
Supress IntelliJ warnings in findbugs-filters.xml

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

7 years agoSet --add-modules as environment-variable as well as we need to enable it in Ant...
Dominik Stadler [Fri, 30 Dec 2016 20:35:13 +0000 (20:35 +0000)]
Set --add-modules as environment-variable as well as we need to enable it in Ant itself for the forbidden-api-checks

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

7 years agoFix an api-violations introduced in a test-case
Dominik Stadler [Fri, 30 Dec 2016 20:35:08 +0000 (20:35 +0000)]
Fix an api-violations introduced in a test-case

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

7 years agoUpdate JaCoCo to 0.7.8 to allow to run it when using JDK 9
Dominik Stadler [Fri, 30 Dec 2016 19:03:44 +0000 (19:03 +0000)]
Update JaCoCo to 0.7.8 to allow to run it when using JDK 9

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

7 years agoAdd test provided via bug 60536 for bug 60526, remove some warnings
Dominik Stadler [Fri, 30 Dec 2016 18:54:47 +0000 (18:54 +0000)]
Add test provided via bug 60536 for bug 60526, remove some warnings

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

7 years agoAdd full support for using file-leak-detector, will be added to CI to report missing...
Dominik Stadler [Fri, 30 Dec 2016 18:37:24 +0000 (18:37 +0000)]
Add full support for using file-leak-detector, will be added to CI to report missing close() calls in test-runs

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

7 years agoAllow to set the new --add-opens argument for JDK 9, scratchpad tests require slightl...
Dominik Stadler [Fri, 30 Dec 2016 17:00:13 +0000 (17:00 +0000)]
Allow to set the new --add-opens argument for JDK 9, scratchpad tests require slightly more memory on JDK 9 now, also adjust the Jenkins DSL accordingly.

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

7 years agoBug 60512: Add missing XSSFRelation.CUSTOM_PROPERTY
Dominik Stadler [Fri, 30 Dec 2016 16:55:19 +0000 (16:55 +0000)]
Bug 60512: Add missing XSSFRelation.CUSTOM_PROPERTY

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

7 years agoBug 60452: WorkdayCalculator calculateWorkdays does return wrong value for same day...
Dominik Stadler [Fri, 30 Dec 2016 15:05:14 +0000 (15:05 +0000)]
Bug 60452: WorkdayCalculator calculateWorkdays does return wrong value for same day input
deprecate unused method isNonWorkday

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

7 years agobug 60526: Make loggers final and make throttled log actually work
Dominik Stadler [Fri, 30 Dec 2016 13:09:28 +0000 (13:09 +0000)]
bug 60526: Make loggers final and make throttled log actually work

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

7 years agoDisable Sonar in Gradle build for now, it requires Java 8, but we should still be...
Dominik Stadler [Wed, 28 Dec 2016 19:47:40 +0000 (19:47 +0000)]
Disable Sonar in Gradle build for now, it requires Java 8, but we should still be able to compile with Java 7

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

7 years agoAdd sonar-plugin to Gradle build
Dominik Stadler [Mon, 26 Dec 2016 20:47:29 +0000 (20:47 +0000)]
Add sonar-plugin to Gradle build

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

7 years agoMaven: Add jacoco plugin and adjust to apply argLine correctly when calling "mvn...
Dominik Stadler [Mon, 26 Dec 2016 19:51:47 +0000 (19:51 +0000)]
Maven: Add jacoco plugin and adjust to apply argLine correctly when calling "mvn jacoco:prepare-agent package jacoco:report jacoco:report-aggregate", however report-aggregate does not seem to work yet

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

7 years agoAdd some throttling to the log for failed SAXHelper features to not spam the log...
Dominik Stadler [Mon, 26 Dec 2016 19:51:42 +0000 (19:51 +0000)]
Add some throttling to the log for failed SAXHelper features to not spam the log on JDK 9 with restricted reflection

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

7 years agoUse one redirection less when downloading findbugs jar
Dominik Stadler [Mon, 26 Dec 2016 19:51:37 +0000 (19:51 +0000)]
Use one redirection less when downloading findbugs jar

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

7 years agoAdd mising @Override and other warnings
Dominik Stadler [Mon, 26 Dec 2016 19:51:32 +0000 (19:51 +0000)]
Add mising @Override and other warnings

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

7 years agoreport size of entries for POIFSViewer
Andreas Beeker [Sun, 25 Dec 2016 00:06:13 +0000 (00:06 +0000)]
report size of entries for POIFSViewer

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

7 years agoFix 0-pointer on unset document
Andreas Beeker [Wed, 21 Dec 2016 22:03:54 +0000 (22:03 +0000)]
Fix 0-pointer on unset document

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

7 years agoSonar issues: Mark two places where we catch Error/Throwable as "On purpose"
Dominik Stadler [Mon, 19 Dec 2016 15:25:20 +0000 (15:25 +0000)]
Sonar issues: Mark two places where we catch Error/Throwable as "On purpose"

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

7 years agoComments, Javadoc and make close() only log instead of throw an exception to not...
Dominik Stadler [Mon, 19 Dec 2016 15:03:58 +0000 (15:03 +0000)]
Comments, Javadoc and make close() only log instead of throw an exception to not have catch inside catch

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

7 years agofix eclipse warnings - close resources
Andreas Beeker [Mon, 19 Dec 2016 01:34:24 +0000 (01:34 +0000)]
fix eclipse warnings - close resources
add getter for HSLF slideshows implementation class

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

7 years agoSonarQube fixes - close resources
Andreas Beeker [Sun, 18 Dec 2016 22:03:31 +0000 (22:03 +0000)]
SonarQube fixes - close resources

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

7 years agosonarqube fixes - close resources
Andreas Beeker [Sun, 18 Dec 2016 03:47:08 +0000 (03:47 +0000)]
sonarqube fixes - close resources

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

7 years agoFix Bugzilla link
Andreas Beeker [Sun, 18 Dec 2016 03:33:57 +0000 (03:33 +0000)]
Fix Bugzilla link

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

7 years ago#60331 - Remove deprecated classes (POI 3.16)
Andreas Beeker [Sun, 18 Dec 2016 03:26:13 +0000 (03:26 +0000)]
#60331 - Remove deprecated classes (POI 3.16)
- remove orphaned classes immediately, which are quite likely not used anymore
- deprecated the rest

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

7 years agoswitch sonarqube to 1.8 and activate it
Andreas Beeker [Sun, 18 Dec 2016 00:01:45 +0000 (00:01 +0000)]
switch sonarqube to 1.8 and activate it

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

7 years agoadd sonarqube job
Andreas Beeker [Sat, 17 Dec 2016 23:52:48 +0000 (23:52 +0000)]
add sonarqube job

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

7 years agouse sonarqube dashboard instead of overview
Andreas Beeker [Sat, 17 Dec 2016 14:41:59 +0000 (14:41 +0000)]
use sonarqube dashboard instead of overview

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

7 years agovarious sonarqube fixes - mainly resource closing
Andreas Beeker [Sat, 17 Dec 2016 02:35:30 +0000 (02:35 +0000)]
various sonarqube fixes - mainly resource closing

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

7 years agoNew SonarQube instance
Andreas Beeker [Sat, 17 Dec 2016 01:25:40 +0000 (01:25 +0000)]
New SonarQube instance

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

7 years agobug 60489 -- add a file that triggered a ClassNotFoundException on TIKA-2208/elastics...
Tim Allison [Fri, 16 Dec 2016 16:46:00 +0000 (16:46 +0000)]
bug 60489 -- add a file that triggered a ClassNotFoundException on TIKA-2208/elasticsearch-22077

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

7 years agoAdjust list of hosts that do not have OpenJDK installed
Dominik Stadler [Fri, 16 Dec 2016 12:40:17 +0000 (12:40 +0000)]
Adjust list of hosts that do not have OpenJDK installed

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

7 years agoSonarCube fixes
Mark Murphy [Fri, 16 Dec 2016 06:00:35 +0000 (06:00 +0000)]
SonarCube fixes

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

7 years agoFindbugs fix
Mark Murphy [Fri, 16 Dec 2016 05:17:38 +0000 (05:17 +0000)]
Findbugs fix

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

7 years ago60465: Cannot specify interline spacing for a Paragraph in XWPF
Mark Murphy [Fri, 16 Dec 2016 03:21:02 +0000 (03:21 +0000)]
60465: Cannot specify interline spacing for a Paragraph in XWPF

Task-Url: https://bz.apache.org/bugzilla/show_bug.cgi?id=60465

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

7 years agoeclipse warnings - close resources
Andreas Beeker [Tue, 13 Dec 2016 00:36:03 +0000 (00:36 +0000)]
eclipse warnings - close resources

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

7 years agoeclipse warnings - raw list access
Andreas Beeker [Tue, 13 Dec 2016 00:34:30 +0000 (00:34 +0000)]
eclipse warnings - raw list access

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

7 years agoSonarCube fix - make members private
Andreas Beeker [Tue, 13 Dec 2016 00:33:50 +0000 (00:33 +0000)]
SonarCube fix - make members private

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

7 years agoSonarCube fix - make members private
Andreas Beeker [Tue, 13 Dec 2016 00:33:08 +0000 (00:33 +0000)]
SonarCube fix - make members private

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

7 years agoeclipse warnings - raw list access
Andreas Beeker [Tue, 13 Dec 2016 00:31:23 +0000 (00:31 +0000)]
eclipse warnings - raw list access
close resources

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

7 years agoeclipse warnings - raw list access
Andreas Beeker [Tue, 13 Dec 2016 00:30:24 +0000 (00:30 +0000)]
eclipse warnings - raw list access

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

7 years agoremove unused class
Andreas Beeker [Tue, 13 Dec 2016 00:29:03 +0000 (00:29 +0000)]
remove unused class

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

7 years agoAdjust toString() of ExternalNameRecord
Dominik Stadler [Mon, 12 Dec 2016 11:41:07 +0000 (11:41 +0000)]
Adjust toString() of ExternalNameRecord
 Fix some IntelliJ warnings
 Reformat TextPieceTable

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

7 years ago58237: Unable to add image to a word document header using XWPF
Mark Murphy [Mon, 12 Dec 2016 02:43:45 +0000 (02:43 +0000)]
58237: Unable to add image to a word document header using XWPF

Task-Url: https://bz.apache.org/bugzilla/show_bug.cgi?id=58237

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

7 years agoRevert "Add pmd file"
Dominik Stadler [Sun, 11 Dec 2016 21:17:34 +0000 (21:17 +0000)]
Revert "Add pmd file"

This reverts commit 145eed15c09d4cf65963d73aec9cc2c9726cdaae.

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

7 years agoRevert "add .gitignore"
Dominik Stadler [Sun, 11 Dec 2016 21:17:30 +0000 (21:17 +0000)]
Revert "add .gitignore"

This reverts commit 68ea28f3563a4225e2c1f6532bc54c24c9fca49d.

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

7 years agoRevert "Add launchconfig for coverage"
Dominik Stadler [Sun, 11 Dec 2016 21:17:26 +0000 (21:17 +0000)]
Revert "Add launchconfig for coverage"

This reverts commit 6421eb62faf1eb98604f1aea7e5ad28c4e9fc9f9.

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

7 years agoRevert "Add script to run BiffViewer"
Dominik Stadler [Sun, 11 Dec 2016 21:17:22 +0000 (21:17 +0000)]
Revert "Add script to run BiffViewer"

This reverts commit a7f97798f1ffa2e90daa570f244065e01ca931fc.

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

7 years agoRevert "Add script to run ant locally with Java 1.6/Ant 1.8.x"
Dominik Stadler [Sun, 11 Dec 2016 21:17:18 +0000 (21:17 +0000)]
Revert "Add script to run ant locally with Java 1.6/Ant 1.8.x"

This reverts commit ed848f2d5f02ea0b6645bc509e03c1e0c7135d96.

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

7 years agoRevert "Add dynaTrace agent to junit launch config"
Dominik Stadler [Sun, 11 Dec 2016 21:17:14 +0000 (21:17 +0000)]
Revert "Add dynaTrace agent to junit launch config"

This reverts commit 960ce28be52f23202b28745f5eff4b35d37a9df1.

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

7 years agoRevert "Disable dynaTrace agent in coverage-launchconfig"
Dominik Stadler [Sun, 11 Dec 2016 21:17:10 +0000 (21:17 +0000)]
Revert "Disable dynaTrace agent in coverage-launchconfig"

This reverts commit 49a2b5eab608795f08b141edb30141f22da47f8f.

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

7 years agoRevert "Ignore sonar-target-dirs"
Dominik Stadler [Sun, 11 Dec 2016 21:17:06 +0000 (21:17 +0000)]
Revert "Ignore sonar-target-dirs"

This reverts commit cf346759cd1636e3c46193219957367133817a79.

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

7 years agoRevert "Add Sonar settings"
Dominik Stadler [Sun, 11 Dec 2016 21:17:02 +0000 (21:17 +0000)]
Revert "Add Sonar settings"

This reverts commit 4bf7797a2d64a80cef8ef58fa6fe4caa42a8f654.

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

7 years agoRevert "Ignore forrest.properties which is used locally to rebuild documentation"
Dominik Stadler [Sun, 11 Dec 2016 21:16:58 +0000 (21:16 +0000)]
Revert "Ignore forrest.properties which is used locally to rebuild documentation"

This reverts commit e21a2468b0bb5288b37203b38eea2e56825b99b4.

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

7 years agoRevert "Add initial file leak detector excludes"
Dominik Stadler [Sun, 11 Dec 2016 21:16:54 +0000 (21:16 +0000)]
Revert "Add initial file leak detector excludes"

This reverts commit 2d80ea9eb8bb5b3f59450dfa74cd19f54e3f3cbf.

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

7 years agoRevert "Add local source for xmlbeans 2.3.0"
Dominik Stadler [Sun, 11 Dec 2016 21:16:50 +0000 (21:16 +0000)]
Revert "Add local source for xmlbeans 2.3.0"

This reverts commit 24f275541a7274f3e5456b4f4006c93d62a52ba7.

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

7 years agoRevert "Add script to convert PPT to PNGs"
Dominik Stadler [Sun, 11 Dec 2016 21:16:46 +0000 (21:16 +0000)]
Revert "Add script to convert PPT to PNGs"

This reverts commit ac02737d95fd9698768322098477a3e1b0d2bfff.

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

7 years agoRevert "Ignore new directories ooxml-lib and compile-lib"
Dominik Stadler [Sun, 11 Dec 2016 21:16:42 +0000 (21:16 +0000)]
Revert "Ignore new directories ooxml-lib and compile-lib"

This reverts commit 251d0c968cb9b8ac7b03113597f641db9880df37.

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

7 years agoRevert "Add launchconfig to run OOXMLLite with correct arguments in Eclipse"
Dominik Stadler [Sun, 11 Dec 2016 21:16:38 +0000 (21:16 +0000)]
Revert "Add launchconfig to run OOXMLLite with correct arguments in Eclipse"

This reverts commit e1c9dc6dbeaf1bb38e7c5070282e949bbb9eb52b.

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

7 years agoRevert "Check if we did find jars in view.sh"
Dominik Stadler [Sun, 11 Dec 2016 21:16:34 +0000 (21:16 +0000)]
Revert "Check if we did find jars in view.sh"

This reverts commit e55fed6aeae9fccdbdd09bfa0b63768bc5481d89.

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

7 years agoRevert "Add file-leak-detector in default launchconfig"
Dominik Stadler [Sun, 11 Dec 2016 21:16:30 +0000 (21:16 +0000)]
Revert "Add file-leak-detector in default launchconfig"

This reverts commit b5b6f9de55a07abd7b9d3be94f68d31cd02082c1.

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

7 years agoRevert "More file leak detector excludes"
Dominik Stadler [Sun, 11 Dec 2016 21:16:26 +0000 (21:16 +0000)]
Revert "More file leak detector excludes"

This reverts commit 6c67d08fbaa0c5719a35cd194ab3ca6c4c3cf5f6.

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

7 years agoRevert "Adjust script to actually work"
Dominik Stadler [Sun, 11 Dec 2016 21:16:22 +0000 (21:16 +0000)]
Revert "Adjust script to actually work"

This reverts commit 3cda03bbc5bfa7f38af512a10f936e0dfcf00b3e.

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

7 years agoRevert "More excludes"
Dominik Stadler [Sun, 11 Dec 2016 21:16:19 +0000 (21:16 +0000)]
Revert "More excludes"

This reverts commit 65c0fba5d7e0cf92eb97d780669ddbd8151d78b6.

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

7 years agoRevert "Adjust tab/space to mixed mode so we mostly preserve what it was before..."
Dominik Stadler [Sun, 11 Dec 2016 21:16:15 +0000 (21:16 +0000)]
Revert "Adjust tab/space to mixed mode so we mostly preserve what it was before..."

This reverts commit 6e52c36ff02695eae7b45a73b2ba34eb1b4a99ca.

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

7 years agoRevert "More excludes"
Dominik Stadler [Sun, 11 Dec 2016 21:16:10 +0000 (21:16 +0000)]
Revert "More excludes"

This reverts commit 7d2a3b6642bea55d17bf38e68f52fdf7e3faf558.

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

7 years agoRevert "Exclude file-leak-detector itself"
Dominik Stadler [Sun, 11 Dec 2016 21:16:07 +0000 (21:16 +0000)]
Revert "Exclude file-leak-detector itself"

This reverts commit 32c83c6154939ffeba4b0ba24173f34b4c99b183.

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

7 years agoRevert "Set Eclipse projects to spaces only and import-wildcard-threshold to 99"
Dominik Stadler [Sun, 11 Dec 2016 21:16:03 +0000 (21:16 +0000)]
Revert "Set Eclipse projects to spaces only and import-wildcard-threshold to 99"

This reverts commit 0e0c37764940df1b2d566f4621e7efd74f5c6356.

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

7 years agoRevert "Add script to call ToCSV"
Dominik Stadler [Sun, 11 Dec 2016 21:15:58 +0000 (21:15 +0000)]
Revert "Add script to call ToCSV"

This reverts commit b7de62ec03f099d48dcd0f2afe08379bd685e668.

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

7 years agoRevert "Ignore src-directories from sonar-build"
Dominik Stadler [Sun, 11 Dec 2016 21:15:54 +0000 (21:15 +0000)]
Revert "Ignore src-directories from sonar-build"

This reverts commit f5e844a8b52480349add5e2f1883747c4affa9cf.

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

7 years agoRevert "Add more Sonar directories"
Dominik Stadler [Sun, 11 Dec 2016 21:15:51 +0000 (21:15 +0000)]
Revert "Add more Sonar directories"

This reverts commit 7cfbb3c5d5847216b5cc03c82146743d541bcd54.

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