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 151847 - [65cat] NullPointerException at org.netbeans.modules.bpel.debugger.ui.breakpoint.DebuggerHelperImpl.enableBreakpoints
Summary: [65cat] NullPointerException at org.netbeans.modules.bpel.debugger.ui.breakpo...
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sergey Lunegov
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-30 12:27 UTC by sunbiz
Modified: 2008-10-30 12:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 134233


Attachments
stacktrace (2.37 KB, text/plain)
2008-10-30 12:27 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2008-10-30 12:27:25 UTC
Build: NetBeans IDE Dev (Build 200810290201)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b32
OS: Windows Vista, 6.0, x86

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.bpel.debugger.ui.breakpoint.DebuggerHelperImpl.enableBreakpoints(DebuggerHelperImpl.java:76)
        at org.netbeans.modules.bpel.design.actions.BreakpointsEnableAction.actionPerformed(BreakpointsEnableAction.java:93)
        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 sunbiz 2008-10-30 12:27:33 UTC
Created attachment 72897 [details]
stacktrace