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 78074 - Breakpoint is bound to the end of the element tag
Summary: Breakpoint is bound to the end of the element tag
Status: CLOSED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Alexander Zgursky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-16 14:16 UTC by bugbridge
Modified: 2006-08-31 02:01 UTC (History)
1 user (show)

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 bugbridge 2006-06-16 14:16:31 UTC
Original status: 5-Cause Known; Suggested Status: NEW

Original Target Release: coke_dev; Suggested Target Milestone : 5.5

Original submitter: apepin

Description:
Steps to reproduce:
- create a new sample SOA sync application
- set a breakpoint in the source code on the receive element
Result: The breakpoint appears at the end of the element tag. It looks like the
breakpoint is set after the activity. It also moves if a user inserts empty
lines into the element.

Evaluation:
It seems like that the SAX parser reports a "wrong" line number for the open tag
so that it points to the end of the open tag. Maybe need to look at the XML
Navigator implementation in which this issue doesn't occur.
Comment 1 Alexander Zgursky 2006-07-28 10:37:27 UTC
Fixed in trunk
Comment 2 Michael Frisino 2006-07-28 11:29:56 UTC
he means fixed in release55 branch.
Comment 3 Alexander Pepin 2006-08-02 15:07:31 UTC
verified in build 060802_1
Comment 4 Alexander Pepin 2006-08-02 15:08:59 UTC
verified in build 060802_1
Comment 5 lchang 2006-08-08 02:33:24 UTC
breakpoint now appears at the beginning of the element tag.