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 21251 - LineBreakpointEvent.line should be transient
Summary: LineBreakpointEvent.line should be transient
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: Marian Petras
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-06 15:21 UTC by Damian Frach
Modified: 2002-08-15 02:31 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Damian Frach 2002-03-06 15:21:03 UTC
LineBreakpointEvent.line should be transient
it is only possibility, every extender of the LineBreakpointEvent can be 
desserialized
Comment 1 Marian Petras 2002-03-10 18:04:41 UTC
Done.

Only fields "sourceName" and "lineNumber" are serialized now.

The change has a possitive effect that those exceptions thrown during
deserialization of org.openide.text.Line are not thrown any more
during deserialization of LineBreakpointEvent (and its subclasses).
Comment 2 Damian Frach 2002-07-24 16:02:39 UTC
integrated into the siera
Comment 3 Damian Frach 2002-08-01 13:18:51 UTC
- compile JSP
- set some JSP breakpoint (servlet breakpoint is added 
automatically)
- restart IDE
- now test JSP and servlet breakpoint for "go to source"
Comment 4 Jason Rush 2002-08-15 02:31:11 UTC
Verified in Sierra build 020805_1.