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
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 happens for the service http://api.phonegap.com/1.0/device
I am using cordova-3.1.0-0.2.0
A screenshot of the debuggin
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 happens for the service http://api.phonegap.com/1.0/device
I am using cordova-3.1.0-0.2.0
A screenshot of the debuggi