Add @Override annotations

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.

Environment

None

Activity

Show:

Guus der Kinderen February 8, 2010 at 3:04 AM

Resolved with the help of Eclipse's "Cleanup" functionality.

Fixed

Details

Assignee

Reporter

Fix versions

Priority

Created February 8, 2010 at 2:53 AM
Updated February 8, 2010 at 3:04 AM
Resolved February 8, 2010 at 3:04 AM

Flag notifications