ninenizil / android2cloud

Automatically exported from code.google.com/p/android2cloud
0 stars 0 forks source link

Received NullPointerException when matching URLs in PostLink #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The Market reports a NullPointerException from PostLink, when dealing with how 
URLs are extracted from the Intent.

Caused by: java.lang.NullPointerException
at java.util.regex.Matcher.reset(Matcher.java:253)
at java.util.regex.Matcher.<init>(Matcher.java:125)
at java.util.regex.Pattern.matcher(Pattern.java:160)
at com.suchagit.android2cloud.PostLink.onCreate(PostLink.java:131)

Original issue reported on code.google.com by foran.pa...@gmail.com on 7 Sep 2010 at 6:32

GoogleCodeExporter commented 8 years ago
Just cleaning up issues and labels.

Original comment by foran.pa...@gmail.com on 7 Sep 2010 at 7:19

GoogleCodeExporter commented 8 years ago

Original comment by foran.pa...@gmail.com on 6 Aug 2011 at 9:31