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 97747 - Line breakpoints outside of class body are not recognized as not valid
Summary: Line breakpoints outside of class body are not recognized as not valid
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-13 15:04 UTC by ehucka
Modified: 2007-06-05 14:50 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 ehucka 2007-03-13 15:04:50 UTC
Breakpoints put outside class body in java source is not recognized by
breakpoint validator.
It is quite corner case but it is possible.
Comment 1 ehucka 2007-03-15 16:45:30 UTC
Because this issue debugger does not warn user about wrong breakpoints after
editing of code outside ide.
E.g. 'cvs update' removes a few lines of code and a line breakpoint will be
moved outside of existing code lines.
Comment 2 Martin Entlicher 2007-03-15 16:53:52 UTC
Hmm, reproduced. It's not clear to me what has caused this yet, I'll look at it...
Comment 3 Martin Entlicher 2007-05-11 09:42:40 UTC
This is fixed after issue #102151 was fixed.
Comment 4 ehucka 2007-06-05 14:50:18 UTC
verified