• for(viewEntry: viewEntryCollection) fails

    By Sjef Bosman 1 decade ago

    for(viewEntry: viewEntryCollection) generates a NullPointerException when one of the entries is removed. I had to revert to getNextEntry, which is reprecated (to soon!).