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 141558 - Change gutter annotation of hit constructor method breakpoint
Summary: Change gutter annotation of hit constructor method breakpoint
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-24 15:04 UTC by Petr Cyhelsky
Modified: 2008-09-18 09:15 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2008-07-24 15:04:25 UTC
In current implementation the method breakpoint for constructor which is hit is annotated by green arrow with black
arrow(annotating there is some other annotation present and allowing cycling through these two annotations) imho it
would be better if there was only one annotation glyph (like when other breakpoints are hit - consistency is important)
and this glyph should be taken from the breakpoints view(the case when the method breakpoint is hit - the red triangle
with green arrow).
Note that this only applies to method breakpoint in constructor, where the program counter stops on the header and not
to other method breakpoints, where the program counter stops at first line of the body of the method (another
inconsistency - is it bug or feature?)