Community
Participate
Working Groups
Build Identifier: In case of instanceof generic type like this: if (a instanceof Map) { Eclipse should offer a quick fix to add unbounded generic type to the class name, so the result is something like this: if (a instanceof Map<?,?>) { Reproducible: Always
Simply use content assist (Ctrl+Space) to do this.