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

Changes:

[Marius Volkhart] Cleanup documentation of EscherChildAnchorRecord and 
EscherClientAnchorRecord


------------------------------------------
[...truncated 24.85 KB...]
        pivotTableDefinition = CTPivotTableDefinition.Factory.newInstance();
                                                                         ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotTable.java>:107:
 error: incompatible types: XmlObject cannot be converted to 
CTPivotTableDefinition
            pivotTableDefinition = CTPivotTableDefinition.Factory.parse(is, 
options);
                                                                       ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotTable.java>:261:
 error: incompatible types: XmlObject cannot be converted to CTPivotField
        CTPivotField pivotField = CTPivotField.Factory.newInstance();
                                                                  ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotTable.java>:310:
 error: incompatible types: XmlObject cannot be converted to CTPivotField
        CTPivotField pivotField = CTPivotField.Factory.newInstance();
                                                                  ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotTable.java>:455:
 error: incompatible types: XmlObject cannot be converted to CTPivotField
        CTPivotField pivotField = CTPivotField.Factory.newInstance();
                                                                  ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotTable.java>:482:
 error: incompatible types: XmlObject cannot be converted to CTPivotField
        CTPivotField pivotField = CTPivotField.Factory.newInstance();
                                                                  ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java>:189:
 error: cannot find symbol
            worksheet = WorksheetDocument.Factory.parse(is, 
DEFAULT_XML_OPTIONS).getWorksheet();
                                                                                
^
  symbol:   method getWorksheet()
  location: interface XmlObject
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java>:274:
 error: incompatible types: XmlObject cannot be converted to CTWorksheet
        CTWorksheet worksheet = CTWorksheet.Factory.newInstance();
                                                               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java>:1019:
 error: incompatible types: bad type in conditional expression
        CTOutlinePr outlinePr = sheetPr.getOutlinePr() == null ? 
CTOutlinePr.Factory.newInstance() : sheetPr.getOutlinePr();
                                                                                
                ^
    XmlObject cannot be converted to CTOutlinePr
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java>:1079:
 error: incompatible types: bad type in conditional expression
                CTPageSetUpPr.Factory.newInstance() : sheetPr.getPageSetUpPr();
                                                 ^
    XmlObject cannot be converted to CTPageSetUpPr
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java>:1085:
 error: incompatible types: XmlObject cannot be converted to CTSheetPr
            worksheet.setSheetPr(CTSheetPr.Factory.newInstance());
                                                              ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java>:1092:
 error: incompatible types: XmlObject cannot be converted to CTHeaderFooter
            worksheet.setHeaderFooter(CTHeaderFooter.Factory.newInstance());
                                                                        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java>:1559:
 error: incompatible types: bad type in conditional expression
                ? sheetPr.getOutlinePr() : CTOutlinePr.Factory.newInstance();
                                                                          ^
    XmlObject cannot be converted to CTOutlinePr
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java>:1636:
 error: incompatible types: XmlObject cannot be converted to CTCol
        CTCol ctCol=CTCol.Factory.newInstance();
                                             ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java>:2109:
 error: incompatible types: bad type in conditional expression
                CTPageSetUpPr.Factory.newInstance() : sheetPr.getPageSetUpPr();
                                                 ^
    XmlObject cannot be converted to CTPageSetUpPr
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java>:2194:
 error: incompatible types: XmlObject cannot be converted to CTCol
            CTCol nci = CTCol.Factory.newInstance();
                                                 ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java>:4671:
 error: incompatible types: XmlObject cannot be converted to CTOleObjects
                        CTOleObjects coos = CTOleObjects.Factory.parse(reader);
                                                                      ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFHyperlink.java>:49:
 error: incompatible types: XmlObject cannot be converted to CTHyperlink
        _ctHyperlink = CTHyperlink.Factory.newInstance();
                                                      ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFHyperlink.java>:120:
 error: incompatible types: XmlObject cannot be converted to CTHyperlink
            _ctHyperlink = CTHyperlink.Factory.newInstance();
                                                          ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/helpers/ColumnHelper.java>:51:
 error: incompatible types: XmlObject cannot be converted to CTCols
        CTCols newCols = CTCols.Factory.newInstance();
                                                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/CommentsTable.java>:58:
 error: incompatible types: XmlObject cannot be converted to CTComments
        comments = CTComments.Factory.newInstance();
                                                 ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/CommentsTable.java>:73:
 error: incompatible types: XmlObject cannot be converted to CommentsDocument
            CommentsDocument doc = CommentsDocument.Factory.parse(is, 
DEFAULT_XML_OPTIONS);
                                                                 ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/CommentsTable.java>:81:
 error: incompatible types: XmlObject cannot be converted to CommentsDocument
        CommentsDocument doc = CommentsDocument.Factory.newInstance();
                                                                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTable.java>:80:
 error: incompatible types: XmlObject cannot be converted to CTTable
        ctTable = CTTable.Factory.newInstance();
                                             ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTable.java>:100:
 error: incompatible types: XmlObject cannot be converted to TableDocument
            TableDocument doc = TableDocument.Factory.parse(is, 
DEFAULT_XML_OPTIONS);
                                                           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFTable.java>:122:
 error: incompatible types: XmlObject cannot be converted to TableDocument
        TableDocument doc = TableDocument.Factory.newInstance();
                                                             ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFDataValidationHelper.java>:119:
 error: incompatible types: XmlObject cannot be converted to CTDataValidation
                CTDataValidation newDataValidation = 
