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

Summary: Duplicated actions on breakpoints in editor gutter
Product: ruby Reporter: Martin Entlicher <mentlicher>
Component: DebuggerAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 127758    
Bug Blocks:    
Attachments: The patch.

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.