Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-35179

When extend a class, an import for the class is required

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Apache FalconJX 0.8.0
    • None
    • FalconJX
    • None
    • macOs Sierra

    Description

      If you try to extend a FlexJS class (i.e: List) you should do it like this_

      public class List extends org.apache.flex.html.List

      but compiler fails reporting that there's missing import

      The workaround is add:

      import org.apache.flex.html.List;

      But this should not be required

      Attachments

        Activity

          People

            Unassigned Unassigned
            carlosrovira Carlos Rovira
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: