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?