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

Changes:

[PJ Fanning] remove accidental commit

[PJ Fanning] [bug-64721] NullPointerException occurs when calling getDataSize() 
of an object created with ExtRst.copy(). Thanks to Kwon Ohyoung


------------------------------------------
[...truncated 27.10 KB...]
                                       ^
  symbol:   class ShapeSheetType
  location: class XDGFShape
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFPageContents.java>:24:
 error: package com.microsoft.schemas.office.visio.x2012.main does not exist
import com.microsoft.schemas.office.visio.x2012.main.PageContentsDocument;
                                                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFMasterContents.java>:22:
 error: package com.microsoft.schemas.office.visio.x2012.main does not exist
import com.microsoft.schemas.office.visio.x2012.main.MasterContentsDocument;
                                                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFShape.java>:263:
 error: cannot find symbol
    public ShapeSheetType getXmlObject() {
           ^
  symbol:   class ShapeSheetType
  location: class XDGFShape
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFBaseContents.java>:47:
 error: cannot find symbol
    protected PageContentsType _pageContents;
              ^
  symbol:   class PageContentsType
  location: class XDGFBaseContents
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFConnection.java>:20:
 error: package com.microsoft.schemas.office.visio.x2012.main does not exist
import com.microsoft.schemas.office.visio.x2012.main.ConnectType;
                                                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFBaseContents.java>:62:
 error: cannot find symbol
    public PageContentsType getXmlObject() {
           ^
  symbol:   class PageContentsType
  location: class XDGFBaseContents
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFMaster.java>:30:
 error: cannot find symbol
    private MasterType _master;
            ^
  symbol:   class MasterType
  location: class XDGFMaster
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFMaster.java>:34:
 error: cannot find symbol
    public XDGFMaster(MasterType master, XDGFMasterContents content,
                      ^
  symbol:   class MasterType
  location: class XDGFMaster
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFMaster.java>:45:
 error: cannot find symbol
    protected MasterType getXmlObject() {
              ^
  symbol:   class MasterType
  location: class XDGFMaster
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFText.java>:36:
 error: cannot find symbol
    TextType _text;
    ^
  symbol:   class TextType
  location: class XDGFText
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFText.java>:39:
 error: cannot find symbol
    public XDGFText(TextType text, XDGFShape parent) {
                    ^
  symbol:   class TextType
  location: class XDGFText
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFText.java>:45:
 error: cannot find symbol
    TextType getXmlObject() {
    ^
  symbol:   class TextType
  location: class XDGFText
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFPage.java>:23:
 error: package com.microsoft.schemas.office.visio.x2012.main does not exist
import com.microsoft.schemas.office.visio.x2012.main.PageType;
                                                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFConnection.java>:100:
 error: cannot find symbol
    private ConnectType _connect;
            ^
  symbol:   class ConnectType
  location: class XDGFConnection
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFConnection.java>:104:
 error: cannot find symbol
    public XDGFConnection(ConnectType connect, XDGFShape from, XDGFShape to) {
                          ^
  symbol:   class ConnectType
  location: class XDGFConnection
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFPage.java>:33:
 error: cannot find symbol
    private PageType _page;
            ^
  symbol:   class PageType
  location: class XDGFPage
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFPages.java>:24:
 error: package com.microsoft.schemas.office.visio.x2012.main does not exist
import com.microsoft.schemas.office.visio.x2012.main.PageType;
                                                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFPages.java>:25:
 error: package com.microsoft.schemas.office.visio.x2012.main does not exist
import com.microsoft.schemas.office.visio.x2012.main.PagesDocument;
                                                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFPages.java>:26:
 error: package com.microsoft.schemas.office.visio.x2012.main does not exist
import com.microsoft.schemas.office.visio.x2012.main.PagesType;
                                                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFPage.java>:38:
 error: cannot find symbol
    public XDGFPage(PageType page, XDGFPageContents content,
                    ^
  symbol:   class PageType
  location: class XDGFPage
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFPage.java>:50:
 error: cannot find symbol
    protected PageType getXmlObject() {
              ^
  symbol:   class PageType
  location: class XDGFPage
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFPages.java>:41:
 error: cannot find symbol
    PagesType _pagesObject;
    ^
  symbol:   class PagesType
  location: class XDGFPages
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFPages.java>:54:
 error: cannot find symbol
    PagesType getXmlObject() {
    ^
  symbol:   class PagesType
  location: class XDGFPages
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XmlVisioDocument.java>:35:
 error: package com.microsoft.schemas.office.visio.x2012.main does not exist
import com.microsoft.schemas.office.visio.x2012.main.VisioDocumentDocument1;
                                                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XmlVisioDocument.java>:36:
 error: package com.microsoft.schemas.office.visio.x2012.main does not exist
import com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType;
                                                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFMasters.java>:26:
 error: package com.microsoft.schemas.office.visio.x2012.main does not exist
import com.microsoft.schemas.office.visio.x2012.main.MasterType;
                                                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFMasters.java>:27:
 error: package com.microsoft.schemas.office.visio.x2012.main does not exist
import com.microsoft.schemas.office.visio.x2012.main.MastersDocument;
                                                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFMasters.java>:28:
 error: package com.microsoft.schemas.office.visio.x2012.main does not exist
import com.microsoft.schemas.office.visio.x2012.main.MastersType;
                                                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/ooxml/POIXMLProperties.java>:40:
 error: package 
org.openxmlformats.schemas.officeDocument.x2006.customProperties does not exist
import 
org.openxmlformats.schemas.officeDocument.x2006.customProperties.CTProperty;
                                                                       ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFMasters.java>:42:
 error: cannot find symbol
    MastersType _mastersObject;
    ^
  symbol:   class MastersType
  location: class XDGFMasters
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFMasters.java>:55:
 error: cannot find symbol
    protected MastersType getXmlObject() {
              ^
  symbol:   class MastersType
  location: class XDGFMasters
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/ooxml/POIXMLProperties.java>:57:
 error: package 
org.openxmlformats.schemas.officeDocument.x2006.extendedProperties does not 
exist
    private static final 
org.openxmlformats.schemas.officeDocument.x2006.extendedProperties.PropertiesDocument
 NEW_EXT_INSTANCE;
                                                                                
           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/ooxml/POIXMLProperties.java>:58:
 error: package 
org.openxmlformats.schemas.officeDocument.x2006.customProperties does not exist
    private static final 
org.openxmlformats.schemas.officeDocument.x2006.customProperties.PropertiesDocument
 NEW_CUST_INSTANCE;
                                                                                
         ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/ooxml/POIXMLProperties.java>:364:
 error: package 
org.openxmlformats.schemas.officeDocument.x2006.extendedProperties does not 
exist
        private 
org.openxmlformats.schemas.officeDocument.x2006.extendedProperties.PropertiesDocument
 props;
                                                                                
  ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/ooxml/POIXMLProperties.java>:365:
 error: package 
org.openxmlformats.schemas.officeDocument.x2006.extendedProperties does not 
exist
        private 
ExtendedProperties(org.openxmlformats.schemas.officeDocument.x2006.extendedProperties.PropertiesDocument
 props) {
                                                                                
                     ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/ooxml/POIXMLProperties.java>:369:
 error: package 
org.openxmlformats.schemas.officeDocument.x2006.extendedProperties does not 
exist
        public 
org.openxmlformats.schemas.officeDocument.x2006.extendedProperties.CTProperties 
getUnderlyingProperties() {
                                                                                
 ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/ooxml/POIXMLProperties.java>:567:
 error: package 
org.openxmlformats.schemas.officeDocument.x2006.customProperties does not exist
        private 
org.openxmlformats.schemas.officeDocument.x2006.customProperties.PropertiesDocument
 props;
                                                                                
^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/ooxml/POIXMLProperties.java>:570:
 error: package 
org.openxmlformats.schemas.officeDocument.x2006.customProperties does not exist
        private 
CustomProperties(org.openxmlformats.schemas.officeDocument.x2006.customProperties.PropertiesDocument
 props) {
                                                                                
                 ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/ooxml/POIXMLProperties.java>:574:
 error: package 
org.openxmlformats.schemas.officeDocument.x2006.customProperties does not exist
        public 
org.openxmlformats.schemas.officeDocument.x2006.customProperties.CTProperties 
getUnderlyingProperties() {
                                                                               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/ooxml/POIXMLProperties.java>:584:
 error: cannot find symbol
        private CTProperty add(String name) {
                ^
  symbol:   class CTProperty
  location: class CustomProperties
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/ooxml/POIXMLProperties.java>:699:
 error: cannot find symbol
        public CTProperty getProperty(String name) {
               ^
  symbol:   class CTProperty
  location: class CustomProperties
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFPageSheet.java>:20:
 error: package com.microsoft.schemas.office.visio.x2012.main does not exist
import com.microsoft.schemas.office.visio.x2012.main.PageSheetType;
                                                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFPageSheet.java>:24:
 error: cannot find symbol
    PageSheetType _pageSheet;
    ^
  symbol:   class PageSheetType
  location: class XDGFPageSheet
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFPageSheet.java>:26:
 error: cannot find symbol
    public XDGFPageSheet(PageSheetType sheet, XDGFDocument document) {
                         ^
  symbol:   class PageSheetType
  location: class XDGFPageSheet
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFPageSheet.java>:32:
 error: cannot find symbol
    PageSheetType getXmlObject() {
    ^
  symbol:   class PageSheetType
  location: class XDGFPageSheet
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/SplineStart.java>:23:
 error: package com.microsoft.schemas.office.visio.x2012.main does not exist
import com.microsoft.schemas.office.visio.x2012.main.CellType;
                                                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/SplineStart.java>:24:
 error: package com.microsoft.schemas.office.visio.x2012.main does not exist
import com.microsoft.schemas.office.visio.x2012.main.RowType;
                                                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/SplineStart.java>:56:
 error: cannot find symbol
    public SplineStart(RowType row) {
                       ^
  symbol:   class RowType
  location: class SplineStart
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/LineTo.java>:24:
 error: package com.microsoft.schemas.office.visio.x2012.main does not exist
import com.microsoft.schemas.office.visio.x2012.main.CellType;
                                                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/LineTo.java>:25:
 error: package com.microsoft.schemas.office.visio.x2012.main does not exist
import com.microsoft.schemas.office.visio.x2012.main.RowType;
                                                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/LineTo.java>:38:
 error: cannot find symbol
    public LineTo(RowType row) {
                  ^
  symbol:   class RowType
  location: class LineTo
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/EllipticalArcTo.java>:28:
 error: package com.microsoft.schemas.office.visio.x2012.main does not exist
import com.microsoft.schemas.office.visio.x2012.main.CellType;
                                                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/EllipticalArcTo.java>:29:
 error: package com.microsoft.schemas.office.visio.x2012.main does not exist
import com.microsoft.schemas.office.visio.x2012.main.RowType;
                                                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/EllipticalArcTo.java>:66:
 error: cannot find symbol
    public EllipticalArcTo(RowType row) {
                           ^
  symbol:   class RowType
  location: class EllipticalArcTo
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/RelQuadBezTo.java>:24:
 error: package com.microsoft.schemas.office.visio.x2012.main does not exist
import com.microsoft.schemas.office.visio.x2012.main.CellType;
                                                    ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-API-Check/ws/src/ooxml/java/org/apache/poi/xslf/draw/SVGImageRenderer.java>
 uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get 
full output
100 errors

> Task :ooxml:compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':ooxml:compileJava'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug 
option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with 
Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See 
https://docs.gradle.org/6.5/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 32s
14 actionable tasks: 10 executed, 4 up-to-date
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts

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

Reply via email to