See 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/40/display/redirect?page=changes>

Changes:

[Andreas Beeker] :poi - fix javadocs - link to dependent/external project 
javadocs

[Dominik Stadler] Adjust paths in build-files some more and copy svn-libs

[Andreas Beeker] move jdk check into doFirst

[Andreas Beeker] fix paths for integration build, docs, add site task to main 
build.gradle

[PJ Fanning] try to fix build issue

[Dominik Stadler] Store jars for svnant locally

Downloading them becomes nearly impossible now that bintray.dl closes down,
so let's rather persist the jars as part of the source distribution for now.

[PJ Fanning] [bug-65227] add NPE guard in SheetUtil. Thanks to Petr Blaha

[Dominik Stadler] Adjust for the new source-directories in some more places

[Dominik Stadler] Ensure the cache-directory for ImageIO is set to a valid 
directory

Introduce a helper method to set ImageIO.setCacheDir() to the default temporary 
directory

[Andreas Beeker] fix paths to new gradle directories

[Andreas Beeker] fix merge problem

[Andreas Beeker] 65206 - Migrate ant / maven to gradle build
compile / jar / test of mrJars
don't include ants build.xml anymore
rename directories to match project and maven artifact names
refactor artifacts - so each project has one artifact
replace static references in hssf/dev tests with junit5 constructs, which had 
problems in parallel tests
increase gradle heap to 4gb because of OOM - maybe less would also work

[Dominik Stadler] Adjust path for archiving JUnit files to capture both 
locations that are in use

Somehow JUnit stores test-results either under test-result or under 
test-result/test,
so let's look at both directories for now

[Dominik Stadler] Jenkins DSL: Add a workaround to run "ant init" before 
building with Gradle

Otherwise the Ant-helpers are not compiled properly currently

We should remove this as soon as Gradle build is working standalone

[Dominik Stadler] Enable Gradle Wrapper to avoid running with an unsupported 
local version

This may cause the strange "PrecompiledProjectScript" failures that we see 
currently

[Dominik Stadler] Add a simple test-case for XLSX2CSV

[Dominik Stadler] Add one more directory from Maven build to .gitignore

[Dominik Stadler] Fix directory for examples-sources to make Maven build work 
again

[Dominik Stadler] Switch the Ant-build to separate folders under "build/classes"

This avoids colliding in strange ways with the default Gradle location 
"build/classes/main/java"

This caused very strange error messages about invalid package names when 
compiling with Gradle and Ant in one source checkout

[Dominik Stadler] Add a Gradle target "allJavaDoc" for an initial combined 
JavaDoc run

[Dominik Stadler] Adjust JavaDoc target to act similar as the one in the 
build.xml

Set memory and set "lint:non" on Java 8 to not be stricter than the Ant-build

[Dominik Stadler] Adjust some JavaDoc

[Dominik Stadler] XSLX2CSV: Do not double-encode if the value is already having 
quotes and escape double-quotes

Most CSV formats use "" (two quotes) to escape a "-character, we should do this 
in this
example as well to produce files that can be parsed by other CSV processors 
correctly.

Also cases where the value is already enclosed in quotes should not lead to 
additional quotes

Add a simple initial test to module "examples" verify basic functionality of 
XSLX2CSV
as I often rely on it for converting some very large xlsx-files to csv

[Dominik Stadler] Also look for test-data in ../test-data for Gradle build

This is needed when running tests in the IDE via the Gradle project import

[Dominik Stadler] Update JUnit to 5.7.1 and junit-platform to 1.7.1

[Dominik Stadler] Apply some IDE suggestions, improve exception message, add 
some JavaDoc


------------------------------------------
[...truncated 1.19 MB...]
  [javadoc]      * @return The Data table in the workbook named <tt>name</tt>, 
or <tt>null</tt> if no table is named <tt>name</tt>.
  [javadoc]                                                                     
  ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:2317:
 error: tag not supported in the generated HTML version: tt
  [javadoc]      * @return The Data table in the workbook named <tt>name</tt>, 
or <tt>null</tt> if no table is named <tt>name</tt>.
  [javadoc]                                                                     
                                     ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/BaseXSSFEvaluationWorkbook.java>:390:
 error: tag not supported in the generated HTML version: tt
  [javadoc]      * @return The Data table in the workbook named <tt>name</tt>, 
