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 - Avoid references from explorer package out of explorer lib
Summary: Avoid references from explorer package out of explorer lib
Status: VERIFIED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks: 26013
  Show dependency tree
 
Reported: 2002-07-29 14:50 UTC by Jiri Rechtacek
Modified: 2008-12-22 09:48 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.