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 - grep through code for special tokens
Summary: grep through code for special tokens
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Tasklist (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-26 21:05 UTC by Peter Kleinmann
Modified: 2004-03-19 13:24 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)