Using IntelliJ IDEA 10.5.2 with Java 1.6.
By turning on the "Unhandled use of the pamaterized class" check, I see that violation lines are highlighted in files where the problem exists, which is useful.
Is there a way to see in one place a list of all the code in the project that falls on such “checks” as possible in the “Marker view” in Eclipse (see below, for example). Does Eclipse (compiler) provide different / more detailed data than IntelliJ?
An example from the Eclipse "Markers view" of what would be useful to see in IntelliJ too:
- Point is a raw type. References to the generic type The point must be parameterized ...
- Security Type: An expression of type PointInfo needs a raw conversion to match PointInfo ...
eclipse types intellij-idea
involuntary
source share