CTDataValidation.Factory.newInstance();
                                                                                
         ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:359:
 error: incompatible types: XmlObject cannot be converted to WorkbookDocument
            WorkbookDocument doc = 
WorkbookDocument.Factory.parse(getPackagePart().getInputStream(), 
DEFAULT_XML_OPTIONS);
                                                                 ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:452:
 error: incompatible types: XmlObject cannot be converted to CTWorkbook
        workbook = CTWorkbook.Factory.newInstance();
                                                 ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:784:
 error: incompatible types: XmlString cannot be converted to CTDefinedName
        CTDefinedName ctName = CTDefinedName.Factory.newInstance();
                                                                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java>:1678:
 error: incompatible types: XmlObject cannot be converted to CTDefinedNames
            CTDefinedNames names = CTDefinedNames.Factory.newInstance();
                                                                     ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFVMLDrawing.java>:144:
 error: incompatible types: XmlObject cannot be converted to XmlDocument
        root = XmlDocument.Factory.parse(
                                        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFVMLDrawing.java>:206:
 error: incompatible types: XmlObject cannot be converted to XmlDocument
        root = XmlDocument.Factory.newInstance();
                                              ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFVMLDrawing.java>:209:
 error: incompatible types: XmlObject cannot be converted to ShapelayoutDocument
        ShapelayoutDocument layDoc = ShapelayoutDocument.Factory.newInstance();
                                                                            ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFVMLDrawing.java>:221:
 error: incompatible types: XmlObject cannot be converted to CTGroup
        CTGroup grp = CTGroup.Factory.newInstance();
                                                 ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFVMLDrawing.java>:240:
 error: incompatible types: XmlObject cannot be converted to CTGroup
        CTGroup grp = CTGroup.Factory.newInstance();
                                                 ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java>:564:
 error: incompatible types: XmlString cannot be converted to CTCellFormula
            f = CTCellFormula.Factory.newInstance();
                                                 ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java>:881:
 error: incompatible types: XmlObject cannot be converted to CTCell
        CTCell blank = CTCell.Factory.newInstance();
                                                 ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java>:937:
 error: incompatible types: XmlString cannot be converted to CTCellFormula
                    CTCellFormula f =  CTCellFormula.Factory.newInstance();
                                                                        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/ExternalLinksTable.java>:48:
 error: incompatible types: XmlObject cannot be converted to CTExternalLink
        link = CTExternalLink.Factory.newInstance();
                                                 ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/ExternalLinksTable.java>:62:
 error: incompatible types: XmlObject cannot be converted to 
ExternalLinkDocument
            ExternalLinkDocument doc = ExternalLinkDocument.Factory.parse(is, 
DEFAULT_XML_OPTIONS);
                                                                         ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/ExternalLinksTable.java>:69:
 error: incompatible types: XmlObject cannot be converted to 
ExternalLinkDocument
        ExternalLinkDocument doc = ExternalLinkDocument.Factory.newInstance();
                                                                           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.java>:101:
 error: incompatible types: XmlObject cannot be converted to CTCfRule
        _cfRule = CTCfRule.Factory.newInstance();
                                              ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFConditionalFormattingRule.java>:122:
 error: incompatible types: XmlObject cannot be converted to CTDxf
            dxf = CTDxf.Factory.newInstance();
                                           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFConditionalFormatting.java>:38:
 error: incompatible types: XmlObject cannot be converted to 
CTConditionalFormatting
        _cf = CTConditionalFormatting.Factory.newInstance();
                                                         ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFBorderFormatting.java>:153:
 error: incompatible types: XmlObject cannot be converted to CTColor
        CTColor ctColor = CTColor.Factory.newInstance();
                                                     ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFBorderFormatting.java>:174:
 error: incompatible types: XmlObject cannot be converted to CTColor
        CTColor ctColor = CTColor.Factory.newInstance();
                                                     ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFBorderFormatting.java>:195:
 error: incompatible types: XmlObject cannot be converted to CTColor
        CTColor ctColor = CTColor.Factory.newInstance();
                                                     ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFBorderFormatting.java>:216:
 error: incompatible types: XmlObject cannot be converted to CTColor
        CTColor ctColor = CTColor.Factory.newInstance();
                                                     ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFBorderFormatting.java>:237:
 error: incompatible types: XmlObject cannot be converted to CTColor
        CTColor ctColor = CTColor.Factory.newInstance();
                                                     ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFBorderFormatting.java>:289:
 error: incompatible types: XmlObject cannot be converted to CTColor
        CTColor ctColor = CTColor.Factory.newInstance();
                                                     ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFBorderFormatting.java>:310:
 error: incompatible types: XmlObject cannot be converted to CTColor
        CTColor ctColor = CTColor.Factory.newInstance();
                                                     ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPatternFormatting.java>:73:
 error: incompatible types: XmlObject cannot be converted to CTColor
        CTColor bgColor = CTColor.Factory.newInstance();
                                                     ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPatternFormatting.java>:92:
 error: incompatible types: XmlObject cannot be converted to CTColor
        CTColor fgColor = CTColor.Factory.newInstance();
                                                     ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/SharedStringsTable.java>:102:
 error: incompatible types: XmlObject cannot be converted to SstDocument
        _sstDoc = SstDocument.Factory.newInstance();
                                                 ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/SharedStringsTable.java>:123:
 error: incompatible types: XmlObject cannot be converted to SstDocument
            _sstDoc = SstDocument.Factory.parse(is, DEFAULT_XML_OPTIONS);
                                               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:127:
 error: incompatible types: XmlObject cannot be converted to StyleSheetDocument
        doc = StyleSheetDocument.Factory.newInstance();
                                                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:189:
 error: incompatible types: XmlObject cannot be converted to StyleSheetDocument
            doc = StyleSheetDocument.Factory.parse(is, DEFAULT_XML_OPTIONS);
                                                  ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:619:
 error: incompatible types: XmlObject cannot be converted to CTNumFmts
        CTNumFmts formats = CTNumFmts.Factory.newInstance();
                                                         ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:632:
 error: incompatible types: XmlObject cannot be converted to CTFonts
            ctFonts = CTFonts.Factory.newInstance();
                                                 ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:644:
 error: incompatible types: XmlObject cannot be converted to CTFills
            ctFills = CTFills.Factory.newInstance();
                                                 ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:656:
 error: incompatible types: XmlObject cannot be converted to CTBorders
            ctBorders = CTBorders.Factory.newInstance();
                                                     ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:669:
 error: incompatible types: XmlObject cannot be converted to CTCellXfs
                ctXfs = CTCellXfs.Factory.newInstance();
                                                     ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:682:
 error: incompatible types: XmlObject cannot be converted to CTCellStyleXfs
                ctSXfs = CTCellStyleXfs.Factory.newInstance();
                                                           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:695:
 error: incompatible types: XmlObject cannot be converted to CTDxfs
                ctDxfs = CTDxfs.Factory.newInstance();
                                                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:734:
 error: incompatible types: XmlObject cannot be converted to CTXf
        CTXf ctXf = CTXf.Factory.newInstance();
                                            ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:742:
 error: incompatible types: XmlObject cannot be converted to CTBorder
        CTBorder ctBorder = CTBorder.Factory.newInstance();
                                                        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:753:
 error: incompatible types: XmlObject cannot be converted to CTFill
        CTFill[] ctFill = new 
CTFill[]{CTFill.Factory.newInstance(),CTFill.Factory.newInstance()};
                                                                 ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:753:
 error: incompatible types: XmlObject cannot be converted to CTFill
        CTFill[] ctFill = new 
CTFill[]{CTFill.Factory.newInstance(),CTFill.Factory.newInstance()};
                                                                                
              ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:760:
 error: incompatible types: XmlObject cannot be converted to CTFont
        CTFont ctFont = CTFont.Factory.newInstance();
                                                  ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:835:
 error: incompatible types: XmlObject cannot be converted to CTXf
        CTXf xf = CTXf.Factory.newInstance();
                                          ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRichTextString.java>:90:
 error: incompatible types: XmlObject cannot be converted to CTRst
        st = CTRst.Factory.newInstance();
                                      ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use 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.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 48s
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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to