I have // TODO
throughout my .java files and they are detected and labeled as tasks

but they are not listed in the Tasks list.

How can I make them show up in the Tasks list? It would make it so much easier to jump from task to task if they were in the Tasks list.
Go to
Windows -> Preferencesin Eclipse, then navigate toJava -> Compiler -> Task Tags. Verify that theTODOis listed as a tag that indicates a task in Java comments.If that is configured correctly, then in the Tasks view open the drop down and select
Configure contents...to confirm that Java tasks are listed as one of the things to show in the Tasks view.