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 28989 - Source task dissapear
Summary: Source task dissapear
Status: RESOLVED INVALID
Alias: None
Product: contrib
Classification: Unclassified
Component: Tasklist (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-25 13:39 UTC by kovica
Modified: 2002-11-25 17:23 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 kovica 2002-11-25 13:39:17 UTC
If I create a comment with FIXME word, it does
appear in the User Tasks tab. But if I select
another class this User Task dissaperas.
Steps to reproduce:
- use tasklist module from File section on
tasklist.netbeans.org dated 21th September
- create two new classes (Test and Test1); make
sure both classes are opened
- put "// FIXME: something"  comment in Test. User
task is created.
- select Test1 in editor
- User Task is deleted
- select Test again and the User Task is created again
Comment 1 kovica 2002-11-25 14:49:45 UTC
Sorry about the wrong naming. This report is about Source Tasks not
User Tasks.
Comment 2 Torbjorn Norbye 2002-11-25 17:23:13 UTC
This feature is supposed to show the tasks in the current source file.
So when you're selecting "Test1", you're switching source files. If
you had // TODO in file 2, it would show. 

So in other words, this is precisely as designed. (And by the way, the
same way it works in the latest version of Microsoft's IDE.)

In the current CVS version of tasklist (available from the NetBeans
4.0 update center I believe, if you're using the development build of
NetBeans) you can scan a directory tree (select a direectory in the
explorer, go to the Tools menu and select "Scan For Tasks") and it
will create a new window showing all the tasks found in all the
directories. This list is not kept "live".  You can use it to check
your project for tasks.