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 101775 - Implement SystemAction.getName() or Action.getValue(NAME) properly
Summary: Implement SystemAction.getName() or Action.getValue(NAME) properly
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-19 14:06 UTC by Lukas Jungmann
Modified: 2007-10-22 15:23 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 Lukas Jungmann 2007-04-19 14:06:02 UTC
action org.netbeans.modules.db.sql.editor.ui.actions.ConnectionAction does not
implement SystemAction.getName() or Action.getValue(NAME) properly. It returns null!
Comment 1 Andrei Badea 2007-04-20 11:33:32 UTC
Where is this name to be displayed? Does it have to be localized?
Comment 2 Lukas Jungmann 2007-04-20 11:37:04 UTC
I don't know, try to check issue 31227 for details
Comment 3 Andrei Badea 2007-07-09 17:21:40 UTC
Fixed.

Checking in src/org/netbeans/modules/db/sql/editor/ui/actions/ConnectionAction.java;
/cvs/db/sqleditor/src/org/netbeans/modules/db/sql/editor/ui/actions/ConnectionAction.java,v  <--  ConnectionAction.java
new revision: 1.9; previous revision: 1.8
done
Comment 4 Lukas Jungmann 2007-10-22 15:23:24 UTC
v.