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 192627

Summary: Debugger annotations not visible
Product: editor Reporter: Jaromir Uhrik <juhrik>
Component: Hints & AnnotationsAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED FIXED    
Severity: normal CC: mentlicher, michal.owsiak, mmirilovic, musilt2
Priority: P2 Keywords: REGRESSION
Version: 7.0   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot attached...
Partially drawn annotation.
When a second breakpoint is submitted, the first one is fully drawn.
When both breakpoints are removed, a relict of annotation remains painted.

Description Jaromir Uhrik 2010-11-29 10:39:33 UTC
Created attachment 103431 [details]
Screenshot attached...

Product Version: NetBeans IDE Dev (Build 201011290001)
Java: 1.6.0_22; Java HotSpot(TM) 64-Bit Server VM 17.1-b03-307
System: Mac OS X version 10.5.8 running on x86_64; MacRoman; en_US (nb)

When I click on the editor gutter then it adds the breakpoint to the proper line. Currently it is not possible to see annotations of breakpoints in the gutter.
Comment 1 Martin Entlicher 2010-11-29 17:06:49 UTC
It works almost fine for me on Linux.
Therefore I'm moving this to Editor for evaluation, I'm not aware of a regression in this area in debugger.
Comment 2 Martin Entlicher 2010-11-29 17:08:24 UTC
Created attachment 103439 [details]
Partially drawn annotation.

When I submit first line breakpoint, the annotation is drawn partially.
Comment 3 Martin Entlicher 2010-11-29 17:09:19 UTC
Created attachment 103440 [details]
When a second breakpoint is submitted, the first one is fully drawn.
Comment 4 Martin Entlicher 2010-11-29 17:10:18 UTC
Created attachment 103441 [details]
When both breakpoints are removed, a relict of annotation remains painted.
Comment 5 Martin Entlicher 2010-12-22 22:54:29 UTC
*** Bug 193749 has been marked as a duplicate of this bug. ***
Comment 6 Martin Entlicher 2010-12-22 22:55:16 UTC
This seems to be a regression in 7.0 builds.
Comment 7 Martin Entlicher 2010-12-28 19:37:16 UTC
*** Bug 193738 has been marked as a duplicate of this bug. ***
Comment 8 Martin Entlicher 2011-02-16 15:46:30 UTC
*** Bug 195367 has been marked as a duplicate of this bug. ***
Comment 9 Jan Lahoda 2011-02-23 15:22:38 UTC
*** Bug 195872 has been marked as a duplicate of this bug. ***
Comment 10 Marian Mirilovic 2011-02-23 17:10:48 UTC
I am consistently able to reproduce this problem Ubuntu/JDK6u24/NBDev20110223 ... not in NB 6.9.1
Comment 12 Quality Engineering 2011-02-27 05:09:57 UTC
Integrated into 'main-golden', will be available in build *201102270001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/14434197b2b2
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #192627: newline view paints not only its span, but also the remainder of the given row - so when the newline view changes, force repaint of the remainder of the row.