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 126067 - o.n.m.db.sql.editor.ui.actions.ConnectionAction does not implement SystemAction.getName()
Summary: o.n.m.db.sql.editor.ui.actions.ConnectionAction does not implement SystemActi...
Status: RESOLVED WORKSFORME
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Vancouvering
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-28 09:37 UTC by Lukas Hasik
Modified: 2008-04-02 12:45 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 Hasik 2008-01-28 09:37:39 UTC
WARNING [org.openide.loaders]: Please attach following information to the issue
<http://www.netbeans.org/issues/show_bug.cgi?id=31227>: action
org.netbeans.modules.db.sql.editor.ui.actions.ConnectionAction does not
implement SystemAction.getName() or Action.getValue(NAME) properly. It returns null!

see issue 31227 for more details
Comment 1 David Vancouvering 2008-03-22 01:14:39 UTC
Can you explain why this needs to be done?  When I tried to do this, it broke things.  What is the value of having it
implement SystemAction?

Thanks.
Comment 2 David Vancouvering 2008-03-22 01:17:09 UTC
You can strike that last comment.  I just looked at the code and it *does* appear to use Action.getValue(NAME)
correctly.  Can you see if this is still an issue?

marking it as WORKSFORME for now.
Comment 3 Andrei Badea 2008-04-02 12:45:26 UTC
Duplicate of issue 101775.