Cool. Feel free to close your pull request. We can't close it on our end. :(
On Tue, Dec 3, 2013 at 2:52 PM, Axel Nennker wrote:
> Pull request is here: https://github.com/apache/cordova-android/pull/87
> I took the easier path to check for the empty string in PluginEntry.java
> instead of tryin
Pull request is here: https://github.com/apache/cordova-android/pull/87
I took the easier path to check for the empty string in PluginEntry.java
instead of trying to find out what other effects a change in
PluginManager.java from "" to null might have.
Axel
2013/12/3 Axel Nennker
> done:
> htt
done:
https://issues.apache.org/jira/browse/CB-5537
2013/12/3 Joe Bowser
> Can you please create an issue so that this is tracked?
>
> On Tue, Dec 3, 2013 at 11:02 AM, wrote:
> > Hi,
> >
> > I don't know why or since when but getClassByName is called with an
> argument
> > of "" (not null).
Can you please create an issue so that this is tracked?
On Tue, Dec 3, 2013 at 11:02 AM, wrote:
> Hi,
>
> I don't know why or since when but getClassByName is called with an argument
> of "" (not null).
>
> The method getClassByName checks for null but not for "" and so it crashes.
>
> This happ