Eclipse can be configured to “ignore unavoidable generic type problems” when setting the preferences for the Java Compiler in the “Errors/Warnings” panel.
What are such “unavoidable” generic type problems in Java? Is it safe to ignore these? When do they arise?
From the documentation of the feature:
So, for example: