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

Summary: Breakpoint rendering is not valid for ant breakpoints - background is not repainted
Product: debugger Reporter: michal.owsiak
Component: AntAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED DUPLICATE    
Severity: normal Keywords: REGRESSION
Priority: P3    
Version: 7.0   
Hardware: Macintosh (x86)   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: screen shoot 1
screen shoot 2
screen shoot 3
screen shoot 4
screen shoot 5

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 ***