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 193749 - Breakpoint rendering is not valid for ant breakpoints - background is not repainted
Summary: Breakpoint rendering is not valid for ant breakpoints - background is not rep...
Status: RESOLVED DUPLICATE of bug 192627
Alias: None
Product: debugger
Classification: Unclassified
Component: Ant (show other bugs)
Version: 7.0
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2010-12-22 20:57 UTC by michal.owsiak
Modified: 2010-12-22 22:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screen shoot 1 (63.26 KB, image/png)
2010-12-22 20:57 UTC, michal.owsiak
Details
screen shoot 2 (51.67 KB, image/png)
2010-12-22 20:58 UTC, michal.owsiak
Details
screen shoot 3 (49.36 KB, image/png)
2010-12-22 20:58 UTC, michal.owsiak
Details
screen shoot 4 (40.09 KB, image/png)
2010-12-22 21:04 UTC, michal.owsiak
Details
screen shoot 5 (41.05 KB, image/png)
2010-12-22 21:08 UTC, michal.owsiak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description michal.owsiak 2010-12-22 20:57:50 UTC
Created attachment 104411 [details]
screen shoot 1

Use-case:

In order to reproduce use:

http://wiki.netbeans.org/TS_68_Debugger_Sanity#Test_suite:_Operations_.28Ant.29

[Test suite: Breakpoints (Ant):Toggle breakpoint]

NOTE! Make sure that breakpoints tab is opened and you can see breakpoints on the list after they are added

1. Togle breakpoint at line 36. Breakpoint is marked as indicated on screen shot 1
2. Select breakpoint within breakpoint view tab. Breakpoint background is change - whole line is marked with red background (screen shot 2)
3. Remove breakpoint from the breakpoint view (context menu -> delete)
4. Expected result: Background of the removed breakpoint is not properly refreshed (screen shoot 3)
Comment 1 michal.owsiak 2010-12-22 20:58:08 UTC
Created attachment 104412 [details]
screen shoot 2
Comment 2 michal.owsiak 2010-12-22 20:58:27 UTC
Created attachment 104413 [details]
screen shoot 3
Comment 3 michal.owsiak 2010-12-22 21:04:11 UTC
Another use case:

Perform steps from [Breakpoint functionality] (the same test suite).

After breakpoint hits line 36 press Finish.

Break point is half red half green (see screen shoot 4)
Comment 4 michal.owsiak 2010-12-22 21:04:33 UTC
Created attachment 104414 [details]
screen shoot 4
Comment 5 michal.owsiak 2010-12-22 21:08:10 UTC
Disabling breakpoint from breakpoint view results with the same rendering issue (see screen shoot 5)
Comment 6 michal.owsiak 2010-12-22 21:08:33 UTC
Created attachment 104416 [details]
screen shoot 5
Comment 7 Martin Entlicher 2010-12-22 22:54:29 UTC
This looks like a duplicate of issue #192627.
Editor is responsible for the rendering of annotations.
It looks like a regression from NB 6.9.

*** This bug has been marked as a duplicate of bug 192627 ***