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 270616 - NullPointerException at name.dougmcneil.plsql.action.PLSQLParametersAction$ContextAwareDelegate.<init>
Summary: NullPointerException at name.dougmcneil.plsql.action.PLSQLParametersAction$Co...
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-11 17:22 UTC by kunalbaghel
Modified: 2017-05-11 17:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213275


Attachments
stacktrace (2.78 KB, text/plain)
2017-05-11 17:22 UTC, kunalbaghel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kunalbaghel 2017-05-11 17:22:33 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b15
OS: Windows 8

User Comments:
kunalbaghel: When i open netbeans IDE it shreports me exception

GUEST: ??

GUEST: Error whend edi sql




Stacktrace: 
java.lang.NullPointerException
   at name.dougmcneil.plsql.action.PLSQLParametersAction$ContextAwareDelegate.<init>(PLSQLParametersAction.java:111)
   at name.dougmcneil.plsql.action.PLSQLParametersAction.createContextAwareInstance(PLSQLParametersAction.java:92)
   at org.netbeans.modules.editor.NbEditorToolBar.addPresenters(NbEditorToolBar.java:487)
   at org.netbeans.modules.editor.NbEditorToolBar.checkPresentersAdded(NbEditorToolBar.java:385)
   at org.netbeans.modules.editor.NbEditorToolBar.access$400(NbEditorToolBar.java:129)
   at org.netbeans.modules.editor.NbEditorToolBar$5.run(NbEditorToolBar.java:335)
Comment 1 kunalbaghel 2017-05-11 17:22:35 UTC
Created attachment 164297 [details]
stacktrace