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

Changes:

[PJ Fanning] 2023

[PJ Fanning] 2023


------------------------------------------
[...truncated 466.39 KB...]
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordConverter.java>:968:
 warning: no comment
  [javadoc]     protected void processSymbol(HWPFDocument doc, CharacterRun 
characterRun, Element block) {
  [javadoc]                    ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordConverter.java>:972:
 warning: no comment
  [javadoc]     protected abstract void processTable(HWPFDocumentCore 
wordDocument, Element flow, Table table);
  [javadoc]                             ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordConverter.java>:974:
 warning: no comment
  [javadoc]     public void setFontReplacer(FontReplacer fontReplacer) {
  [javadoc]                 ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordConverter.java>:978:
 warning: no comment
  [javadoc]     public void setPicturesManager(PicturesManager fileManager) {
  [javadoc]                 ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordConverter.java>:982:
 warning: no comment
  [javadoc]     protected int tryDeadField(HWPFDocumentCore wordDocument, Range 
range,
  [javadoc]                   ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordUtils.java>:52:
 warning: no comment
  [javadoc] public class AbstractWordUtils
  [javadoc]        ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordUtils.java>:211:
 warning: no comment
  [javadoc]     public static class NumberingState
  [javadoc]                   ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordUtils.java>:58:
 warning: no comment
  [javadoc]     public static final float TWIPS_PER_INCH = 1440.0f;
  [javadoc]                               ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordUtils.java>:59:
 warning: no comment
  [javadoc]     public static final int TWIPS_PER_PT = 20;
  [javadoc]                             ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordUtils.java>:52:
 warning: use of default constructor, which does not provide a comment
  [javadoc] public class AbstractWordUtils
  [javadoc]        ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordUtils.java>:161:
 warning: no comment
  [javadoc]     public static String getBorderType( BorderCode borderCode )
  [javadoc]                          ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordUtils.java>:202:
 warning: no comment
  [javadoc]     public static String getBorderWidth( BorderCode borderCode )
  [javadoc]                          ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordUtils.java>:218:
 warning: no comment
  [javadoc]     public static String getBulletText( NumberingState 
numberingState,
  [javadoc]                          ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordUtils.java>:282:
 warning: no comment
  [javadoc]     public static String getColor( int ico )
  [javadoc]                          ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordUtils.java>:330:
 warning: no comment
  [javadoc]     public static String getColor24( int argbValue )
  [javadoc]                          ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordUtils.java>:386:
 warning: no comment
  [javadoc]     public static String getJustification( int js )
  [javadoc]                          ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordUtils.java>:409:
 warning: no comment
  [javadoc]     public static String getLanguage( int languageCode )
  [javadoc]                          ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordUtils.java>:427:
 warning: no comment
  [javadoc]     public static String getListItemNumberLabel( int number, int 
format )
  [javadoc]                          ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordUtils.java>:321:
 warning: no comment
  [javadoc]     public static String getOpacity( int argbValue )
  [javadoc]                          ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordUtils.java>:459:
 warning: no comment
  [javadoc]     public static HWPFDocumentCore loadDoc( File docFile ) throws 
IOException
  [javadoc]                                    ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordUtils.java>:466:
 warning: no comment
  [javadoc]     public static HWPFDocumentCore loadDoc( InputStream inputStream 
)
  [javadoc]                                    ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordUtils.java>:446:
 warning: no comment
  [javadoc]     public static HWPFDocumentCore loadDoc( final DirectoryNode 
root )
  [javadoc]                                    ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordUtils.java>:472:
 warning: no comment
  [javadoc]     public static HWPFDocumentCore loadDoc(
  [javadoc]                                    ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/converter/AbstractWordUtils.java>:211:
 warning: use of default constructor, which does not provide a comment
  [javadoc]     public static class NumberingState
  [javadoc]                   ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFShape.java>:107:
 warning: no @param for isChild
  [javadoc]     protected EscherContainerRecord createSpContainer(boolean 
isChild) {
  [javadoc]                                     ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFShape.java>:107:
 warning: no @return
  [javadoc]     protected EscherContainerRecord createSpContainer(boolean 
isChild) {
  [javadoc]                                     ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFShape.java>:238:
 warning: no @param for <T>
  [javadoc]     public static <T extends EscherRecord> T 
getEscherChild(EscherContainerRecord owner, int recordId){
  [javadoc]                                              ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFShape.java>:238:
 warning: no @param for owner
  [javadoc]     public static <T extends EscherRecord> T 
getEscherChild(EscherContainerRecord owner, int recordId){
  [javadoc]                                              ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFShape.java>:238:
 warning: no @param for recordId
  [javadoc]     public static <T extends EscherRecord> T 
getEscherChild(EscherContainerRecord owner, int recordId){
  [javadoc]                                              ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFShape.java>:243:
 warning: no main description
  [javadoc]      * @since POI 3.14-Beta2
  [javadoc]        ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFShape.java>:245:
 warning: no @param for <T>
  [javadoc]     public static <T extends EscherRecord> T 
getEscherChild(EscherContainerRecord owner, EscherRecordTypes recordId){
  [javadoc]                                              ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFShape.java>:245:
 warning: no @param for owner
  [javadoc]     public static <T extends EscherRecord> T 
getEscherChild(EscherContainerRecord owner, EscherRecordTypes recordId){
  [javadoc]                                              ^
  [javadoc] 100 warnings
      [jar] Building jar: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/10/artifact/build/dist/maven/poi-scratchpad/poi-scratchpad-5.2.4-SNAPSHOT-javadoc.jar>
     [echo] Building poi-ooxml javadocs from 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-ooxml/src/main/java>
   [delete] Deleting directory 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/tmp/maven-javadocs>
    [mkdir] Created dir: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/tmp/maven-javadocs>
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-ooxml/src/main/java/org/apache/poi/xslf/draw/SVGImageRenderer.java>:43:
 error: package org.w3c.dom.svg does not exist
  [javadoc] import org.w3c.dom.svg.SVGDocument;
  [javadoc]                       ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-ooxml/src/main/java/org/apache/poi/xslf/draw/SVGUserAgent.java>:34:
 error: package org.w3c.dom.svg does not exist
  [javadoc] import org.w3c.dom.svg.SVGDocument;
  [javadoc]                       ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-ooxml/src/main/java/org/apache/poi/xslf/draw/SVGUserAgent.java>:35:
 error: package org.w3c.dom.svg does not exist
  [javadoc] import org.w3c.dom.svg.SVGSVGElement;
  [javadoc]                       ^
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-ooxml/src/main/java/org/apache/poi/xslf/draw/SVGUserAgent.java>:60:
 error: cannot find symbol
  [javadoc]     public void initViewbox(SVGDocument doc) {
  [javadoc]                             ^
  [javadoc]   symbol:   class SVGDocument
  [javadoc]   location: class SVGUserAgent
  [javadoc] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/poi-ooxml/src/main/java/org/apache/poi/xslf/draw/SVGUserAgent.java>:80:
 error: cannot find symbol
  [javadoc]     private static float parseLength(SVGSVGElement el, String attr) 
{
  [javadoc]                                      ^
  [javadoc]   symbol:   class SVGSVGElement
  [javadoc]   location: class SVGUserAgent
  [javadoc] 5 errors
      [jar] Building jar: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/10/artifact/build/dist/maven/poi-ooxml/poi-ooxml-5.2.4-SNAPSHOT-javadoc.jar>

assemble:
      [zip] Building zip: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/10/artifact/build/dist/poi-bin-5.2.4-SNAPSHOT-20230101.zip>
      [tar] Building tar: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/dist/poi-bin-5.2.4-SNAPSHOT-20230101.tar.gz>
      [zip] Building zip: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/10/artifact/build/dist/poi-src-5.2.4-SNAPSHOT-20230101.zip>
      [tar] Building tar: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/dist/poi-src-5.2.4-SNAPSHOT-20230101.tar.gz>
     [echo] Distribution located in 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/dist>
     [echo] Use "ant dist-checksum" to create sha256/sha512 checksums and GPG 
signatures

findbugs:
    [mkdir] Created dir: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs/lib/config>
      [get] Getting: 
https://repo1.maven.org/maven2/com/github/spotbugs/spotbugs/4.7.3/spotbugs-4.7.3.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs/lib/spotbugs.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/com/github/spotbugs/spotbugs-ant/4.7.3/spotbugs-ant-4.7.3.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs/lib/spotbugs-ant.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/com/github/spotbugs/spotbugs-annotations/4.7.3/spotbugs-annotations-4.7.3.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs/lib/spotbugs-annotations.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs/lib/dom4j-2.1.3.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/jaxen/jaxen/1.2.0/jaxen-1.2.0.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs/lib/jaxen-1.2.0.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/apache/bcel/bcel/6.5.0/bcel-6.5.0.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs/lib/bcel-6.5.0.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs/lib/slf4j-api-2.0.0.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs/lib/commons-lang3-3.12.0.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs/lib/commons-text-1.10.0.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs/lib/commons-codec-1.11.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs/lib/commons-logging-1.2.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs/lib/jcip-annotations-1.0.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs/lib/jsr305-3.0.2.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/ow2/asm/asm/9.4/asm-9.4.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs/lib/asm-9.4.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs/lib/asm-analysis-9.4.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs/lib/asm-commons-9.4.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs/lib/asm-tree-9.4.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/ow2/asm/asm-util/9.4/asm-util-9.4.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs/lib/asm-util-9.4.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs/lib/log4j-api-2.17.2.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs/lib/log4j-core-2.17.2.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-slf4j18-impl/2.17.2/log4j-slf4j18-impl-2.17.2.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs/lib/log4j-slf4j18-impl-2.17.2.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/net/sf/saxon/Saxon-HE/11.4/Saxon-HE-11.4.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs/lib/Saxon-HE-11.4.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/xmlresolver/xmlresolver/4.2.0/xmlresolver-4.2.0.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs/lib/xmlresolver-4.2.0.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/com/ibm/icu/icu4j/68.2/icu4j-68.2.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs/lib/icu4j-68.2.jar>
 [spotbugs] Executing SpotBugs FindBugsTask from ant task
 [spotbugs] Running SpotBugs...
 [spotbugs] SLF4J: No SLF4J providers were found.
 [spotbugs] SLF4J: Defaulting to no-operation (NOP) logger implementation
 [spotbugs] SLF4J: See http://www.slf4j.org/codes.html#noProviders for further 
details.
 [spotbugs] Java Result: 1
 [spotbugs] Output saved to build/findbugs.xml
     [xslt] Transforming into 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build>
     [xslt] Processing 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs.xml> 
to 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs.html>
     [xslt] Loading stylesheet 
jar:<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/findbugs/lib/spotbugs.jar!/fancy.xsl>

release-notes:
     [copy] Copying 1 file to 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/dist>

rat-check:
    [mkdir] Created dir: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build/rat>
     [echo] 
     [echo] *****************************************************
     [echo] Summary
     [echo] -------
     [echo] Generated at: 2023-01-01T23:29:53Z
     [echo] 
     [echo] Notes: 0
     [echo] Binaries: 112
     [echo] Archives: 0
     [echo] Standards: 3835
     [echo] 
     [echo] Apache Licensed: 3835
     [echo] Generated Documents: 0
     [echo] 
     [echo] JavaDocs are generated, thus a license header is optional.
     [echo] Generated files do not require license headers.
     [echo] 
     [echo] 0 Unknown Licenses
     [echo] 
     [echo] *****************************************************
     [echo]   Files with Apache License headers will be marked AL
     [echo]   Binary files (which do not require any license headers) will be 
marked B
     [echo]   Compressed archives will be marked A
     [echo]   Notices, licenses etc. will be marked N
     [echo]  
     [echo] *****************************************************

forbidden-apis-check:
[forbiddenapis] Reading bundled API signatures: jdk-unsafe-14
[forbiddenapis] Reading bundled API signatures: jdk-deprecated-14
[forbiddenapis] Reading bundled API signatures: jdk-internal-14
[forbiddenapis] Reading bundled API signatures: jdk-non-portable
[forbiddenapis] Reading bundled API signatures: jdk-reflection
[forbiddenapis] Reading API signatures: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/src/resources/devtools/forbidden-signatures.txt>
[forbiddenapis] Loading classes to check...
[forbiddenapis] Scanning classes for violations...

BUILD FAILED
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.20/ws/build.xml>:2593: 
Check for forbidden API calls failed while scanning class 
'org.apache.poi.xslf.draw.SVGUserAgent' (SVGUserAgent.java): 
java.lang.ClassNotFoundException: org.w3c.dom.svg.SVGDocument (while looking up 
details about referenced class 'org.w3c.dom.svg.SVGDocument')

Total time: 22 minutes 19 seconds
Build step 'Invoke Ant' marked build as failure
ERROR: Not all environment variables could be successfully injected. Check for 
similarly-named environment variables.
Archiving artifacts
[Fast Archiver] No prior successful build to compare, so performing full copy 
of artifacts
ERROR: Not all environment variables could be successfully injected. Check for 
similarly-named environment variables.
Recording test results
ERROR: Not all environment variables could be successfully injected. Check for 
similarly-named environment variables.
[Checks API] No suitable checks publisher found.
ERROR: Not all environment variables could be successfully injected. Check for 
similarly-named environment variables.

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

Reply via email to