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 96753 - Not consistent labels for Field/Variable breakpoint
Summary: Not consistent labels for Field/Variable breakpoint
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2007-02-28 10:22 UTC by ehucka
Modified: 2007-03-02 12:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2007-02-28 10:22:00 UTC
There are some inconsistencies in debugger with calling of field breakpoints.
Common name I think is Field breakpoint because it is about fields of classes.
In New breakpoint dialog there is Variable in Breakpoint Type combo but Field
Name label, Variable Access, Variable Modification in Stop On and 'Field
breakpoint hit ...' in Print Text.
Breakpoints view shows 'Variable ...' label for these breakpoints.

I think it should be called 'Field' instead of 'Variable'. Variable can be a
method argument, local variable etc.
Comment 1 Martin Entlicher 2007-02-28 13:37:34 UTC
Well, I agree that this is inconsistent and I also think that 'field' is better
word then 'variable' here, we can have breakpoints for field and not for other
variables.
Comment 2 Martin Entlicher 2007-02-28 14:18:45 UTC
It's fixed in trunk now:

/shared/data/ccvs/repository/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/models/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.37; previous revision: 1.36

/shared/data/ccvs/repository/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/breakpoints/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.21; previous revision: 1.20

/shared/data/ccvs/repository/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/actions/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.11; previous revision: 1.10
Comment 3 ehucka 2007-03-02 12:53:49 UTC
verified