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

NullPointerException in compiler.jx

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Apache FalconJX 0.6.0
    • Apache FalconJX 0.8.0
    • FalconJX
    • None

    Description

      I am getting NullPointerExceptions in org.apache.flex.compiler.clients.ExternCConfiguration.isExcluded (Line 343)
      because in org.apache.flex.compiler.internal.codegen.externals.reference.ClassReference in getInterfaces() in line 482 no check is performed, if the result of getModel().getClassReference(interfaceName) is not null. This adds "null" to the list of interfaces and when accessed in org.apache.flex.compiler.clients.ExternCConfiguration.isExcluded I the the NPE. It also makes it impossible to find out why the thing is blowing up.

      Attachments

        Activity

          People

            aharui Alex Harui
            cdutz Christofer Dutz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: