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 16488 - File | Mount Filesystem just beeps
Summary: File | Mount Filesystem just beeps
Status: CLOSED DUPLICATE of bug 16397
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-11 22:58 UTC by Jesse Glick
Modified: 2008-12-22 15:58 UTC (History)
0 users

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 Jesse Glick 2001-10-11 22:58:36 UTC
[dev oct 11] Sometimes File | Mount Filesystem... just beeps and does
nothing, as when e.g. no nodes are selected. It should always be
turned on. The code appears wrong; it is extending NewTemplateAction
which is a NodeAction, which will enable/disable itself acc. to
current node selection. NewFileSystemAction sets itself enabled in the
constructor (note: this is wrong, initialize() is meant), but this is
useless since it may be turned off later. I suggest: only one of
NewFileSystemAction and MountAction should exist with any real code,
the other extending the first but not overriding any methods; and they
should extend CallableSystemAction directly rather than
NewTemplateAction.
Comment 1 Jan Zajicek 2001-10-12 09:07:24 UTC
It's a duplicate.

*** This issue has been marked as a duplicate of 16397 ***
Comment 2 Quality Engineering 2003-07-01 16:07:47 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 3 Quality Engineering 2003-07-01 16:43:04 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.