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 - DefaultDataObject`s (or their loader) should listen for new data loaders added & maybe replace. [SEE #2286]
Summary: DefaultDataObject`s (or their loader) should listen for new data loaders adde...
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-05-26 00:56 UTC by Jesse Glick
Modified: 2008-12-23 11:15 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 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.