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.
was deprecated without replacement. Please copy it to ExprorerManager or so.
or to HelpCtx if it can depend on Nodes.
ExplorerUtils is probably the right place in our current state.
Assigned to new owner.
Yes, let's do it the new project specific views depend on that. It is an easy change. So why not. Should be become a fasttrack issue.
It is a trivial change. I'll attach the diff containing the change, tests and example usage for issue 44642.
Created attachment 15634 [details] The patch
Looks ok to me. Do not forget @since and maybe ExplorerPanel.getHelpCtx should delegate to ExplorerUtils.getHelpCtx or the text could run the check twice once for ExplorerUtils and once for ExplorerPanel.
Looks OK to me. Although if we ever do some kind of proper context-sensitive help (letting user click directly on a node), this and similar code will be useless and deprecated.
Going to implement it using previously posted patch enhanced by Yarda's comments.
Done. openide/src/org/openide/explorer/ExplorerPanel.java,v1.50 openide/src/org/openide/explorer/ExplorerUtils.java,v1.5 openide/test/unit/src/org/openide/explorer/ExplorerUtilsTest.java,v1.1 openide/api/doc/changes/apichanges.xml,v1.209 openide/openide-spec-vers.properties,v1.150
Done.
..verified