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 - NullPointerException at org.netbeans.modules.languages.pl_sql.editor.oracletree.BaseClass.CompileLocalFile
Summary: NullPointerException at org.netbeans.modules.languages.pl_sql.editor.oracletr...
Status: RESOLVED INCOMPLETE
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: asumbatov
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-10 18:53 UTC by soyneto
Modified: 2011-11-25 08:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 126365


Attachments
stacktrace (2.64 KB, text/plain)
2008-10-10 18:53 UTC, soyneto
Details

Note You need to log in before you can comment on or make changes to this bug.
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…