Use the todo label in eclipse to manage tasks)

Source: Internet
Author: User
Use the todo label to manage tasks in eclipse Time: 2009-07-20 Source: Unknown Author: Admin Http://www.svn8.com When you use the todo label in eclipse to manage the task Elipse as a Java project, there is a user-friendly task management function, which can be used to easily record some tasks to be processed in the project. Let's take a look at how task management is used. The following class adds a fixme and todo tag to the comment of the class and name attributes respectively. the lifecycle of the fixme and todo tags also follows a text to describe what is required

When you use the todo label to manage the task Elipse as a Java project in eclipse, there is a user-friendly "task management" function, this feature allows you to easily record tasks to be processed in a project. Let's take a look at how "task management" is used.
The following class adds a fixme and todo tag to the comment of the class and name attributes, and the waiting time of the fixme and todo tags keeps up with a text to describe the content of the task.

/**
* Fixme
* @ Author Administrator
*
*/
Public class user {

// Add javadoc to todo.
Private string name;

Public String getname (){
Return name;
}

Public void setname (string name ){
This. Name = Name;
}

}

Open the task view in eclipse)
Www. svn8.com

The two tasks just defined in the task window are displayed.
BBS. svn8.com

After the task is completed, you can click "task prompt mark" on the left of the editing window to delete the corresponding task tag. The tasks in the task window are also deleted.
Www. svn8.com

In addition to providing three Task tags (fixme, todo, XXX) by default, eclipse also supports custom task tags.

Go to Windows-> perferences-> JAVA-> compile-> task tags to customize the task tag. Eclipse supports high, normal, and low tasks.
 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.