Code generated automatically using Eclipse's shortcut keys, often with such comments.
At one glance there is no difference between this comment and the general comment, but Todo has a different color and should have some content. Todo is a task label that is provided in eclipse to mark something to be done. Go ahead and look at the tags in Eclipse:
Step One: Window->preference->java->complier->task tags
You can see that these tags can be configured by the user themselves, there are three priority levels: high, general, low. The bottom of the dialog box is also a label that is case sensitive and is checked by default. If users do not like these auto-generated labels, they can remove them by themselves:
Step one: Window->preference->java->code style->code Templates
Step two: Code->method Body, select Edit, delete "//${todo} auto-generated Method stub" This line can be
Previous article, Eclipse usage and tip 12: Quickly copy a line:
http://blog.csdn.net/ts1122/article/details/8977670
Next article, Eclipse Usage and tricks 14: automatically generated TODO Note 2:
http://blog.csdn.net/ts1122/article/details/9018907
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Eclipse Usage and tricks 13: automatically generated TODO comments 1