Christofer Dutz created FLEX-35051: -------------------------------------- Summary: NullPointerException in FlexJS compiler Key: FLEX-35051 URL: https://issues.apache.org/jira/browse/FLEX-35051 Project: Apache Flex Issue Type: Bug Components: FalconJX Affects Versions: Apache FalconJX 0.6.0 Reporter: Christofer Dutz
org.apache.flex.compiler.internal.codegen.externals.pass.NamespaceResolutionPass.visit (Line 90) throws a NullPointerException if comment is null. It seems to occur if the current statement is an assignment, but the parameter does not have some special jsdoc info ... {code} comment = first.getJSDocInfo(); {code} Unfortunately it is only possible to find out which file the problem is in (ASSIGN 23 [source_file: [google_maps_api_v3_11]] [length: 16]) but that doesn't help much. -- This message was sent by Atlassian JIRA (v6.3.4#6332)