You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Guest (JIRA)" <ji...@apache.org> on 2014/06/14 18:13:01 UTC

[jira] [Updated] (FLEX-34370) NullPointerException in TagDecoder.decodeDefineButton

     [ https://issues.apache.org/jira/browse/FLEX-34370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guest updated FLEX-34370:
-------------------------

    Description: 
I saw this when I was browsing the source code on the github mirror.

https://github.com/apache/flex-sdk/blob/develop/modules/swfutils/src/java/flash/swf/TagDecoder.java#L2181

If I'm not mistaken, line 2181 sets t.condActions to [null], and line 2182 causes a null pointer exception.

  was:
I saw this when I was browsing the source code on the github mirror.

https://github.com/apache/flex-sdk/blob/develop/modules/swfutils/src/java/flash/swf/TagDecoder.java#L2181

If I'm not mistaken, line 2181 sets t.condActions to {null}, and line 2182 causes a null pointer exception.


> NullPointerException in TagDecoder.decodeDefineButton
> -----------------------------------------------------
>
>                 Key: FLEX-34370
>                 URL: https://issues.apache.org/jira/browse/FLEX-34370
>             Project: Apache Flex
>          Issue Type: Bug
>            Reporter: Guest
>
> I saw this when I was browsing the source code on the github mirror.
> https://github.com/apache/flex-sdk/blob/develop/modules/swfutils/src/java/flash/swf/TagDecoder.java#L2181
> If I'm not mistaken, line 2181 sets t.condActions to [null], and line 2182 causes a null pointer exception.



--
This message was sent by Atlassian JIRA
(v6.2#6252)