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

Summary: NullPointerException at name.dougmcneil.plsql.action.PLSQLParametersAction$ContextAwareDelegate.<init>
Product: editor Reporter: kunalbaghel
Component: -- Other --Assignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 213275
Attachments: stacktrace

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