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

1

25

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.

Godbey answered 27/8, 2012 at 14:13 Comment(0)
C
41
  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"
Caracalla answered 27/8, 2012 at 14:33 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.