Details
Description
Feature.getProperty contracts says a null should be returned if an uknown property name is provided, SimpleFeatureImpl.getProperty reacts with an NPE instead. This is due to the index lookup, which returns null, and the autoboxing trying to convert that to an int, failing with an NPE.