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
Original issue reported on code.google.com by
bob.hage...@gmail.com
on 19 Jul 2010 at 4:06