Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-4455

TCK:SigTest failures: Missing Superclasses or Superinterfaces

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.0.0-RC1
    • 4.0.0-RC2
    • General
    • None

    Description

      Signature Test Failure:

      [javatest.batch] Missing Superclasses or Superinterfaces
      [javatest.batch] ---------------------------------------
      [javatest.batch]
      [javatest.batch] jakarta.faces.component.html.HtmlDoctype: interface @ jakarta.faces.component.Doctype
      [javatest.batch]
      

      Faces 4.0 Doctype Javadoc (new for Faces 4.0): https://jakarta.ee/specifications/faces/4.0/apidocs/jakarta/faces/component/doctype

      Faces 4.0 HtmlDoctype Javadoc: https://jakarta.ee/specifications/faces/4.0/apidocs/jakarta/faces/component/html/htmldoctype

      Faces 3.0 HtmlDoctype Javadoc: https://jakarta.ee/specifications/faces/3.0/apidocs/jakarta/faces/component/html/htmldoctype

      Note the difference in the HtmlDoctype class definition:

      Faces 3.0:

      public class HtmlDoctype
      extends UIOutput
      

      Faces 4.0:

      public class HtmlDoctype
      extends UIOutput
      implements Doctype
      

      The generated source for HtmlDoctype looks like the following:

      
      // Generated from class jakarta.faces.component.html._HtmlDoctype.
      //
      // WARNING: This file was automatically generated. Do not edit it directly,
      //          or you will lose your changes.
      public class HtmlDoctype extends jakarta.faces.component.UIOutput
      {
      
          static public final String COMPONENT_FAMILY =
              "jakarta.faces.Output";
          static public final String COMPONENT_TYPE =
              "jakarta.faces.OutputDoctype";
      

      Link to _HtmlDoctype: https://github.com/apache/myfaces/blob/main/api/src/main/java/jakarta/faces/component/html/_HtmlDoctype.java

      Attachments

        Issue Links

          Activity

            People

              paul.nicolucci Paul Nicolucci
              paul.nicolucci Paul Nicolucci
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: