waar19 / osmdroid

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

jar 1.03, OpenStreetMapView line 142, null checking may be of wrong value #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Seeing a NPE if a "renderer" is not set in attributes, it looks like because a 
null check is on renderer instead of rendererAttr:

final String rendererAttr = attrs.getAttributeValue(null, "renderer");
if (renderer != null) {

Original issue reported on code.google.com by bob.hage...@gmail.com on 19 Jul 2010 at 4:06

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r293.

Original comment by neilboyd on 21 Jul 2010 at 8:18