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 175307

Summary: The separate annotation is used to present current breakpoint in bpel source
Product: soa Reporter: Vitaly Bychkov <lativ>
Component: BPEL DebuggerAssignee: Kirill Sorokin <ksorokin>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Bpel Debugger Current Breakpoint in Bpel Source
Current Breakpoint annotation in Java Source Editor

Description Vitaly Bychkov 2009-10-23 15:35:10 UTC
The separate annotation is used to present current breakpoint.
As a result in bpel source editor the current breakpoint has two annotations: breakpoint and current breakpoint.
This can be confusable because the breakpoint annotation is shown as top annotation and hides current breakpoint annotation.

See screenshot.

The java editor uses just one annotation to present current breakpoint. Such solution looks more usable.
See screenshot.
Comment 1 Vitaly Bychkov 2009-10-23 15:36:55 UTC
Created attachment 89982 [details]
Bpel Debugger Current Breakpoint in Bpel Source
Comment 2 Vitaly Bychkov 2009-10-23 15:37:55 UTC
Created attachment 89983 [details]
Current Breakpoint annotation in Java Source Editor