Reputation: 3461
I recently switched a project from java 1.6 to 1.7. Now I'm getting these "Redundant specification of type arguments xxx"-warnings from Eclipse. Since I'm too lazy to remove these warnings by hand I wanted this be done by a code cleanup. Eclipse offers me the quickfix "remove type arguments". I couldn't find anything in the code-cleanup menu.
Any hints how to achive this?
Upvotes: 1
Views: 1589
Reputation: 34026
It's an open bug (and a quite valid requirement as needlessly (and manually) correcting 1000s of warnings is not an option).
You can vote for it here.
Upvotes: 3