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 29126 - Suggest making MetaInfServicesLookup public
Summary: Suggest making MetaInfServicesLookup public
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: David Strupl
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2002-11-28 14:34 UTC by Jesse Glick
Modified: 2008-12-22 15:48 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2002-11-28 14:34:54 UTC
This kind of lookup is now widely used throughout
NB, and it would make sense to me for it to be
accessible. Would also eliminate an ugly hack in
core - use of reflection to access it.

Rather than making the class itself public,
suggest moving it to org.openide.util.lookup.*
package, and add to Lookups:

public static Lookup
metaInfServicesLookup(ClassLoader l);
Comment 1 Jaroslav Tulach 2002-11-28 16:54:14 UTC
Fine with me.
Comment 2 David Strupl 2003-02-05 13:30:33 UTC
Done in trunk - openide version increased to 3.35.