Hello all, I just stumbled over a compilation error when I wanted to get a collection of object-IDs, because the JDOHelper.getObjectIds(Collection<Object>) is typed with Collection<Object>. Shouldn't this be Collection<? extends Object> instead?
Best regards, Marco :-)
