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 14949 - Disabling a breakpoint moves it to 1st line
Summary: Disabling a breakpoint moves it to 1st line
Status: CLOSED WORKSFORME
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Other Linux
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-30 12:53 UTC by Svata Dedic
Modified: 2001-09-19 15:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stacktrace of the exception (4.64 KB, text/plain)
2001-08-30 12:54 UTC, Svata Dedic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Svata Dedic 2001-08-30 12:53:13 UTC
I've disabled a bunch of breakpoints and they all moved to the first line of 
their source file(s). Then an exception was thrown every time I tried to 
enable them or toggle (will attach).
Comment 1 Svata Dedic 2001-08-30 12:54:20 UTC
Created attachment 2352 [details]
Stacktrace of the exception
Comment 2 Daniel Prusa 2001-09-06 15:20:39 UTC
I did not manage to reproduce this issue.

According to the attached exception, there is some problem when 
removing annotation - NPE in 
org.netbeans.editor.Annotations.removeAnnotation 
(Annotations.java:212)
Comment 3 Jan Stola 2001-09-07 14:22:00 UTC
Worksforme -> Closed.
Comment 4 David Konecny 2001-09-19 15:00:18 UTC
fyi: NPE in Annotations.java is separate issue - 14803.