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 61159 - Green higlighting is not removed when lines are added/removed from source
Summary: Green higlighting is not removed when lines are added/removed from source
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-20 11:21 UTC by _ lcincura
Modified: 2009-12-01 14:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Editor after removing and adding lines back (exactly after scenario described in issue) (9.20 KB, image/gif)
2005-07-20 11:22 UTC, _ lcincura
Details
Exactly the same scenario after finishing debugger session. This time it is even more user confusing (8.13 KB, image/gif)
2005-07-20 11:33 UTC, _ lcincura
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ lcincura 2005-07-20 11:21:30 UTC
NetBeans IDE 4.2 [200507191800] on jdk 1.5.0_04

1) Invoke step over on any source, till program counter is on any line without
breakpoint
2) Select the line and invoke Ctrl+X followed by Ctrl+Z => the program counter
highlight is on wrong place and not removed. See attached picture.
Comment 1 _ lcincura 2005-07-20 11:22:28 UTC
Created attachment 23172 [details]
Editor after removing and adding lines back (exactly after scenario described in issue)
Comment 2 _ lcincura 2005-07-20 11:33:09 UTC
Created attachment 23173 [details]
Exactly the same scenario after finishing debugger session. This time it is even more user confusing
Comment 3 Roman Ondruska 2005-09-20 14:23:35 UTC
Reproducible if line is selected with 'newline' character. 
Comment 4 Daniel Prusa 2009-08-25 12:46:43 UTC
This bug is still reproducible. There is one change in the described behavior - when a debugger session is finished, all
green lines (program counters) are cleared correctly.
Moreover, the scenario is a corner case. There have not been any more complaints since this report. I think, we can
decrease priority to P4.