June 2004
Beginner to intermediate
364 pages
7h 38m
English
You want to use annotations to keep track of everything you still have to do in your code.
Add TODO comments to your code;
they’ll appear in the Tasks view.
Just including the text TODO in a single-line
comment will add that comment’s text to the Tasks
view, enabling you to keep track of tasks in one location. You can
see an example in Figure 3-20.

Figure 3-20. TODO comments in the Tasks view
The Problems view replaced the Tasks view in Eclipse 3.0, so the Tasks view doesn’t appear in the Java perspective by default in this version of Eclipse. To show it, select Window→ Show View→ Other→ Basic→ Tasks.
Read now
Unlock full access