Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 43E0D200BC3 for ; Fri, 18 Nov 2016 19:02:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 42B1F160B03; Fri, 18 Nov 2016 18:02:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 98693160B16 for ; Fri, 18 Nov 2016 19:01:59 +0100 (CET) Received: (qmail 92921 invoked by uid 500); 18 Nov 2016 18:01:58 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 92908 invoked by uid 99); 18 Nov 2016 18:01:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Nov 2016 18:01:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 845292C2B10 for ; Fri, 18 Nov 2016 18:01:58 +0000 (UTC) Date: Fri, 18 Nov 2016 18:01:58 +0000 (UTC) From: "Alex Harui (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (FLEX-35050) NullPointerException in compiler.jx MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 18 Nov 2016 18:02:00 -0000 [ https://issues.apache.org/jira/browse/FLEX-35050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Harui resolved FLEX-35050. ------------------------------- Resolution: Fixed Assignee: Alex Harui Fix Version/s: Apache FalconJX 0.8.0 flex-falcon 7a6ec7227cebe3a9a36618dad2bb79f7482e701a flex-typedefs c07aedf88e641e162c2f1fa720075989385dfd81 > NullPointerException in compiler.jx > ----------------------------------- > > Key: FLEX-35050 > URL: https://issues.apache.org/jira/browse/FLEX-35050 > Project: Apache Flex > Issue Type: Bug > Components: FalconJX > Affects Versions: Apache FalconJX 0.6.0 > Reporter: Christofer Dutz > Assignee: Alex Harui > Fix For: Apache FalconJX 0.8.0 > > > 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. -- This message was sent by Atlassian JIRA (v6.3.4#6332)