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 15625 - Exception when adding JSP breakpoint
Summary: Exception when adding JSP breakpoint
Status: CLOSED INVALID
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: Damian Frach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-19 12:48 UTC by L Martinek
Modified: 2001-09-21 10:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (3.35 KB, text/plain)
2001-09-19 12:50 UTC, L Martinek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description L Martinek 2001-09-19 12:48:44 UTC
[010918_3]

Open JSP and toggle breakpoint.

java.lang.NullPointerException
        at org.netbeans.modules.debugger.support.BreakpointSupport.setLine
(BreakpointSupport.java:377)
        at 
org.netbeans.modules.debugger.support.DebuggerSupport.createBreakpoint
(DebuggerSupport.java:290)
        at org.netbeans.modules.web.debug.JspEditor$1.performAction
(JspEditor.java:183)
        at org.openide.util.actions.CallbackSystemAction.performAction
(CallbackSystemAction.java:102)
        at org.openide.util.actions.CallableSystemAction.actionPerformed
(CallableSystemAction.java:66)
        at org.netbeans.core.ModuleActions$1.run(ModuleActions.java:85)
        at org.openide.util.Task.run(Task.java:152)
[catch] at org.openide.util.RequestProcessor$ProcessorThread.run
(RequestProcessor.java:611)
Comment 1 L Martinek 2001-09-19 12:50:28 UTC
Created attachment 2598 [details]
exception
Comment 2 L Martinek 2001-09-19 13:25:50 UTC
JSP breakpoint can't be created so JSP debugging is unusable.
Comment 3 L Martinek 2001-09-21 10:07:37 UTC
Bug moved to bugtraq (#4505512)