Revision 47499 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.impl/src/main/java/org/gvsig/fmap/dal/feature/impl/indexes/memorybasictypes/MemoryBasicTypesIndexProvider.java

View differences:

MemoryBasicTypesIndexProvider.java
91 91
        } catch (CoercionException ex) {
92 92
            return null;
93 93
        }
94
        if( !this.index.containsKey(key_s) ) {
94
        if( key_s == null || !this.index.containsKey(key_s) ) {
95 95
            return null;
96 96
        }
97 97
        ListOfLong items = this.index.get(key_s);

Also available in: Unified diff