Can Eclipse Be Used To Find All Deprecated Method Calls?

后端 未结 3 1014
面向向阳花
面向向阳花 2020-12-14 15:58

Does Eclipse have a feature that lets you search a project to find all calls to deprecated methods?

3条回答
  •  伪装坚强ぢ
    2020-12-14 16:32

    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.

提交回复
热议问题