I inherited a program with a lot of //TODO: messages, which i expected would show up under Tasks.
Unfortunately, that pane is empty. Is there a way to refresh it for the current project?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The tasks tags in *.java files are scanned automatically by Eclipse compiler. You can simply refresh your project and then click on the Project / Clean… menu. Also check that task tags are not disabled in the project settings under Java Compiler / Task Tags and your Tasks or Markers view in Eclipse configured to show tasks for an entire project and not only selected element.