How to display all compile errors in Netbeans as a task list?

走远了吗. 提交于 2019-12-04 16:24:34

问题


Is there a way in Netbeans 7.2 to have all compile errors of all open projects display in some task list, just like the "Action Items" do? I just can't find any.

The reason behind this is that I make some method signature change that for example affects 20 different callers which I'd like to change successively without having to work through the project tree.


回答1:


  1. You can create a filter for this in the Action Items Window: Action Items Filter -> New (check compile errors)
  2. Set scope of Action Items to "all opened projects"


来源:https://stackoverflow.com/questions/12143726/how-to-display-all-compile-errors-in-netbeans-as-a-task-list

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!