or <tt>null</tt> if no table is named <tt>name</tt>.
  [javadoc]                                                     ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/BaseXSSFEvaluationWorkbook.java>:390:
 error: tag not supported in the generated HTML version: tt
  [javadoc]      * @return The Data table in the workbook named <tt>name</tt>, 
or <tt>null</tt> if no table is named <tt>name</tt>.
  [javadoc]                                                                     
  ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/BaseXSSFEvaluationWorkbook.java>:390:
 error: tag not supported in the generated HTML version: tt
  [javadoc]      * @return The Data table in the workbook named <tt>name</tt>, 
or <tt>null</tt> if no table is named <tt>name</tt>.
  [javadoc]                                                                     
                                     ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFRow.java>:120:
 error: malformed HTML
  [javadoc]      * @throws IllegalArgumentException if columnIndex < 0 or 
greater than the maximum number of supported columns
  [javadoc]                                                        ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFRow.java>:137:
 error: malformed HTML
  [javadoc]      * @throws IllegalArgumentException if columnIndex < 0 or 
greater than a maximum number of supported columns
  [javadoc]                                                        ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFRow.java>:195:
 error: malformed HTML
  [javadoc]      * @throws IllegalArgumentException if rowNum < 0
  [javadoc]                                                   ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/SXSSFRow.java>:235:
 error: malformed HTML
  [javadoc]      * @throws IllegalArgumentException if cellnum < 0 or the 
specified MissingCellPolicy is invalid
  [javadoc]                                                    ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFColor.java>:265:
 error: unknown tag: clrScheme
  [javadoc]      * Index into the <clrScheme> collection, referencing a 
particular <sysClr> or
  [javadoc]                       ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFColor.java>:265:
 error: unknown tag: sysClr
  [javadoc]      * Index into the <clrScheme> collection, referencing a 
particular <sysClr> or
  [javadoc]                                                                     
   ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFColor.java>:266:
 error: unknown tag: srgbClr
  [javadoc]      *  <srgbClr> value expressed in the Theme part.
  [javadoc]         ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFColor.java>:274:
 error: unknown tag: clrScheme
  [javadoc]      * Index into the <clrScheme> collection, referencing a 
particular <sysClr> or
  [javadoc]                       ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFColor.java>:274:
 error: unknown tag: sysClr
  [javadoc]      * Index into the <clrScheme> collection, referencing a 
particular <sysClr> or
  [javadoc]                                                                     
   ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFColor.java>:275:
 error: unknown tag: srgbClr
  [javadoc]      *  <srgbClr> value expressed in the Theme part.
  [javadoc]         ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFColor.java>:385:
 error: tag not supported in the generated HTML version: tt
  [javadoc]      * Checked type cast <tt>color</tt> to an XSSFColor.
  [javadoc]                          ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFSheet.java>:4173:
 error: tag not supported in the generated HTML version: tt
  [javadoc]      * Returns <tt>null</tt> if no sheet tab color is set.
  [javadoc]                ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFConditionalFormatting.java>:53:
 error: tag not supported in the generated HTML version: tt
  [javadoc]      * @return array of <tt>CellRangeAddress</tt>s. Never 
<code>null</code>
  [javadoc]                         ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFName.java>:86:
 error: tag not allowed here: <li>
  [javadoc]      * <li> this defined name refers to a range to which an 
advanced filter has been
  [javadoc]        ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFName.java>:88:
 error: tag not allowed here: <li>
  [javadoc]      * <li> This defined name refers to a range to which an 
