Scan for Unresolved Reference Errors Across Entire Project

Answered

I work on a legacy project. We've updated a module and I need to see what sections of our Java code need to be updated. I see that Intellij scans files for dependency reference errors when you open them up in the editor. Is there a way to run this scan across the entire project?  

0
1 comment

Hi,

Starting from version 2020.3 you can use the 'Project Errors' tab of the Problems tool window (View | Tool Windows | Problems Alt+6), which displays errors detected by the IDE for open files and dependent files. To get a full list of problems for the whole project, you need to build the project or use the Inspect Code action.

See also:

0

Please sign in to leave a comment.