How can I hide all errors from an Eclipse project?

前端 未结 4 2003
无人及你
无人及你 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:44

    Just disable JavaBuilder in Properties -> Builders. Sometimes after disabling JavaBuilder error status is not updated (they are still visible). In that case do the following:

    1. In Properties -> Java Build Path -> Source remove source folder(s)
    2. Clear project using Build -> Clear...
    3. Disable JavaBuilder as described above
    4. Add source folder(s) again

    That way you should not be irritated with error messages any longer, but retaining all the possibilities to navigate by ctrl+click, search references etc.

提交回复
热议问题