Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I enable the Task List in Eclipse for a Java Project?

Tags:

java

eclipse

My TODO tasks are not showing up automatically in Eclipse. I'm using Eclipse Helios Service Release 2.

I have a standard Java project. Eclipse detects my // TODO and /* TODO */ tasks, because it displays the task icon to the left of the correct source code line. But the Task List pane is empty. The filter is empty, and I have it set to show All.

I also double-checked Window - Preferences - Java - Task List to make sure it was enabled.

Any clue how to make the Task List work?

like image 970
retrodrone Avatar asked May 16 '11 15:05

retrodrone


1 Answers

You have to open the Tasks view (Window -> Show View -> (Other... -> General ->) Tasks) and not the Task List view (differences are explained here).

like image 132
FrVaBe Avatar answered Oct 12 '22 19:10

FrVaBe