You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Carlos Rovira (JIRA)" <ji...@apache.org> on 2016/11/22 17:53:58 UTC

[jira] [Created] (FLEX-35179) When extend a class, an import for the class is required

Carlos Rovira created FLEX-35179:
------------------------------------

             Summary: When extend a class, an import for the class is required
                 Key: FLEX-35179
                 URL: https://issues.apache.org/jira/browse/FLEX-35179
             Project: Apache Flex
          Issue Type: Bug
          Components: FalconJX
    Affects Versions: Apache FalconJX 0.8.0
         Environment: macOs Sierra
            Reporter: Carlos Rovira


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





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)