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 13752 - After disabling of the project module the default projects nodes don't disappear from the workplace.
Summary: After disabling of the project module the default projects nodes don't disapp...
Status: CLOSED DUPLICATE of bug 13730
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-19 15:43 UTC by Jaromir Uhrik
Modified: 2008-12-22 21:11 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2001-07-19 15:43:45 UTC
Have some default projects and disable the Projects module. Right-click on the project node in explorer workplace and the Exception below fires. By 
the way the Default Project loader is not present in Object Types. I also physically checked that the LoaderPool doesn't contain it.

Thu Jul 19 16:40:18 CEST 2001: java.util.MissingResourceException: Missing resource from class: 
org/netbeans/modules/projects/def/resources/Bundle_cs_CZ
Annotation: Missing resource from class: org/netbeans/modules/projects/def/resources/Bundle_cs_CZ
Annotation: Key which was not found: 
java.util.MissingResourceException: Can't find bundle for base name org/netbeans/modules/projects/def/resources/Bundle, locale cs_CZ
        at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:712)
        at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:604)
        at java.util.ResourceBundle.getBundle(ResourceBundle.java:575)
        at org.openide.util.NbBundle.getBundle(NbBundle.java:334)
        at org.openide.util.NbBundle.getBundle(NbBundle.java:269)
        at org.netbeans.modules.projects.def.Utils.getMessage(Utils.java:35)
        at org.netbeans.modules.projects.def.Group$NewFile.getName(Group.java:298)
        at org.openide.actions.NewAction$ActSubMenuModel.getLabel(NewAction.java:159)
        at org.openide.awt.Actions$SubMenuBridge.generateSubMenu(Actions.java:543)
        at org.openide.awt.Actions$SubMenuBridge.run(Actions.java:498)
        at org.openide.util.Mutex.doEvent(Mutex.java:852)
        at org.openide.util.Mutex.readAccess(Mutex.java:234)
        at org.openide.awt.Actions$SubMenuBridge.stateChanged(Actions.java:491)
        at org.openide.util.WeakListener$Change.stateChanged(WeakListener.java:583)
        at org.openide.actions.NewAction.enable(NewAction.java:98)
        at org.openide.util.actions.NodeAction$NodesL.checkEnabled(NodeAction.java:251)
        at org.openide.util.actions.NodeAction.isEnabled(NodeAction.java:67)
        at org.openide.awt.Actions$MenuBridge.updateState(Actions.java:399)
        at org.openide.awt.Actions$SubMenu.<init>(Actions.java:816)
        at org.openide.actions.NewAction.getPopupPresenter(NewAction.java:144)
        at org.openide.nodes.NodeOp.findContextMenuImpl(NodeOp.java:145)
        at org.openide.nodes.Node.getContextMenu(Node.java:414)
        at org.openide.nodes.NodeOp.findContextMenu(NodeOp.java:79)
        at org.openide.explorer.view.TreeView.createPopup(TreeView.java:750)
        at org.openide.explorer.view.TreeView$PopupAdapter.showPopup(TreeView.java:744)
        at org.openide.awt.MouseUtils$PopupMouseAdapter.mouseReleased(MouseUtils.java:149)
        at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
        at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:230)
        at java.awt.Component.processMouseEvent(Component.java:3715)
        at java.awt.Component.processEvent(Component.java:3544)
        at java.awt.Container.processEvent(Container.java:1164)
        at java.awt.Component.dispatchEventImpl(Component.java:2593)
        at java.awt.Container.dispatchEventImpl(Container.java:1213)
        at java.awt.Component.dispatchEvent(Component.java:2497)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
        at java.awt.Container.dispatchEventImpl(Container.java:1200)
        at java.awt.Window.dispatchEventImpl(Window.java:914)
        at java.awt.Component.dispatchEvent(Component.java:2497)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
Comment 1 Jan Zajicek 2001-07-24 13:40:27 UTC
Just modifying the Summary field and ccing Yarda and Honza.
Comment 2 Jan Zajicek 2001-07-24 13:42:20 UTC
And changing cathegory, maybe that openide data system is suitable.
Comment 3 Jan Zajicek 2001-07-24 13:42:46 UTC
x
Comment 4 Pavel Buzek 2001-07-26 12:29:14 UTC
what comment should I add? it's duplicate!!

*** This issue has been marked as a duplicate of 13730 ***
Comment 5 Jaromir Uhrik 2001-07-26 14:00:48 UTC
Verified-duplicate.
Comment 6 Quality Engineering 2003-07-01 16:33:15 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.