How can I hide all errors from an Eclipse project?

前端 未结 4 2007
无人及你
无人及你 2021-01-12 08:57

I have taken a huge project from one of my friends and I just want to view the files just to understand some coding architectures they have implemented. On my system I don\'

4条回答
  •  南笙
    南笙 (楼主)
    2021-01-12 09:30

    I don't know if you can hide all the errors but you can

    • limit the number of reported problems in Preferences -> Java -> Compiler -> Building, or
    • exlude all the files from your build path folder (Java Build Path -> Souce -> Select source folder and Edit... -> Enter folder name and press Next -> Add '**' as Exclusion pattern)

提交回复
热议问题