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

Summary: Breakpoint is bound to the end of the element tag
Product: soa Reporter: bugbridge <bugbridge>
Component: BPEL DebuggerAssignee: Alexander Zgursky <zgursky>
Status: CLOSED FIXED    
Severity: blocker CC: apepin
Priority: P2    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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.