AutoFilter has been
  [javadoc]        ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFName.java>:146:
 error: tag not allowed here: <blockquote>
  [javadoc]      * <pre><blockquote>
  [javadoc]             ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFName.java>:165:
 error: unexpected end tag: </p>
  [javadoc]     * </p>
  [javadoc]       ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFRow.java>:106:
 error: unknown tag: Cell
  [javadoc]      * for (Iterator<Cell> it = row.cellIterator(); it.hasNext(); ) 
{
  [javadoc]                     ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFRow.java>:193:
 error: malformed HTML
  [javadoc]      * @throws IllegalArgumentException if columnIndex < 0 or 
greater than 16384,
  [javadoc]                                                        ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFRow.java>:207:
 error: malformed HTML
  [javadoc]      * @throws IllegalArgumentException if the specified cell type 
is invalid, columnIndex < 0
  [javadoc]                                                                     
                       ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFRow.java>:415:
 error: malformed HTML
  [javadoc]      * @throws IllegalArgumentException if rowNum < 0 or greater 
than 1048575
  [javadoc]                                                   ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFSheetConditionalFormatting.java>:59:
 error: tag not supported in the generated HTML version: tt
  [javadoc]      *               <tt>{@link 
org.apache.poi.hssf.record.CFRuleBase.ComparisonOperator}</tt>: <p>
  [javadoc]                      ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFSheetConditionalFormatting.java>:70:
 error: unexpected end tag: </p>
  [javadoc]      * </p>
  [javadoc]        ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/BreakClear.java>:56:
 error: tag not allowed here: <li>
  [javadoc]      * <li> If the parent paragraph is right to left, then these 
behaviors are
  [javadoc]        ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFAbstractFootnoteEndnote.java>:168:
 error: unterminated signature
  [javadoc]      * Inserts an existing {@link XWPFTable) into the arrays 
bodyElements and tables.
  [javadoc]                            ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFAbstractFootnoteEndnote.java>:171:
 error: unterminated signature
  [javadoc]      * @param table {@link XWPFTable) to be inserted
  [javadoc]                     ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFParagraph.java>:180:
 error: unknown tag: IRunElement
  [javadoc]      * @return List<IRunElement>
  [javadoc]                    ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFEndnote.java>:60:
 error: unterminated signature
  [javadoc]      * the footnote, use {@link 
XWPFParagraph#addFootnoteReference(XWPFAbstractFootnoteEndnote))}.
  [javadoc]                          ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFEndnotes.java>:139:
 error: exception not thrown: java.io.IOException
  [javadoc]      * @throws IOException
  [javadoc]                ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFEndnotes.java>:151:
 error: exception not thrown: java.io.IOException
  [javadoc]      * @throws IOException
  [javadoc]                ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFRun.java>:415:
 error: unexpected content
  [javadoc]      * @see (@link UnderlinePatterns}
  [javadoc]        ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFRun.java>:441:
 error: unexpected content
  [javadoc]      * @see {@link UnderlinePatterns} : all possible patterns that 
could be applied
  [javadoc]        ^
  [javadoc] 100 errors
  [javadoc] 100 warnings
      [jar] Building jar: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/build/dist/maven/poi-ooxml/poi-ooxml-5.0.1-SNAPSHOT-javadoc.jar>

assemble:
      [zip] Building zip: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/build/dist/poi-bin-5.0.1-SNAPSHOT-20210411.zip>
      [tar] Building tar: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/build/dist/poi-bin-5.0.1-SNAPSHOT-20210411.tar.gz>
      [zip] Building zip: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/build/dist/poi-src-5.0.1-SNAPSHOT-20210411.zip>
      [tar] Building tar: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/build/dist/poi-src-5.0.1-SNAPSHOT-20210411.tar.gz>
     [echo] Creating Maven POMs

maven-poms:
     [copy] Copying 7 files to 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/build/dist/maven>
     [echo] Maven POMs are located in 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/build/dist>
     [echo] Use ant dist-nexus to deploy the artifacts in the remote repository
     [echo] Distribution located in 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/poi-5.0.1-SNAPSHOT/build/dist>
     [echo] Use "ant dist-checksum" to create sha256/sha512 checksums and GPG 
signatures

runCompileTest:
   [delete] Deleting directory 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild>
    [mkdir] Created dir: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild>
     [echo] Found jar packages at 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/dist/maven/poi-ooxml-lite/poi-ooxml-lite-5.0.1-SNAPSHOT.jar>:<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/dist/maven/poi-ooxml-tests/poi-ooxml-5.0.1-SNAPSHOT-tests.jar>:<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/dist/maven/poi-ooxml/poi-ooxml-5.0.1-SNAPSHOT.jar>:<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/dist/maven/poi-tests/poi-5.0.1-SNAPSHOT-tests.jar>:<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/dist/maven/poi/poi-5.0.1-SNAPSHOT.jar,>
 dist: ../build/dist
     [echo] Compiling examples without linking to scratchpad.jar to ensure that 
only some specific ones require this jar
    [javac] Compiling 122 source files to 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild>
    [javac] warning: [options] bootstrap class path not set in conjunction with 
-source 8
    [javac] 1 warning
    [javac] Creating empty 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild/org/apache/poi/examples/ss/html/package-info.class>
     [echo] Compiling all examples with the additional scratchpad.jar
    [javac] Compiling 16 source files to 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/distsourcebuild>
    [javac] warning: [options] bootstrap class path not set in conjunction with 
-source 8
    [javac] 1 warning

run:

BUILD SUCCESSFUL
Total time: 8 minutes 31 seconds
[SpotBugs] Searching for all files in 
'<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/'> that match the 
pattern 'build/findbugs.xml'
[SpotBugs] -> found 1 file
[SpotBugs] Successfully parsed file 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/build/findbugs.xml>
[SpotBugs] -> found 131 issues (skipped 0 duplicates)
[SpotBugs] Post processing issues on 'H27' with source code encoding 'UTF-8'
[SpotBugs] Creating SCM blamer to obtain author and commit information for 
affected files
[SpotBugs] -> No blamer installed yet. You need to install the 'git-forensics' 
plugin to enable blaming for Git.
[SpotBugs] Resolving file names for all issues in source directory 
'<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/'>
[SpotBugs] -> resolved paths in source directory (88 found, 0 not found)
[SpotBugs] Resolving module names from module definitions (build.xml, pom.xml, 
or Manifest.mf files)
[SpotBugs] -> resolved module names for 131 issues
[SpotBugs] Resolving package names (or namespaces) by parsing the affected files
[SpotBugs] -> all affected files already have a valid package name
[SpotBugs] No filter has been set, publishing all 131 issues
[SpotBugs] Creating fingerprints for all affected code blocks to track issues 
over different builds
[SpotBugs] -> created fingerprints for 0 issues (skipped 131 issues)
[SpotBugs] Copying affected files to Jenkins' build folder 
'/home/jenkins/jenkins-home/jobs/POI/jobs/POI-DSL-1.15/builds/40/files-with-issues'
[SpotBugs] -> 88 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[SpotBugs] Repository miner is not configured, skipping mining
[SpotBugs] Reference build recorder is not configured
[SpotBugs] Obtaining reference build from same job (POI-DSL-1.15)
[SpotBugs] Using reference build 'POI/POI-DSL-1.15 #39' to compute new, fixed, 
and outstanding issues
[SpotBugs] Issues delta (vs. reference build): outstanding: 131, new: 0, fixed: 0
[SpotBugs] No quality gates have been set - skipping
[SpotBugs] Health report is disabled - skipping
[SpotBugs] Created analysis result for 131 issues (found 0 new issues, fixed 0 
issues)
[SpotBugs] Attaching ResultAction with ID 'spotbugs' to build 'POI/POI-DSL-1.15 
#40'.
[Checks API] No suitable checks publisher found.
Archiving artifacts
[Fast Archiver] Compressed 223.26 MB of artifacts by 29.8% relative to #39
Parsing warnings in console log with parser Java Compiler (javac)
Skipping warnings blame since Git is the only supported SCM up to now.%n
Parsing warnings in console log with parser JavaDoc Tool
Skipping warnings blame since Git is the only supported SCM up to now.%n
Computing warning deltas based on reference build #39
Recording test results
[Checks API] No suitable checks publisher found.
[JaCoCo plugin] Collecting JaCoCo coverage data...
[JaCoCo plugin] 
*/build/*.exec,*/build/jacoco/*.exec;*/build/classes;*/src/main/java; locations 
are configured
[JaCoCo plugin] Number of found exec files for pattern 
*/build/*.exec,*/build/jacoco/*.exec: 0
[JaCoCo plugin] Saving matched execfiles:  
[JaCoCo plugin] Saving matched class directories for class-pattern: 
*/build/classes: 
[JaCoCo plugin]  - 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/examples/build/classes>
 160 files
[JaCoCo plugin]  - 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/excelant/build/classes>
 14 files
[JaCoCo plugin]  - 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/main/build/classes> 
1696 files
[JaCoCo plugin]  - 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/ooxml-schema/build/classes>
 5482 files
[JaCoCo plugin]  - 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/ooxml/build/classes> 
848 files
[JaCoCo plugin]  - 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/poi-examples/build/classes>
 160 files
[JaCoCo plugin]  - 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/poi-excelant/build/classes>
 14 files
[JaCoCo plugin]  - 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/poi-ooxml-full/build/classes>
 5482 files
[JaCoCo plugin]  - 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/poi-ooxml-lite-agent/build/classes>
 3 files
[JaCoCo plugin]  - 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/poi-ooxml/build/classes>
 848 files
[JaCoCo plugin]  - 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/poi-scratchpad/build/classes>
 948 files
[JaCoCo plugin]  - 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/poi/build/classes> 
1696 files
[JaCoCo plugin]  - 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/scratchpad/build/classes>
 948 files
[JaCoCo plugin] Saving matched source directories for source-pattern: 
*/src/main/java: 
[JaCoCo plugin] Source Inclusions: null
[JaCoCo plugin] Source Exclusions: null
[JaCoCo plugin] - 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/osgi/src/main/java> 6 
files
[JaCoCo plugin] - 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/poi-examples/src/main/java>
 173 files
[JaCoCo plugin] - 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/poi-excelant/src/main/java>
 21 files
[JaCoCo plugin] - 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/poi-ooxml-lite-agent/src/main/java>
 7 files
[JaCoCo plugin] - 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/poi-ooxml/src/main/java>
 677 files
[JaCoCo plugin] - 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/poi-scratchpad/src/main/java>
 575 files
[JaCoCo plugin] - 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.15/ws/poi/src/main/java> 
1243 files
[JaCoCo plugin] Loading inclusions files..
[JaCoCo plugin] inclusions: [**/*.class]
[JaCoCo plugin] exclusions: [com/microsoft/**, org/openxmlformats/**, 
org/etsi/**, org/w3/**, schemaorg*/**, schemasMicrosoft*/**, 
org/apache/poi/hdf/model/hdftypes/definitions/*.class, 
org/apache/poi/hwpf/model/types/*.class, 
org/apache/poi/hssf/usermodel/DummyGraphics2d.class, 
org/apache/poi/sl/draw/binding/*.class]
ERROR: Step ?Record JaCoCo coverage report? aborted due to exception: 
java.lang.IllegalStateException: Can't add different class with same name: 
org/apache/poi/poifs/property/DirectoryProperty
        at 
org.jacoco.core.analysis.CoverageBuilder.visitCoverage(CoverageBuilder.java:106)
        at org.jacoco.core.analysis.Analyzer$1.visitEnd(Analyzer.java:99)
        at org.objectweb.asm.ClassVisitor.visitEnd(ClassVisitor.java:378)
        at 
org.jacoco.core.internal.flow.ClassProbesAdapter.visitEnd(ClassProbesAdapter.java:100)
        at org.objectweb.asm.ClassReader.accept(ClassReader.java:722)
        at org.objectweb.asm.ClassReader.accept(ClassReader.java:401)
        at org.jacoco.core.analysis.Analyzer.analyzeClass(Analyzer.java:116)
        at org.jacoco.core.analysis.Analyzer.analyzeClass(Analyzer.java:132)
Caused: java.io.IOException: Error while analyzing 
/home/jenkins/jenkins-home/jobs/POI/jobs/POI-DSL-1.15/builds/40/jacoco/classes/ant/java/org/apache/poi/poifs/property/DirectoryProperty.class.
        at org.jacoco.core.analysis.Analyzer.analyzerError(Analyzer.java:162)
        at org.jacoco.core.analysis.Analyzer.analyzeClass(Analyzer.java:134)
        at org.jacoco.core.analysis.Analyzer.analyzeClass(Analyzer.java:157)
        at org.jacoco.core.analysis.Analyzer.analyzeAll(Analyzer.java:193)
        at org.jacoco.core.analysis.Analyzer.analyzeAll(Analyzer.java:226)
        at 
hudson.plugins.jacoco.ExecutionFileLoader.analyzeStructure(ExecutionFileLoader.java:129)
Caused: java.io.IOException: While reading class directory: 
/home/jenkins/jenkins-home/jobs/POI/jobs/POI-DSL-1.15/builds/40/jacoco/classes
        at 
hudson.plugins.jacoco.ExecutionFileLoader.analyzeStructure(ExecutionFileLoader.java:132)
        at 
hudson.plugins.jacoco.ExecutionFileLoader.loadBundleCoverage(ExecutionFileLoader.java:140)
        at hudson.plugins.jacoco.JacocoReportDir.parse(JacocoReportDir.java:110)
        at 
hudson.plugins.jacoco.JacocoBuildAction.loadRatios(JacocoBuildAction.java:331)
        at 
hudson.plugins.jacoco.JacocoBuildAction.load(JacocoBuildAction.java:321)
        at 
hudson.plugins.jacoco.JacocoPublisher.perform(JacocoPublisher.java:675)
        at jenkins.tasks.SimpleBuildStep.perform(SimpleBuildStep.java:123)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:80)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:804)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:753)
        at hudson.model.Build$BuildExecution.post2(Build.java:177)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:698)
        at hudson.model.Run.execute(Run.java:1932)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to