Opened 12 years ago

Closed 12 years ago

#1725 closed enhancement (fixed)

Add missing @Override annotations

Reported by: Nicklas Nordborg Owned by: everyone
Priority: trivial Milestone: BASE 3.3
Component: core Version:
Keywords: Cc:

Description

Lots and lots of methods that override a superclass method is missing the @Override annotation. It can sometimes be a bit annoying since it protects against accidental mistakes when making changes.

Change History (1)

comment:1 by Nicklas Nordborg, 12 years ago

Resolution: fixed
Status: newclosed

(In [6127]) Fixes #1725: Add missing @Override annotations

Thanks to Eclipse it was easy to add it to all 2000+ places in one go.

Note: See TracTickets for help on using tickets.