Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.7.0 beta
-
Component/s: None
-
Labels:None
-
Acceptance Test - Add?:No
Description
@Override annotations should be added to every method that overrides a method from a superclass. This prevents problems after the superclass changes. Such changes might go unnoticed without the annotation.
Resolved with the help of Eclipse's "Cleanup" functionality.