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 52576 - Better registration of navigator providers
Summary: Better registration of navigator providers
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Navigator (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks: 29436 52165
  Show dependency tree
 
Reported: 2004-12-16 18:56 UTC by Jesse Glick
Modified: 2008-12-22 16:46 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 2004-12-16 18:56:43 UTC
Currently navigator providers are registered
according to DataObject subclass name, it seems.
This is an undesirable dependency on impl details
of the Java module (for example). Better to
register the provider either

1. In default lookup, with some filter. But could
cause overeager instantiation of providers.

2. [Preferred] In the layer, with a path named
acc. to file MIME type, e.g. ".../text/x-java/...".
Comment 1 David Simonek 2005-01-21 16:13:59 UTC
Will implement in post 4.1 release.
Comment 2 Jesse Glick 2005-08-11 16:16:35 UTC
Uh, isn't this already FIXED in 4.2?
Comment 3 David Simonek 2005-08-11 16:51:11 UTC
Yes, it is.