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

Summary: o.n.m.db.sql.editor.ui.actions.ConnectionAction does not implement SystemAction.getName()
Product: db Reporter: Lukas Hasik <lhasik>
Component: SQL EditorAssignee: David Vancouvering <davidvc>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.