Why IntelliJ has inspections for generic usage disabled by default?

198 Views Asked by At

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?

1

There are 1 best solutions below

0
On

The Raw use of parameterized class inspection is enabled by default since IntelliJ IDEA version 2019.3. Are you using an older version?