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 1933

Summary: DefaultDataObject`s (or their loader) should listen for new data loaders added & maybe replace. [SEE #2286]
Product: platform Reporter: Jesse Glick <jglick>
Component: -- Other --Assignee: Jesse Glick <jglick>
Status: CLOSED WONTFIX    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 1999-05-26 00:56:08 UTC
When a new data loader is added to the loader pool, perhaps the loader for DefaultDataObject should go through its instances (which it would have to statically keep track of in a weak set) and ask t
he new loader whether it can recognize any of them. If so, the default data object should destroy itself and create the proper data object.

This would be useful in scenarios like: users open devel folder where there is a Makefile, shows up as DefaultDataObject. User decides to download makefile support module and installs it into running
IDE. Currently, their makefile will not suddenly become a makefile object; perhaps it should. Otherwise, they need to restart.
Comment 1 Quality Engineering 2003-07-02 14:56:58 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.
Comment 2 Quality Engineering 2003-07-02 15:18:57 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.