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 41073 - FileBuiltQuery.Status does not react to changes in Lookup
Summary: FileBuiltQuery.Status does not react to changes in Lookup
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 40703
  Show dependency tree
 
Reported: 2004-03-17 15:15 UTC by Jaroslav Tulach
Modified: 2004-08-13 12:11 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 Jaroslav Tulach 2004-03-17 15:15:22 UTC
FileBuiltQuery.Status does not react to changes in
Lookup which is as Jesse explained due to the fact
that the lookup should be immutable. This needs
either be properly documented or fixed using proxy.
Comment 1 Jesse Glick 2004-03-18 10:04:05 UTC
Will most likely just document that it is not intended to be used in a
situation where the impl might change dynamically.

(How could this be P1? More like P4-P5 IMHO.)
Comment 2 Jaroslav Tulach 2004-03-18 14:32:09 UTC
All TCRs are P1 according to
http://openide.netbeans.org/tutorial/review-steps.html. Anyway
documenting it should be very simple task.
Comment 3 Jesse Glick 2004-06-16 23:57:38 UTC
Added an implementation note to the Javadoc.
Comment 4 Jesse Glick 2004-06-17 05:11:31 UTC
Committed.