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

Summary: Suggest making MetaInfServicesLookup public
Product: platform Reporter: Jesse Glick <jglick>
Component: LookupAssignee: David Strupl <dstrupl>
Status: RESOLVED FIXED    
Severity: blocker CC: dstrupl, jtulach
Priority: P2 Keywords: API
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.