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 20730 - Cleaning JSP does not remove Servlet breakpoints
Summary: Cleaning JSP does not remove Servlet breakpoints
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: -FFJ-
Hardware: All All
: P4 blocker (vote)
Assignee: Damian Frach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-20 21:27 UTC by Jason Rush
Modified: 2003-07-02 08:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Rush 2002-02-20 21:27:52 UTC
Build 020219_ee:

For breakpoints set in a compiled JSP, the JSP breakpoint in the Debugger 
Window has a sub-item for the breakpoint in the generated servlet which 
corresponds to the JSP breakpoint.  However, if the user cleans the JSP, the 
Servlet breakpoint remains even though the generated servlet no longer exists. 
If the user then tries to open the Servlet breakpoint, they get an NPE with the 
message "The document ... could not be loaded."

We should remove the servlet breakpoints from the debugger window when the JSP 
is cleaned.
Comment 1 Damian Frach 2002-04-23 14:06:05 UTC
JSP breakpoints will listen on JSP data object

in the case of the JSP cleaning, they will remove its selfs
Comment 2 Damian Frach 2002-04-25 13:25:56 UTC
fixed, but not integrated
Comment 3 Damian Frach 2002-04-25 13:26:09 UTC
fixed, but not integrated
Comment 4 Damian Frach 2002-05-14 13:08:17 UTC
not yet integrated
Comment 5 Damian Frach 2002-05-14 13:27:29 UTC
integrated
Comment 6 Jason Rush 2003-02-03 05:06:39 UTC
Verified in NetBeans dev build 200301310100.
Comment 7 Quality Engineering 2003-07-02 08:29:08 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.