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

Summary: FileBuiltQuery.Status does not react to changes in Lookup
Product: projects Reporter: Jaroslav Tulach <jtulach>
Component: Generic InfrastructureAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 40703    

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.