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 136015 - NullPointerException at org.netbeans.modules.db.sql.editor.SQLEditorProviderImpl.openSQLEditor
Summary: NullPointerException at org.netbeans.modules.db.sql.editor.SQLEditorProviderI...
Status: RESOLVED DUPLICATE of bug 135853
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: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-28 16:32 UTC by davideconsonni
Modified: 2008-06-03 18:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 59470


Attachments
stacktrace (2.81 KB, text/plain)
2008-05-30 09:58 UTC, davideconsonni
Details
stacktrace (2.81 KB, text/plain)
2008-06-03 13:30 UTC, davideconsonni
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davideconsonni 2008-05-28 16:32:58 UTC
Build: NetBeans IDE Dev (Build 080528)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Linux, 2.6.25.4-smp, i386
User comments: 
STACKTRACE: (first 10 lines)
java.lang.NullPointerException
        at org.netbeans.modules.db.sql.editor.SQLEditorProviderImpl.openSQLEditor(SQLEditorProviderImpl.java:132)
        at org.netbeans.modules.db.explorer.sql.editor.SQLEditorSupport.openSQLEditor(SQLEditorSupport.java:57)
        at org.netbeans.modules.db.explorer.actions.ExecuteCommandAction.performAction(ExecuteCommandAction.java:72)
        at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:581)
        at org.netbeans.modules.openide.util.ActionsBridge.doPerformAction(ActionsBridge.java:77)
        at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:577)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
Comment 1 davideconsonni 2008-05-30 09:58:18 UTC
Created attachment 62156 [details]
stacktrace
Comment 2 davideconsonni 2008-06-03 13:30:07 UTC
Created attachment 62316 [details]
stacktrace
Comment 3 David Vancouvering 2008-06-03 18:29:14 UTC

*** This issue has been marked as a duplicate of 135853 ***