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 13985

Summary: grep through code for special tokens
Product: contrib Reporter: Peter Kleinmann <pklein>
Component: TasklistAssignee: issues@editor <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Peter Kleinmann 2001-07-26 21:05:05 UTC
Basically, I want to keep track of all of the problems that have been 
hacked around in the code itself:
    //TODO random is not random; fix
    int random = 5;
    makeSecretKey(random);

It would be great if from within the ide I could click Project -> Issues
and it would grep through the code and find all of the "TODO" comments,
so I could easily get a running list of issues.
Comment 1 Jan Chalupa 2001-11-27 12:27:14 UTC
Target milestone -> 3.3.1.
Comment 2 Marek Grummich 2002-07-22 12:13:10 UTC
Set target milestone to TBD
Comment 3 Marek Grummich 2002-07-22 12:18:18 UTC
Set target milestone to TBD
Comment 4 psuk 2004-03-19 13:24:58 UTC
Solved by tasklist in nb36 (for TODO items)