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 27745 - The ParserListener should work in the project context.
Summary: The ParserListener should work in the project context.
Status: CLOSED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2002-10-02 17:45 UTC by Tomas Zezula
Modified: 2007-09-26 09:14 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 Tomas Zezula 2002-10-02 17:45:48 UTC
If I attach a listener to the Java parser, the
parser should fire only events related to the
files contained in this project.
Comment 1 Svata Dedic 2002-12-05 20:45:27 UTC
It will require a different/new interface to obtain the java parser
instance.
Comment 2 Svata Dedic 2002-12-05 20:46:29 UTC
BTW this is not a defect -- you can already filter out events that do
not belong to your favourite project. Changing to an enhancement
request (to do this filtering at java module's side).
Comment 3 Svata Dedic 2002-12-05 20:47:29 UTC
Will need new API -- Parsing class is not a part of java module's
public API yet.
Comment 4 Tomas Zezula 2003-01-09 10:41:54 UTC
Parsing events provides necessary information about project. This is
acceptable solution.
Comment 5 Tomas Zezula 2003-07-08 16:50:55 UTC
Works for me.
Comment 6 Jan Becicka 2003-11-25 14:19:38 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as CLOSED.