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 131136 - Duplicated actions on breakpoints in editor gutter
Summary: Duplicated actions on breakpoints in editor gutter
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on: 127758
Blocks:
  Show dependency tree
 
Reported: 2008-03-26 09:29 UTC by Martin Entlicher
Modified: 2008-03-26 16:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The patch. (21.44 KB, text/plain)
2008-03-26 09:37 UTC, Martin Entlicher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2008-03-26 09:29:14 UTC
By adding Enable and Customize actions into BreakpointAnnotation, these duplicates actions added by JPDA debugger.
After issue #127758 is fixed, using BreakpointAnnotation and defining a BeanInfo for the breakpoint will fix this problem.
Comment 1 Martin Entlicher 2008-03-26 09:37:35 UTC
Created attachment 59109 [details]
The patch.
Comment 2 Martin Entlicher 2008-03-26 16:45:49 UTC
The shared Enable/Customize actions are used:
http://hg.netbeans.org/main/rev/7adfe11db88f

Please verify that Enable/Customize actions work fine.