You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Alex Harui (JIRA)" <ji...@apache.org> on 2014/06/22 16:56:24 UTC

[jira] [Assigned] (FLEX-34376) TreeItemRenderer can in some situations throw an RTE

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

Alex Harui reassigned FLEX-34376:
---------------------------------

    Assignee: Alex Harui

> TreeItemRenderer can in some situations throw an RTE
> ----------------------------------------------------
>
>                 Key: FLEX-34376
>                 URL: https://issues.apache.org/jira/browse/FLEX-34376
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: mx: Tree
>    Affects Versions: Adobe Flex SDK 4.6 (Release), Apache Flex 4.8 (parity release), Apache Flex 4.9.0, Apache Flex 4.10.0, Apache Flex 4.11.0, Apache Flex 4.12.0
>            Reporter: João Fernandes
>            Assignee: Alex Harui
>            Priority: Minor
>         Attachments: FLEX-34376.diff
>
>
> in some random situations, TreeItemRenderer.as can throw an RTE because an object is not checked if it's null before accessing some properties.
> in Line 366 
> if (_data != null)
> should be
> if(_data != null && _listData != null) 



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