Why does IntelliJ has inspections for generic usage disabled by default?
These inspections (Java 5 -> Raw use of parametrized class
) needs to be enabled explicitly and I find that new developers do not know about them. Is there some good reason I do not know why using raw types would be a good practice?
The
Raw use of parameterized class
inspection is enabled by default since IntelliJ IDEA version 2019.3. Are you using an older version?