Can Intellij code analysis find all instances of deprecated code in a project directory of many classes?

I have googled and jetbrains searched for this issue.

Instead of opening each file one at a time in a project directory of say dozens and scores or files and scrolling thru the file looking for the strikethru is it possible for Intellij to just find and list all deprecated code in say a popup window?

I am running 12.1.4

Thanks.

2

Hi David,

You can create your own scope and inspection profile and execute that profile against the scope via 'main menu | analyze | inspect code'.

Denis

2

请先登录再写评论。