I don't see "Missing @Override annotation" inspection in Idea 12.1.4
I am extending a concrete class and overriding a method in child class without the @Override annotation. When I do 'Inspect Code' it doesn't warn me about the missing @Override annotation. When I go to Settings->Inspections->Class Structure, I don't find the "Missing @Override annotation" inspection. Any idea why? This is my first time using Idea and have been using Eclipse for a while.
请先登录再写评论。
Here is a sample project for reference. Look at the method Temp2.run.
Attachment(s):
Temp2.zip
Please, make sure you have Inspection Gadgets plugin enabled. (BTW, in the next version it will be merged into core.)
Regards,
Alexander.