Reports use of generic classes with omitted type parameters. Such raw use of generic types is valid in Java, but it defeats the purpose of type parameters and may mask bugs. This inspection mirrors the rawtypes warning of javac.

Using the inspection options, you can ignore the following cases:

This inspection only reports if the language level of the project or module is 5 or higher