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 149801

Summary: NullPointerException at org.netbeans.modules.languages.pl_sql.editor.oracletree.BaseClass.CompileLocalFile
Product: third-party Reporter: soyneto <soyneto>
Component: -- Other --Assignee: asumbatov <asumbatov>
Status: RESOLVED INCOMPLETE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=126365
Issue Type: DEFECT Exception Reporter: 126365
Attachments: stacktrace

Description soyneto 2008-10-10 18:53:16 UTC
Build: NetBeans IDE 6.1 (Build 200805300101)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-b02, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b02
OS: Windows XP, 5.1, x86

User Comments:
soyneto: when i was trying to compile a sp than calls to other sp and the childs sp calls others



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.languages.pl_sql.editor.oracletree.BaseClass.CompileLocalFile(BaseClass.java:277)
        at org.netbeans.modules.languages.pl_sql.editor.explorer.nodes.actions.CompileLocalFileAction.performAction(CompileLocalFileAction.java:48)
        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:1849)
Comment 1 soyneto 2008-10-10 18:53:27 UTC
Created attachment 71581 [details]
stacktrace
Comment 2 Vitezslav Stejskal 2008-10-13 22:37:25 UTC
The problem is most likely in 'PL/SQL Editor' plugin
(http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=11549). 
Comment 3 asumbatov 2008-10-14 09:59:11 UTC
Could you please provide more details? Because I can’t reproduce the error with so little information…