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 5646 - Confusing messages displayed when deleting breakpoints.
Summary: Confusing messages displayed when deleting breakpoints.
Status: CLOSED WONTFIX
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Jan Chalupa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-02-04 02:24 UTC by Jan Chalupa
Modified: 2003-07-02 17:20 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 Jan Chalupa 2000-02-04 02:24:18 UTC
When deleting breakpoints in the Debugger Window (Breakpoints), messages such as the following are displayed:

"Are you sure you want to delete Method TestCompile.main?"
or
"Are you sure you want to delete Line TestCompile:38?"

This is confusing. The user is not going to delete the method or line from the source code, he/she is just going to remove the breakpoint.

Perhaps, the messages should be modified like this:


"Are you sure you want to delete breakpoint at Method TestCompile.main?"
and
"Are you sure you want to delete breakpoint at Line TestCompile:38?"

[jglick] More general problem that nodes cannot specify how to interact with the user when they are to be deleted. This is more important for things like deletion from projects--link vs. real file?
Comment 1 Quality Engineering 2003-07-02 17:20:08 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.