I remember to have read about a new feature of JDK7 (now also supported by the Netbeans editor, yet only in current trunk builds).
This tiny feature wouldn't produce a warning anymore when instanceof SomeClass<?> is written without the type variable.
How is this feature it called?
Do someone know any reference, where it is described?
Most important: are there other changes in JDK7 related to type variables?