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

Summary: Python code not scanned for TODO Comments
Product: python Reporter: c089
Component: CodeAssignee: Ralph Ruijs <ralphbenjamin>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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 ***