Does Eclipse have a feature that lets you search a project to find all calls to deprecated methods?
You can always use the grep facilities under 'Search -> File'. Eclipse can do a recursive search for @deprecated after you check on the 'consider derived resources' option box.
@deprecated