You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@eagle.apache.org by "Zhao, Qingwen (JIRA)" <ji...@apache.org> on 2019/05/08 03:52:00 UTC

[jira] [Work started] (EAGLE-1096) getJSONArray may cause exception, optJSONArray should be used

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

Work on EAGLE-1096 started by Zhao, Qingwen.
--------------------------------------------
> getJSONArray may cause exception, optJSONArray should be used
> -------------------------------------------------------------
>
>                 Key: EAGLE-1096
>                 URL: https://issues.apache.org/jira/browse/EAGLE-1096
>             Project: Eagle
>          Issue Type: Bug
>            Reporter: bd2019us
>            Assignee: Zhao, Qingwen
>            Priority: Major
>         Attachments: 1.patch
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Hello,
> The method call jsonBeansObject.getJSONArray("beans")  may throw JSONException when the key does not exist, which will crash the program. To ensure safety, optJSONArray is recommended to use, which will avoid the exception in case no such key.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)