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 178875

Summary: Freeform project should search for Task "patterns" outside compilation-unit
Product: editor Reporter: inonit <inonit>
Component: Parsing & IndexingAssignee: Vitezslav Stejskal <vstejskal>
Status: RESOLVED DUPLICATE    
Severity: normal CC: saubrecht
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description inonit 2009-12-18 13:38:34 UTC
Currently, using a freeform project, using http://netbeans.org/ns/freeform-project/1.xsd, the Task List module does not scan any files outside the java-data section, so far as I can tell.

In my view, it should search all folders declared as source-folders in the folder section.  This way it would pick up @todo (etc.) notations in source files written in other languages.

If anyone else is struggling with this, I should mention that if one creates "fake" package-root elements inside a "fake" compilation unit one can get the desired behavior.  But that seems an absurd workaround.
Comment 1 Stanislav Aubrecht 2010-04-02 11:49:07 UTC
task list scans whatever files it gets from indexing infrastructure
Comment 2 Vitezslav Stejskal 2010-05-20 12:01:04 UTC

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