Tracking Errors and Pending Tasks in Java Projects

See Also

You can use the Task List window to track all errors and pending tasks in your project.

The Task List window scans your code and lists all TODO tasks. By default, the IDE recognizes all of the following as TODO tasks:

The following are some of the things that create task list entries in Java projects:

To open the To Do window:

To create and modify To Do task filters:

  1. Click the Edit Filter button ( ) in the toolbar to open the Edit Filter dialog box.
  2. Do one of the following:
  3. Specify the filter conditions. Use the More and Fewer buttons to add or remove conditions for the filter.
  4. Click Preview to see the results when the filter is applied to the current list of To Do tasks in the To Do window.
  5. Click OK.

To jump to a TODO task in the Source Editor:

To specify what information is listed for each task:

  1. Click the columns button (columns button) in the top right corner of the Task List window.
  2. Check the checkbox for each type of information you want to be listed.
See Also
Configuring the Source Editor
Setting Keyboard Shortcuts

Legal Notices