Previously, when using Delphi for development, we found that using todo is a good tool. The following describes how to use todo in eclipse.
Else ---------------------------------------------------------------------------------------------------------------------------------
"Todo" task link Creation
Eclipse reminds you of the tasks that still need to be executed. Many developersCodeAdd todo comments to remind them that there are still specific tasks to be completed, or to handle specific situations. Eclipse again uses its knowledge of the Java structure to find any comments starting with todo, and add it to a special tasks view (Open Window Menu> show View> Other> basic> tasks to see it ). In this way, eclipse provides a comprehensive list of tasks to be completed.
In addition, you can configure eclipse to identify other labels you define. Open preferences (Window Menu> preferences) and navigate to the "task tags" Page (Java> task tags ). You can add new tags, delete existing tags, set attributes of Different tags, and specify the default values provided by eclipse for the code.