This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 184383 - Python code not scanned for TODO Comments
Summary: Python code not scanned for TODO Comments
Status: RESOLVED DUPLICATE of bug 164038
Alias: None
Product: python
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal with 2 votes (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-17 08:54 UTC by c089
Modified: 2015-04-08 09:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description c089 2010-04-17 08:54:17 UTC
The "Tasks" view does list problems netbeans found (like unused variables), but fails to list occurences of "TODO-Comments" like TODO: foo, FIXME: blah, etc.

Steps to reproduce:
  * Open a python project
  * Edit a .py file
  * Enter a comment "TODO: this should show up"
  * Open the tasks view
  * make sure your filter settings for the Tasks view are correct

Expected Result:
  * entry for the new comment

Actual result:
  * no task
Comment 1 c089 2010-06-17 07:13:12 UTC
Reproducable in 6.9
Comment 2 Ralph Ruijs 2015-04-08 09:36:42 UTC

*** This bug has been marked as a duplicate of bug 164038 ***