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 26086

Summary: Avoid references from explorer package out of explorer lib
Product: platform Reporter: Jiri Rechtacek <jrechtacek>
Component: ExplorerAssignee: Petr Nejedly <pnejedly>
Status: VERIFIED WONTFIX    
Severity: blocker CC: jglick
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 26013    

Description Jiri Rechtacek 2002-07-29 14:50:52 UTC
There are the references from explorer package out
of explorer lib or out of the dependent jars, e.g.
NodeTableModel refers on DialogDescriptor. It
makes library lib-explorer.jar unusable in platform.
Hint: It should be handled as
PropertyDialogManager.CreateDialogInvoker.
Comment 1 _ tboudreau 2003-01-09 13:35:21 UTC
PropertyDialogManager is gone with the propertysheet rewrite.  Are
there other known places where this is an issue?
Comment 2 Jesse Glick 2003-02-28 18:09:03 UTC
IMHO it should be fine to use DialogDescriptor (NotifyDescriptor,
DialogDisplayer, WizardDescriptor) from org.openide.explorer - they
should just be in openide-util.jar I guess, or perhaps in some
separate openide-dialogs.jar.
Comment 3 Jiri Rechtacek 2004-04-23 10:46:23 UTC
Assigned to new owner.
Comment 4 _ rkubacki 2007-03-14 10:49:55 UTC
Is there still any problem?
Comment 5 Jesse Glick 2007-03-15 16:29:54 UTC
There is a legitimate dep explorer -> dialogs.