You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Joe Bowser (JIRA)" <ji...@apache.org> on 2015/03/02 23:20:06 UTC

[jira] [Updated] (CB-8519) exception and crash when instantiatePlugin() fails

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

Joe Bowser updated CB-8519:
---------------------------
    Priority: Major  (was: Critical)

> exception and crash when instantiatePlugin() fails
> --------------------------------------------------
>
>                 Key: CB-8519
>                 URL: https://issues.apache.org/jira/browse/CB-8519
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>            Reporter: xx
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> public CordovaPlugin getPlugin(String service) in PluginManager.java does not check for return value of instantiatePlugin call.
> Proposed fix:
>             if (ret == null)
>                return null;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org