Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

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.

like image 413
MicSim Avatar asked Aug 27 '12 14:08

MicSim


People also ask

How do I view errors in NetBeans?

To identify potential errors in your Java code with the FindBugs configuration, complete the following steps: Open the library project in the NetBeans IDE and choose Source > Inspect from the main toolbar. In the Scope drop-down list of the Inspect dialog box, select Current Project (library) .

How do I show projects in NetBeans?

In NetBeans 8.2 Go to Window->Navigator in menu bar or press Ctrl+7 and select Projects it will open a folder as work space .


1 Answers

  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"
like image 141
ollo Avatar answered Oct 15 '22 10:10

ollo