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 - The separate annotation is used to present current breakpoint in bpel source
Summary: The separate annotation is used to present current breakpoint in bpel source
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Kirill Sorokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-23 15:35 UTC by Vitaly Bychkov
Modified: 2009-11-08 09:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Bpel Debugger Current Breakpoint in Bpel Source (4.36 KB, image/png)
2009-10-23 15:36 UTC, Vitaly Bychkov
Details
Current Breakpoint annotation in Java Source Editor (2.90 KB, image/png)
2009-10-23 15:37 UTC, Vitaly Bychkov
Details

Note You need to log in before you can comment on or make changes to this bug.
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