svn commit: r1875863 - in /poi/trunk/src: examples/src/org/apache/poi/xssf/usermodel/examples/ java/org/apache/poi/sl/extractor/ java/org/apache/poi/sl/usermodel/ java/org/apache/poi/ss/util/ ooxml/ja

2020-03-29 Thread kiwiwings
Author: kiwiwings Date: Sun Mar 29 22:37:23 2020 New Revision: 1875863 URL: http://svn.apache.org/viewvc?rev=1875863=rev Log: Sonar Fixes - name clashes with constants - missing break in switch statements Modified:

svn commit: r1875862 - in /poi/trunk/src: examples/src/org/apache/poi/xwpf/usermodel/examples/SimpleDocument.java ooxml/java/org/apache/poi/xwpf/usermodel/XWPFParagraph.java ooxml/testcases/org/apache

2020-03-29 Thread abearez
Author: abearez Date: Sun Mar 29 22:21:35 2020 New Revision: 1875862 URL: http://svn.apache.org/viewvc?rev=1875862=rev Log: allow add and remove a HyperlinkRun or a FieldRun Modified: poi/trunk/src/examples/src/org/apache/poi/xwpf/usermodel/examples/SimpleDocument.java

svn commit: r1875860 - /poi/trunk/src/java/org/apache/poi/util/XMLHelper.java

2020-03-29 Thread kiwiwings
Author: kiwiwings Date: Sun Mar 29 14:55:31 2020 New Revision: 1875860 URL: http://svn.apache.org/viewvc?rev=1875860=rev Log: Sonar Fixes - try to fix XXE warnings Modified: poi/trunk/src/java/org/apache/poi/util/XMLHelper.java Modified: poi/trunk/src/java/org/apache/poi/util/XMLHelper.java

svn commit: r1875859 [3/3] - in /poi/trunk/src: examples/src/org/apache/poi/hssf/usermodel/examples/ examples/src/org/apache/poi/xslf/usermodel/ examples/src/org/apache/poi/xssf/usermodel/examples/ ex

2020-03-29 Thread kiwiwings
Modified: poi/trunk/src/testcases/org/apache/poi/ss/usermodel/BaseTestConditionalFormatting.java URL: http://svn.apache.org/viewvc/poi/trunk/src/testcases/org/apache/poi/ss/usermodel/BaseTestConditionalFormatting.java?rev=1875859=1875858=1875859=diff

svn commit: r1875859 [1/3] - in /poi/trunk/src: examples/src/org/apache/poi/hssf/usermodel/examples/ examples/src/org/apache/poi/xslf/usermodel/ examples/src/org/apache/poi/xssf/usermodel/examples/ ex

2020-03-29 Thread kiwiwings
Author: kiwiwings Date: Sun Mar 29 14:39:11 2020 New Revision: 1875859 URL: http://svn.apache.org/viewvc?rev=1875859=rev Log: Sonar Fixes - use String.replace instead of String.replaceAll for literal values - use constants from base class - deprecated various references to constants of

svn commit: r1875859 [2/3] - in /poi/trunk/src: examples/src/org/apache/poi/hssf/usermodel/examples/ examples/src/org/apache/poi/xslf/usermodel/ examples/src/org/apache/poi/xssf/usermodel/examples/ ex

2020-03-29 Thread kiwiwings
Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFFontFormatting.java URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFFontFormatting.java?rev=1875859=1875858=1875859=diff

svn commit: r1875849 - /poi/trunk/src/integrationtest/org/apache/poi/POIFileScanner.java

2020-03-29 Thread centic
Author: centic Date: Sun Mar 29 12:16:10 2020 New Revision: 1875849 URL: http://svn.apache.org/viewvc?rev=1875849=rev Log: Support building with Gradle in POIFileScanner tests Modified: poi/trunk/src/integrationtest/org/apache/poi/POIFileScanner.java Modified:

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

2020-03-29 Thread centic
Author: centic Date: Sun Mar 29 08:16:09 2020 New Revision: 1875836 URL: http://svn.apache.org/viewvc?rev=1875836=rev Log: Bug 61864: Verify recalculation-flag on Workbook level some more Modified: poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFWorkbook.java Modified:

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

2020-03-29 Thread centic
Author: centic Date: Sun Mar 29 08:16:17 2020 New Revision: 1875837 URL: http://svn.apache.org/viewvc?rev=1875837=rev Log: Bug 63845: Adjust handling of formula-cells to fix regression introduced in 4.1.0 Modified: poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFCell.java